/*! 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: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  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 {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  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: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 25px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
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;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.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;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control,
.date-range-picker-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.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-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  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: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  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: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.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: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li.left {
  float: left;
}
.nav-tabs > li.wide {
  width: 100%;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
    min-height: 80px !important;
  }
}
.border-top {
  width: 100%;
  height: 8px;
  display: flex;
  flex-wrap: nowrap;
}
.border-top .red {
  background-color: #ea1b0a;
  width: 25%;
}
.border-top .yellow {
  background-color: #e3e000;
  width: 12.5%;
}
.border-top .turquoise {
  background-color: #1ea2b1;
  width: 62.5%;
}
@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-device-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;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-brand.logo {
  padding-top: 35px;
}
@media (max-width: 767px) {
  .navbar-brand.logo {
    padding: 0px;
    margin-top: 4px;
    height: 40px;
    text-align: center;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 3px 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  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: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.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: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    background-color: #e7e7e7;
  }
  .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: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
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 {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
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: #3c763d;
  background-color: #d0e9c6;
}
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: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
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: #31708f;
  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: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
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: #8a6d3b;
  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: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
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: #a94442;
  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: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.close {
  float: right;
  font-size: 21px;
  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;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
.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;
  }
}
.load8,
.load8:after,
.spinner {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.load8,
.spinner {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(234, 28, 10, 0.2);
  border-right: 1.1em solid rgba(234, 28, 10, 0.2);
  border-bottom: 1.1em solid rgba(234, 28, 10, 0.2);
  border-left: 1.1em solid #ea1c0a;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.checkbox-checked {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2234.461%22%20viewBox%3D%220%200%2033.750126%2034.461124%22%20width%3D%2233.75%22%20%3E%3Cdefs%3E%3CclipPath%20id%3D%22checkbox_checked%22%20clipPathUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20d%3D%22m0%2027.569h27v-27.569h-27v27.569z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22checkbox_checked-1%22%20clipPathUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20d%3D%22m0%2015.306h17.377v-15.306h-17.377v15.306z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22matrix(1.25%200%200%20-1.25%200%2034.461)%22%3E%3Cg%20fill%3D%22%23b00402%22%3E%3Cg%20fill%3D%22%23b00402%22%20clip-path%3D%22url(%23checkbox_checked)%22%3E%3Cg%20fill%3D%22%23b00402%22%20transform%3D%22translate(6.2794%2027.154)%22%3E%3Cpath%20d%3D%22m0%200s2.798%200.322%207.238%200.412c1.887%200.037%207.507-0.288%207.507-0.288%203.885-0.263%205.018-2.829%205.443-5.575%200%200%200.533-3.671%200.533-7.524%200-4.254-0.533-8.727-0.533-8.727-0.262-3.084-2.408-5.452-5.641-5.452h-14.547c-3.232%200-5.133%202.494-5.641%205.452%200%200-0.638%204.255-0.638%208.639%200%203.68%200.638%207.612%200.638%207.612%200.651%203.441%201.765%204.999%205.641%205.451%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23b00402%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(4.8118%206.1318)%22%3E%3Cg%20clip-path%3D%22url(%23checkbox_checked-1)%22%3E%3Cg%20transform%3D%22translate(7.2495%20.2812)%22%3E%3Cpath%20d%3D%22m0%200s-2.009%201.337-3.761%202.992c-1.775%201.679-3.294%203.678-3.294%203.678-0.324%200.308-0.234%200.892%200.202%201.307%200.436%200.413%201.053%200.5%201.377%200.193%200%200%201.694-2.024%203.56-3.789%201.647-1.556%203.495-2.881%203.495-2.881%200.325-0.307%200.234-0.892-0.202-1.306s-1.052-0.501-1.377-0.194%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(7.3896%20.1855)%22%3E%3Cpath%20d%3D%22m0%200c-0.523%200.296-0.753%200.841-0.512%201.218%200%200%204.197%206.266%205.416%208.176%201.383%202.166%203.092%205.394%203.092%205.394%200.241%200.377%200.86%200.442%201.383%200.147%200.524-0.296%200.753-0.841%200.513-1.218%200%200-1.7-3.408-3.015-5.467-1.297-2.032-5.494-8.104-5.494-8.104-0.24-0.376-0.86-0.442-1.383-0.146%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
}
.checkbox-unchecked {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2234.461%22%20width%3D%2233.75%22%20viewBox%3D%220%200%2033.750126%2034.461124%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22checkbox_unchecked%22%20clipPathUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20d%3D%22m0%2027.569h27v-27.569h-27v27.569z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22checkbox_unchecked-8%22%20clipPathUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20d%3D%22m0%2027.569h27v-27.569h-27v27.569z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22matrix(1.25%200%200%20-1.25%200%2034.461)%22%20fill%3D%22%23cacaca%22%3E%3Cg%20fill%3D%22%23cacaca%22%3E%3Cg%20fill%3D%22%23cacaca%22%20clip-path%3D%22url(%23checkbox_unchecked)%22%3E%3Cg%20transform%3D%22translate(6.2794%2027.154)%22%20fill%3D%22%23cacaca%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m0%200s2.798%200.322%207.238%200.412c1.887%200.037%207.507-0.288%207.507-0.288%203.885-0.263%205.018-2.829%205.443-5.575%200%200%200.533-3.671%200.533-7.524%200-4.254-0.533-8.727-0.533-8.727-0.262-3.084-2.408-5.452-5.641-5.452h-14.547c-3.232%200-5.133%202.494-5.641%205.452%200%200-0.638%204.255-0.638%208.639%200%203.68%200.638%207.612%200.638%207.612%200.651%203.441%201.765%204.999%205.641%205.451%22%20fill%3D%22%23cacaca%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1.0741%200%200%20-1.0881%202.3743%2032.23)%22%20fill%3D%22%23fff%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cg%20clip-path%3D%22url(%23checkbox_unchecked-8)%22%20fill%3D%22%23fff%22%3E%3Cg%20transform%3D%22translate(6.2794%2C27.154)%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m0%200s2.798%200.322%207.238%200.412c1.887%200.037%207.507-0.288%207.507-0.288%203.885-0.263%205.018-2.829%205.443-5.575%200%200%200.533-3.671%200.533-7.524%200-4.254-0.533-8.727-0.533-8.727-0.262-3.084-2.408-5.452-5.641-5.452h-14.547c-3.232%200-5.133%202.494-5.641%205.452%200%200-0.638%204.255-0.638%208.639%200%203.68%200.638%207.612%200.638%207.612%200.651%203.441%201.765%204.999%205.641%205.451%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
}
.bg-svg-coins {
  background-image: url('../img/svg/ico-coins-white.svg');
  background-size: 41.8px 39.05px;
}
.bg-svg-thumb-up-white {
  background-image: url('../img/svg/thumb-white.svg');
  background-size: 41.8px 39.05px;
}
.svg--f--white path {
  fill: #fff;
}
.svg--f--bordeaux-lighter path {
  fill: #B90300;
}
.svg--f--black-25 path {
  fill: #bfbfbf;
}
.svg--s--m svg {
  width: 1em;
  height: 1em;
}
.svg--s--l svg {
  width: 1.5em;
  height: 1.5em;
}
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'BrixSans', Arial, serif;
  font-size: 18px;
  position: relative;
  margin: 0;
  padding-bottom: 11rem;
  min-height: 100%;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 0rem;
  }
}
iframe {
  width: 100%;
}
#main-layout {
  margin-bottom: 100px;
}
label {
  font-weight: 400;
}
b,
strong {
  font-weight: 600;
}
.row {
  margin: 0;
}
.row--flex {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.bg-grey {
  background-color: #F6F6F7;
}
.bg-blue {
  background-color: #1ea2b1;
}
.bg-bordeaux {
  background-color: #b00402;
}
.title,
.solar-widget .widget-title {
  color: #ea1c0a;
  margin-top: 0;
}
p.small {
  font-size: 16px;
}
a:hover {
  text-decoration: none;
}
.padLeft0 {
  padding-left: 0 !important;
}
.padRight0 {
  padding-right: 0 !important;
}
.padBot0 {
  padding-bottom: 0 !important;
}
.padTop0 {
  padding-top: 0 !important;
}
.marBot0 {
  margin-bottom: 0 !important;
}
.marTop0 {
  margin-top: 0 !important;
}
.marBot10 {
  margin-bottom: 10px !important;
}
.marTop10 {
  margin-top: 10px !important;
}
.mar0 {
  margin: 0 !important;
}
.padTop15 {
  padding-top: 15px;
}
.padTop1em {
  padding-top: 1em;
}
.padBot1em {
  padding-bottom: 1em;
}
.padTop2em {
  padding-top: 2em;
}
.padBot2em {
  padding-bottom: 2em;
}
.pad0 {
  padding: 0 !important;
}
.pad3 {
  padding: 3px !important;
}
.pad3-6 {
  padding: 3px 6px !important;
}
.pad5 {
  padding: 5px !important;
}
.pad10 {
  padding: 10px !important;
}
.h2em {
  height: 2em;
}
.h4em {
  height: 4em;
}
.h6em {
  height: 6em;
}
.group {
  color: white;
  padding-bottom: 20px;
}
.group .name {
  margin-bottom: 0;
}
.group .value {
  font-weight: 600;
}
.group:last-child {
  padding-bottom: 0;
}
.group:last-child .value {
  margin-bottom: 0;
}
.arrow-link {
  display: flex;
  align-content: initial;
  margin-left: 5px;
}
.svg-img.grey path {
  fill: #a9a9a9;
}
.svg-img.back {
  display: inline-block;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.svg-img.next {
  display: inline-block;
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}
.svg-img.white path {
  fill: #fff;
}
.svg-img.arrow-right {
  padding-left: 9px;
}
.svg-img.arrow-right svg {
  width: 20px;
  height: 20px;
  padding-top: 2px;
}
.svg-img.angle-right {
  display: inline-block;
  padding-top: 5px;
  padding-right: 6px;
  transform: rotate(270deg);
}
.svg-img.angle-right svg {
  width: 16px;
  height: 16px;
}
.small-grey {
  font-size: 18px;
  display: block;
  font-weight: 400;
  color: #808080;
}
input[type=checkbox],
input[type=radio] {
  margin-right: 5px;
}
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=checkbox]:active,
input[type=radio]:active {
  outline: 0;
}
.flex-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-block__header {
  flex: 0 0 auto;
}
.alert {
  margin-left: 15px;
  margin-bottom: 20px;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: 0;
}
.alert-yellow {
  margin-left: 0;
  background-color: #f8f7bf;
  border-color: #e3e000;
}
.alert-box {
  padding-left: 0;
  margin-left: 0;
}
hr.darker {
  border-color: #666;
}
ul.noListStyle {
  padding-left: 0;
}
ul.noListStyle li,
li.noListStyle {
  list-style: none;
}
.height--full {
  height: 100%;
}
.disabledAnchor {
  pointer-events: none;
  cursor: default;
  opacity: 0.75;
}
@font-face {
  font-family: 'BrixSans';
  src: url('../fonts/brixsans/eon_brixsans-regular-webfont.woff2') format('woff2'), url('../fonts/brixsans/eon_brixsans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/*
@font-face {
    font-family: 'BrixSans';
    src: url('../fonts/brixsans/eon_brixsans-regularitalic-webfont.woff2') format('woff2'),
         url('../fonts/brixsans/eon_brixsans-regularitalic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}*/
@font-face {
  font-family: 'BrixSans';
  src: url('../fonts/brixsans/eon_brixsans-medium-webfont.woff2') format('woff2'), url('../fonts/brixsans/eon_brixsans-medium-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
/*
@font-face {
    font-family: 'BrixSans';
    src: url('../fonts/brixsans/eon_brixsans-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/brixsans/eon_brixsans-mediumitalic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
/*
@font-face {
    font-family: 'BrixSans';
    src: url('../fonts/brixsans/eon_brixsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/brixsans/eon_brixsans-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'BrixSans';
    src: url('../fonts/brixsans/eon_brixsans-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/brixsans/eon_brixsans-bolditalic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
*/
@font-face {
  font-family: 'BrixSans';
  src: url('../fonts/brixsans/eon_brixsans-black-webfont.woff2') format('woff2'), url('../fonts/brixsans/eon_brixsans-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
/*
@font-face {
    font-family: 'BrixSans';
    src: url('../fonts/brixsans/eon_brixsans-blackitalic-webfont.woff2') format('woff2'),
         url('../fonts/brixsans/eon_brixsans-blackitalic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}*/
.btn.btn-default {
  background-color: #ea1c0a;
  color: #fff;
  position: relative;
  padding: 0.6em 1.5em;
  border: none;
  font-family: 'BrixSans', Arial, serif;
  text-decoration: none;
  font-size: 18px;
  border-radius: 18px / 3px;
  font-weight: 600;
  outline: none;
}
.btn.btn-default:before,
.btn.btn-default:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ea1c0a;
  width: 12px;
  top: 3px;
  bottom: 3px;
  border-radius: 9px / 30px;
}
.btn.btn-default:before {
  left: -5px;
}
.btn.btn-default:after {
  right: -5px;
}
.btn.btn-default:active,
.btn.btn-default:hover {
  outline: none;
  border: none;
  background-color: #d51607;
}
.btn.btn-default:active:before,
.btn.btn-default:hover:before,
.btn.btn-default:active:after,
.btn.btn-default:hover:after {
  background-color: #d51607;
}
.btn.btn-default:focus {
  color: #fff;
  outline: 0;
  border: none;
}
.btn.btn-default.btn-small {
  border-radius: 9px / 3px;
}
.btn.btn-default.btn-small:before,
.btn.btn-default.btn-small:after {
  width: 6px;
}
.btn.btn-default.btn-small:before {
  left: -4px;
}
.btn.btn-default.btn-small:after {
  right: -4px;
}
.btn.btn-show {
  padding: 15px 0 0;
  display: flex;
  background: none;
  color: #ea1c0a;
  border: none;
  font-size: 16px;
}
.btn.btn-show:hover {
  color: #d51607;
}
.btn.btn-show:active,
.btn.btn-show:focus {
  background: none;
  color: #d51607;
  border: none;
  box-shadow: none;
}
.btn.btn-show .svg-img {
  padding-left: 9px;
  padding-top: 2px;
}
.btn.btn-show .svg-img svg {
  width: 20px;
}
.btn.btn-list {
  padding: 15px 0 0;
  display: flex;
  background: none;
  color: #ea1c0a;
  border: none;
  font-size: 16px;
  color: #fff;
}
.btn.btn-list:hover {
  color: #d51607;
}
.btn.btn-list:active,
.btn.btn-list:focus {
  background: none;
  color: #d51607;
  border: none;
  box-shadow: none;
}
.btn.btn-list .svg-img {
  padding-left: 9px;
  padding-top: 2px;
}
.btn.btn-list .svg-img svg {
  width: 20px;
}
.btn.btn-list:active,
.btn.btn-list:focus,
.btn.btn-list:hover {
  color: #fff;
}
.btn.btn-list .svg-img {
  padding: 2px 9px 0 0;
}
.btn.btn-list .svg-img path {
  fill: white;
}
.btn.btn-list.red {
  color: #ea1c0a;
}
.btn.btn-list.red:active,
.btn.btn-list.red:focus,
.btn.btn-list.red:hover {
  color: #d51607;
}
.btn.btn-list.red .svg-img path {
  fill: #ea1c0a;
}
.btn.btn-list.bordeaux {
  color: #b00402;
}
.btn.btn-list.bordeaux:active,
.btn.btn-list.bordeaux:focus,
.btn.btn-list.bordeaux:hover {
  color: #a00301;
}
.btn.btn-list.bordeaux .svg-img path {
  fill: #b00402;
}
.btn.btn-white-bordeaux {
  background-color: #fff;
  color: #b00402;
}
.btn.btn-white-bordeaux:active,
.btn.btn-white-bordeaux:focus,
.btn.btn-white-bordeaux:hover,
.btn.btn-white-bordeaux:before,
.btn.btn-white-bordeaux:after {
  background-color: #fff !important;
}
.btn.btn-white-bordeaux:active:before,
.btn.btn-white-bordeaux:focus:before,
.btn.btn-white-bordeaux:hover:before,
.btn.btn-white-bordeaux:before:before,
.btn.btn-white-bordeaux:after:before,
.btn.btn-white-bordeaux:active:after,
.btn.btn-white-bordeaux:focus:after,
.btn.btn-white-bordeaux:hover:after,
.btn.btn-white-bordeaux:before:after,
.btn.btn-white-bordeaux:after:after,
.btn.btn-white-bordeaux:active:active,
.btn.btn-white-bordeaux:focus:active,
.btn.btn-white-bordeaux:hover:active,
.btn.btn-white-bordeaux:before:active,
.btn.btn-white-bordeaux:after:active,
.btn.btn-white-bordeaux:active:focus,
.btn.btn-white-bordeaux:focus:focus,
.btn.btn-white-bordeaux:hover:focus,
.btn.btn-white-bordeaux:before:focus,
.btn.btn-white-bordeaux:after:focus,
.btn.btn-white-bordeaux:active:hover,
.btn.btn-white-bordeaux:focus:hover,
.btn.btn-white-bordeaux:hover:hover,
.btn.btn-white-bordeaux:before:hover,
.btn.btn-white-bordeaux:after:hover {
  background-color: #fff !important;
}
.btn.btn-white-bordeaux:active,
.btn.btn-white-bordeaux:focus,
.btn.btn-white-bordeaux:hover {
  color: #76020d;
}
.btn.btn-simple {
  font-family: 'BrixSans', Arial, serif;
  font-weight: 600;
  white-space: initial;
  max-width: 100%;
  border-radius: 9px / 18px;
  font-size: 18px;
  padding: 0.6em 1.5em;
  border: none;
  text-decoration: none;
  outline: none;
}
.btn.btn-simple:active,
.btn.btn-simple:hover,
.btn.btn-simple:focus {
  outline: none;
  border: none;
}
.btn.btn-white {
  color: #770007;
  background-color: #fff;
}
.btn.btn-white:active,
.btn.btn-white:hover,
.btn.btn-white:focus {
  color: #a00301;
  background-color: #F6F6F7;
}
.btn.btn-arrow-r,
.btn.btn-arrow-l {
  margin-left: 5px;
  margin-right: 25px;
}
.btn.btn-arrow-r div,
.btn.btn-arrow-l div {
  display: flex;
  align-items: center;
}
.btn.btn-arrow-r .svg-img,
.btn.btn-arrow-l .svg-img {
  line-height: 0;
  padding-left: 10px;
}
.btn.btn-arrow-r .svg-img svg,
.btn.btn-arrow-l .svg-img svg {
  padding: 2px 5px;
}
.btn.btn-arrow-r .svg-img path,
.btn.btn-arrow-l .svg-img path {
  fill: white;
}
.btn.btn-arrow-l .svg-img {
  padding-left: 0;
  padding-right: 10px;
}
.btn.btn-arrow-l .svg-img svg {
  transform: rotate(180deg);
}
.btn + .btn,
a + .btn {
  margin-left: 1em;
}
span.btn.btn-default {
  padding: 0;
}
span.btn.btn-default input[type=submit] {
  padding: 0.6em 1.5em;
  border: none;
  background: none;
  margin: 0;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1 {
  font-size: 60px;
  line-height: 100%;
  font-weight: 900;
  font-family: 'BrixSans', Arial, serif;
  color: #ea1c0a;
  margin-top: 0;
  margin-bottom: 80px;
}
h2 {
  font-size: 38px;
  line-height: 100%;
  font-weight: 900;
  font-family: 'BrixSans', Arial, serif;
}
h3 {
  font-size: 48px;
  line-height: 100%;
  font-weight: 900;
  font-family: 'BrixSans', Arial, serif;
}
h4 {
  font-size: 25px;
  line-height: 100%;
  font-weight: 900;
  font-family: 'BrixSans', Arial, serif;
}
h4.h4--l {
  font-size: 28px;
}
h4.h4--l--responsive {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  h4.h4--l--responsive {
    font-size: 21px;
  }
}
@media screen and (min-width: 992px) {
  h4.h4--l--responsive {
    font-size: 28px;
  }
}
h5 {
  font-size: 18px;
  line-height: 130%;
  font-weight: 900;
  font-family: 'BrixSans', Arial, serif;
}
p {
  /*font-size: @font-size-abstract;
	line-height: @line-height-abstract;
	font-weight: @font-weight-abstract;
	font-family: @font-family-serif;
	&.body {*/
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
  font-family: 'BrixSans', Arial, serif;
}
.tright {
  text-align: right;
}
.f-s--xs {
  font-size: 15px;
}
.f-s--s {
  font-size: 17px;
}
.f-s--14 {
  font-size: 14px;
}
.f-s--18 {
  font-size: 18px;
}
.f-s--20 {
  font-size: 20px;
}
.f-s--21 {
  font-size: 21px;
}
.f-s--23 {
  font-size: 23px;
}
.f-s--25 {
  font-size: 25px;
}
.f-s--25--responsive {
  font-size: 30px;
}
@media (min-width: 768px) {
  .f-s--25--responsive {
    font-size: 35px;
  }
}
.f-s--30 {
  font-size: 30px;
}
.f-s--30--responsive {
  font-size: 30px;
}
@media (min-width: 768px) {
  .f-s--30--responsive {
    font-size: 35px;
  }
}
.f-s--35 {
  font-size: 35px;
}
.f-s--35--responsive {
  font-size: 30px;
}
@media (min-width: 768px) {
  .f-s--35--responsive {
    font-size: 35px;
  }
}
.f-s--40 {
  font-size: 40px;
}
.f-s--50 {
  font-size: 50px;
}
a {
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  font-family: 'BrixSans', Arial, serif;
  color: #ea1c0a;
}
a:hover {
  color: #ea1c0a;
}
a:focus {
  color: #ea1c0a;
  text-decoration: none;
}
.strong {
  font-weight: bold;
}
.weight400 {
  font-weight: 400;
}
.weight600 {
  font-weight: 600;
}
.weight900 {
  font-weight: 900;
}
.h1--xs {
  font-size: 35px;
  line-height: 35px;
  font-weight: 900;
}
.lh--1 {
  line-height: 1em;
}
form .required-info {
  font-size: 16px;
  color: #808080;
}
form .form-group label.control-label {
  text-align: left;
}
form label.required:after {
  content: '*';
  color: #ea1c0a;
}
form label.required.small:after {
  content: '*';
  font-size: 16px;
}
form input.form-control,
form select.form-control {
  font-size: 18px;
  border: 2px solid #cacaca;
  height: 45px;
  width: 300px;
  box-shadow: none;
  text-indent: 15px;
  padding: 0;
}
form input.form-control.small-input,
form select.form-control.small-input {
  margin-top: 16px;
  width: 240px;
}
form input.form-control-small {
  font-size: 18px;
  border: 2px solid #cacaca;
  height: 45px;
  width: 100%;
  box-shadow: none;
  text-indent: 15px;
  padding: 0;
}
form input.form-control-small.small-input {
  margin-top: 16px;
  width: 240px;
}
form .form-control-value {
  width: 150px !important;
  padding-right: 10px !important;
  text-align: right;
}
form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../img/svg/angle-down.svg');
  background-position-x: 260px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  text-indent: 0;
  padding-left: 15px;
}
form select.claim-bp {
  width: 350px !important;
  background-position-x: 315px !important;
}
form select.form-control::-ms-expand,
form input.form-control::-ms-clear {
  display: none;
}
form .popup-info {
  content: '?';
  padding-left: 7px;
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 85px;
  cursor: help;
  background-color: #ea1c0a;
  border-radius: 10px;
  font-size: 14px;
}
form button {
  margin-left: 5px;
  margin-top: 15px;
  margin-bottom: 20px;
}
form.form-inline {
  display: inline-block;
}
form.form-inline input[type=email] {
  margin-bottom: 0;
  min-width: 250px;
}
form.form-inline select {
  padding-right: 7%;
  background-position-x: 97%;
}
form.form-inline select,
form.form-inline input {
  margin-right: 1ex;
}
form .form-control.inline,
form .form-control.inline {
  display: inline-block;
  margin-right: 1em;
}
.tooltip .tooltip-inner {
  background-color: #ea1c0a;
  color: #fff;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #ea1c0a;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #ea1c0a;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ea1c0a;
}
.form-group.checkbox label {
  margin: 0;
  padding: 0;
}
.form-group.checkbox input {
  display: none;
}
.form-group.checkbox input + span {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2234.461%22%20width%3D%2233.75%22%20viewBox%3D%220%200%2033.750126%2034.461124%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22checkbox_unchecked%22%20clipPathUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20d%3D%22m0%2027.569h27v-27.569h-27v27.569z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22checkbox_unchecked-8%22%20clipPathUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20d%3D%22m0%2027.569h27v-27.569h-27v27.569z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22matrix(1.25%200%200%20-1.25%200%2034.461)%22%20fill%3D%22%23cacaca%22%3E%3Cg%20fill%3D%22%23cacaca%22%3E%3Cg%20fill%3D%22%23cacaca%22%20clip-path%3D%22url(%23checkbox_unchecked)%22%3E%3Cg%20transform%3D%22translate(6.2794%2027.154)%22%20fill%3D%22%23cacaca%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m0%200s2.798%200.322%207.238%200.412c1.887%200.037%207.507-0.288%207.507-0.288%203.885-0.263%205.018-2.829%205.443-5.575%200%200%200.533-3.671%200.533-7.524%200-4.254-0.533-8.727-0.533-8.727-0.262-3.084-2.408-5.452-5.641-5.452h-14.547c-3.232%200-5.133%202.494-5.641%205.452%200%200-0.638%204.255-0.638%208.639%200%203.68%200.638%207.612%200.638%207.612%200.651%203.441%201.765%204.999%205.641%205.451%22%20fill%3D%22%23cacaca%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1.0741%200%200%20-1.0881%202.3743%2032.23)%22%20fill%3D%22%23fff%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cg%20clip-path%3D%22url(%23checkbox_unchecked-8)%22%20fill%3D%22%23fff%22%3E%3Cg%20transform%3D%22translate(6.2794%2C27.154)%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m0%200s2.798%200.322%207.238%200.412c1.887%200.037%207.507-0.288%207.507-0.288%203.885-0.263%205.018-2.829%205.443-5.575%200%200%200.533-3.671%200.533-7.524%200-4.254-0.533-8.727-0.533-8.727-0.262-3.084-2.408-5.452-5.641-5.452h-14.547c-3.232%200-5.133%202.494-5.641%205.452%200%200-0.638%204.255-0.638%208.639%200%203.68%200.638%207.612%200.638%207.612%200.651%203.441%201.765%204.999%205.641%205.451%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  float: left;
  display: block;
  width: 26px;
  height: 26px;
  background-size: 25px;
  margin-right: 15px;
}
.form-group.checkbox input:checked + span {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2234.461%22%20viewBox%3D%220%200%2033.750126%2034.461124%22%20width%3D%2233.75%22%20%3E%3Cdefs%3E%3CclipPath%20id%3D%22checkbox_checked%22%20clipPathUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20d%3D%22m0%2027.569h27v-27.569h-27v27.569z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22checkbox_checked-1%22%20clipPathUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20d%3D%22m0%2015.306h17.377v-15.306h-17.377v15.306z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22matrix(1.25%200%200%20-1.25%200%2034.461)%22%3E%3Cg%20fill%3D%22%23b00402%22%3E%3Cg%20fill%3D%22%23b00402%22%20clip-path%3D%22url(%23checkbox_checked)%22%3E%3Cg%20fill%3D%22%23b00402%22%20transform%3D%22translate(6.2794%2027.154)%22%3E%3Cpath%20d%3D%22m0%200s2.798%200.322%207.238%200.412c1.887%200.037%207.507-0.288%207.507-0.288%203.885-0.263%205.018-2.829%205.443-5.575%200%200%200.533-3.671%200.533-7.524%200-4.254-0.533-8.727-0.533-8.727-0.262-3.084-2.408-5.452-5.641-5.452h-14.547c-3.232%200-5.133%202.494-5.641%205.452%200%200-0.638%204.255-0.638%208.639%200%203.68%200.638%207.612%200.638%207.612%200.651%203.441%201.765%204.999%205.641%205.451%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23b00402%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(4.8118%206.1318)%22%3E%3Cg%20clip-path%3D%22url(%23checkbox_checked-1)%22%3E%3Cg%20transform%3D%22translate(7.2495%20.2812)%22%3E%3Cpath%20d%3D%22m0%200s-2.009%201.337-3.761%202.992c-1.775%201.679-3.294%203.678-3.294%203.678-0.324%200.308-0.234%200.892%200.202%201.307%200.436%200.413%201.053%200.5%201.377%200.193%200%200%201.694-2.024%203.56-3.789%201.647-1.556%203.495-2.881%203.495-2.881%200.325-0.307%200.234-0.892-0.202-1.306s-1.052-0.501-1.377-0.194%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(7.3896%20.1855)%22%3E%3Cpath%20d%3D%22m0%200c-0.523%200.296-0.753%200.841-0.512%201.218%200%200%204.197%206.266%205.416%208.176%201.383%202.166%203.092%205.394%203.092%205.394%200.241%200.377%200.86%200.442%201.383%200.147%200.524-0.296%200.753-0.841%200.513-1.218%200%200-1.7-3.408-3.015-5.467-1.297-2.032-5.494-8.104-5.494-8.104-0.24-0.376-0.86-0.442-1.383-0.146%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
}
.form-group.checkbox input + span.right {
  float: right;
}
.form-group.radio label {
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
}
.form-group.radio input {
  display: none;
}
.form-group.radio input + span {
  background-color: #fff;
  border: 2px solid #cacaca;
  background-repeat: no-repeat;
  border-radius: 13px;
  float: left;
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
}
.form-group.radio input:checked + span {
  background-color: #fff;
  border-radius: 13px;
  border: 8px solid #b00402;
}
.form-group.radio input + span.right {
  float: right;
}
.alert-error {
  margin-bottom: 15px;
  color: #fff;
}
.alert-error ul {
  padding: 0;
  padding: 15px;
  margin: 0;
  list-style-type: none;
  background-color: #ea1c0a;
}
.alert {
  margin: 0;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alert.alert-danger,
.alert.alert-error {
  background: #ea1c0a;
}
.alert.alert-success {
  background: #3ab25f;
}
.alert.alert-info {
  background: #1ea2b1;
}
.alert.alert-warning {
  background: #e3e000;
}
.alert button {
  opacity: 0.8;
  margin-left: 15px;
}
.alert svg {
  width: 12px;
  height: 12px;
}
.alert svg path {
  fill: #fff;
}
.form-switch {
  cursor: pointer;
  display: inline-flex;
  position: relative;
}
.form-switch input {
  top: 0;
  left: 0;
  width: 100%;
  cursor: inherit;
  height: 100%;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}
.form-switch input + svg {
  transform: none;
}
.form-switch input:checked + svg path {
  fill: #5CC1CB;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-switch input:checked + svg {
    transform: rotate(180deg);
  }
}
.form-switch input:checked + svg path + path {
  transform: translateX(29.9px);
}
.form-switch svg {
  flex: 0 0 auto;
  width: 47.495px;
  height: 26.6px;
}
.form-switch svg path {
  transition: all 0.18s;
  fill: #bfbfbf;
}
.form-switch:hover svg path {
  fill: #8F9192;
}
.form-switch:hover input:checked + svg path {
  fill: #359AAA;
}
table.table {
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
table.table thead th,
table.table thead .serviceTh {
  padding-left: 15px;
  padding-right: 0;
  border-top: none;
  border-bottom: none;
  font-weight: 600;
}
table.table thead th:first-child,
table.table thead .serviceTh:first-child {
  padding-left: 0;
}
table.table thead th a,
table.table thead .serviceTh a {
  color: #404040;
  font-weight: 600;
  font-size: 18px;
  display: flex;
}
table.table thead th a .svg-image,
table.table thead .serviceTh a .svg-image {
  padding-left: 5px;
  display: inline-block;
  float: right;
}
table.table thead th a .svg-image.rotate,
table.table thead .serviceTh a .svg-image.rotate {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  padding-right: 5px;
}
table.table thead th.text-right a,
table.table thead .serviceTh.text-right a {
  float: right;
}
table.table thead th.empty-row,
table.table thead .serviceTh.empty-row {
  border-bottom: none;
}
table.table thead .serviceTh {
  padding-left: 10px !important;
}
table.table thead td.empty-row {
  border-bottom: none;
}
table.table thead .title th {
  font-size: 21px;
  font-weight: normal;
}
table.table thead .title a {
  font-weight: normal;
}
table.table tbody tr:first-child td {
  border-top: 2px solid #404040;
}
table.table tbody tr th {
  padding: 30px 0;
  padding-left: 15px;
  border-color: #bfbfbf;
  font-weight: 600;
}
table.table tbody tr td,
table.table tbody tr .serviceTd {
  vertical-align: middle;
  padding: 19px 0;
  padding-left: 15px;
  border-color: #bfbfbf;
  color: #404040;
  font-size: 16px;
}
table.table tbody tr td:first-child,
table.table tbody tr .serviceTd:first-child {
  padding-left: 0;
}
table.table tbody tr td p.list,
table.table tbody tr .serviceTd p.list {
  margin: 0;
}
table.table tbody tr td p.list:before,
table.table tbody tr .serviceTd p.list:before {
  content: '';
}
table.table tbody tr td p.list:after,
table.table tbody tr .serviceTd p.list:after {
  content: "•";
  font-size: 21px;
}
table.table tbody tr td p.list.red:after,
table.table tbody tr .serviceTd p.list.red:after {
  color: #ea1c0a;
}
table.table tbody tr td p.list.green:after,
table.table tbody tr .serviceTd p.list.green:after {
  color: #3ab25f;
}
table.table tbody tr td p.list.orange:after,
table.table tbody tr .serviceTd p.list.orange:after {
  color: #f2820a;
}
table.table tbody tr td.sum_text,
table.table tbody tr .serviceTd.sum_text,
table.table tbody tr td.sum_number,
table.table tbody tr .serviceTd.sum_number {
  font-size: 17px;
}
table.table tbody tr td.sum_number,
table.table tbody tr .serviceTd.sum_number {
  text-align: right;
}
table.table tbody tr .serviceTd {
  padding-left: 10px !important;
}
table.table tbody tr.active td {
  color: white;
  background-color: #1ea2b1;
  font-weight: bold;
}
table.table tfoot tr th {
  border-top: 2px solid #bfbfbf;
  border-bottom: 2px solid #bfbfbf;
}
table.table .padding-left {
  padding-left: 15px;
}
table.table-bordered tbody tr:first-child td {
  border-top: 1px solid #bfbfbf;
}
table.table-bordered tbody tr td:first-child {
  padding-left: 15px;
}
table.table-striped {
  margin-bottom: 50px;
}
table.table-striped tbody tr th {
  border-top: none;
  font-weight: 600;
  border-bottom: 2px solid #bfbfbf;
  padding: 8px 0;
}
table.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.paginator-top {
  padding-top: 30px;
}
ul.paginator,
.paginator {
  list-style: none;
}
ul.paginator li,
.paginator li {
  display: inline-block;
}
ul.paginator .number-items,
.paginator .number-items {
  padding: 0;
  font-size: 16px;
  color: #808080;
}
ul.paginator p,
.paginator p,
ul.paginator a,
.paginator a {
  padding: 0px 7px;
  display: inline-block;
}
ul.paginator p.inactive,
.paginator p.inactive,
ul.paginator a.inactive,
.paginator a.inactive {
  color: #d2d0d0;
}
#snippet-prehledVyuctovani- .paginator {
  margin-bottom: 1em;
}
#snippet-prehledVyuctovani- .paginator p.previous:after,
#snippet-prehledVyuctovani- .paginator a.previous:after {
  content: '•';
  padding-left: 25px;
  color: #404040;
}
.ui-datepicker {
  background: #fff;
  border: 2px solid #cacaca;
  border-top: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000 !important;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  cursor: pointer;
}
.ui-menu .ui-menu-item:hover {
  background: #ea1c0a;
  color: #fff;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 992px) {
  .verticalline {
    position: absolute;
  }
  .verticalline.menu {
    width: 20px;
    height: 50px;
    left: 0;
  }
  .verticalline.flashmessage {
    width: 20px;
    right: 0;
  }
  .verticalline.nointerruption {
    width: 20px;
    right: 0;
  }
  .verticalline.infoelektro {
    right: 0;
    margin-top: 111px;
  }
  .verticalline.interruptioninfo {
    right: 0;
  }
  .verticalline.red {
    background: #ea1c0a;
  }
  .verticalline.turquoise {
    background: #1ea2b1;
  }
  .verticalline.yellow {
    background: #e3e000;
  }
  .verticalline.yel-bord-red {
    background: #e3e000;
  }
  .verticalline.yel-bord-red:before {
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    background: #b00402;
  }
  .verticalline.yel-bord-red:after {
    content: '';
    position: absolute;
    right: 0;
    width: 20px;
    height: 100%;
    background: #ea1c0a;
  }
}
.vertical-line--s--responsive {
  width: 8px;
}
@media (min-width: 768px) {
  .vertical-line--s--responsive {
    width: 20px;
  }
}
.vertical-line--l--responsive {
  width: 26px;
  min-width: 26px;
}
@media (min-width: 768px) {
  .vertical-line--l--responsive {
    width: 94px;
    min-width: 94px;
  }
}
#hdo-casy-chart svg .highcharts-background {
  fill: #F6F6F7;
}
#hdo-casy-chart svg .highcharts-xaxis path {
  stroke: #9f9f9f;
}
#hdo-casy-chart svg .highcharts-axis-labels text {
  color: #39393A !important;
  fill: #39393A !important;
}
.bg-yellow {
  background-color: #e3e000;
}
.bg-red {
  background-color: #ea1c0a;
}
.bg-bordeaux {
  background-color: #b00402;
  color: #fff;
}
.bg-grey-91 {
  background-color: #E8E8E8;
}
.bg-grey-96 {
  background-color: #F6F6F7;
}
.bg-turquoise {
  background-color: #1ea2b1;
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.bg-cyanish {
  background-color: #35A1B0;
}
.bg-black-25 {
  background-color: #bfbfbf;
}
.font-color-bordeaux {
  color: #b00402 !important;
}
.font-color-bordeaux-dark {
  color: #76020d !important;
}
.font-color-yellow {
  color: #e3e000 !important;
}
.font-color-turquoise {
  color: #1ea2b1 !important;
}
.font-color-white {
  color: #fff !important;
}
.font-color-grey {
  color: #39393A !important;
}
.font-color-grey-light {
  color: #8F9192 !important;
}
.font-color-red {
  color: #ea1c0a;
}
.font-color--sushi-green {
  color: #7daf37;
}
.font-color--cyanish {
  color: #35A1B0;
}
.font-color--bordeaux-lighter {
  color: #B90300;
}
.font-color--black-25 {
  color: #bfbfbf;
}
.svg-yellow path {
  fill: #e3e000;
}
.svg-white path {
  fill: #fff;
}
.flex-base {
  display: flex;
}
.flex--nw {
  flex-wrap: nowrap;
}
.flex--w {
  flex-wrap: wrap;
}
.flex--w--sm {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .flex--w--sm {
    flex-wrap: nowrap;
  }
}
.flex--d-r {
  flex-direction: row;
}
.flex--d-r--sm {
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex--d-r--sm {
    flex-direction: row;
  }
}
.flex--d-c {
  flex-direction: column;
}
.flex--g {
  flex-grow: 1;
}
.flex--1 {
  flex: 1;
}
.flex--a--center {
  align-items: center;
}
.flex--a--start {
  align-items: flex-start;
}
.flex--a--end {
  align-items: flex-end;
}
.flex--a--stretch {
  align-items: stretch;
}
.flex--j--center {
  justify-content: center;
}
.flex--j--between {
  justify-content: space-between;
}
.flex--j--start {
  justify-content: flex-start;
}
.flex--j--end {
  justify-content: flex-end;
}
.flex--j--responsive {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .flex--j--responsive {
    justify-content: flex-end;
  }
}
.flex--align--end {
  align-self: flex-end;
}
.flex--align--responsive {
  align-self: flex-start;
}
@media (min-width: 768px) {
  .flex--align--responsive {
    align-self: flex-end;
  }
}
.p--2xs {
  padding: 0.25rem;
}
.p--xs {
  padding: 0.5rem;
}
.p--s {
  padding: 0.75rem;
}
.p--m {
  padding: 1rem;
}
.p--l {
  padding: 1.5rem;
}
.p--xl {
  padding: 2rem;
}
.p--2xl {
  padding: 3rem;
}
.pb--2xs {
  padding-bottom: 0.25rem;
}
.pb--xs {
  padding-bottom: 0.5rem;
}
.pb--s {
  padding-bottom: 0.75rem;
}
.pb--m {
  padding-bottom: 1rem;
}
.pb--l {
  padding-bottom: 1.5rem;
}
.pb--xl {
  padding-bottom: 2rem;
}
.pb--2xl {
  padding-bottom: 3rem;
}
.pt--2xs {
  padding-top: 0.25rem;
}
.pt--xs {
  padding-top: 0.5rem;
}
.pt--s {
  padding-top: 0.75rem;
}
.pt--m {
  padding-top: 1rem;
}
.pt--l {
  padding-top: 1.5rem;
}
.pt--xl {
  padding-top: 2rem;
}
.pt--2xl {
  padding-top: 3rem;
}
.pl--2xs {
  padding-left: 0.25rem;
}
.pl--xs {
  padding-left: 0.5rem;
}
.pl--s {
  padding-left: 0.75rem;
}
.pl--m {
  padding-left: 1rem;
}
.pl--l {
  padding-left: 1.5rem;
}
.pl--xl {
  padding-left: 2rem;
}
.pl--2xl {
  padding-left: 3rem;
}
.pr--2xs {
  padding-right: 0.25rem;
}
.pr--xs {
  padding-right: 0.5rem;
}
.pr--s {
  padding-left: 0.75rem;
}
.pr--m {
  padding-right: 1rem;
}
.pr--l {
  padding-right: 1.5rem;
}
.pr--xl {
  padding-right: 2rem;
}
.pr--2xl {
  padding-right: 3rem;
}
.m--2xs {
  margin: 0.25rem;
}
.m--xs {
  margin: 0.5rem;
}
.m--s {
  margin: 0.75rem;
}
.m--m {
  margin: 1rem;
}
.m--l {
  margin: 1.5rem;
}
.mb--2xs {
  margin-bottom: 0.25rem;
}
.mb--xs {
  margin-bottom: 0.5rem;
}
.mb--s {
  margin-bottom: 0.75rem;
}
.mb--m {
  margin-bottom: 1rem;
}
.mb--l {
  margin-bottom: 1.5rem;
}
.mb--xl {
  margin-bottom: 2rem;
}
.mb--2xl {
  margin-bottom: 3rem;
}
.mt--2xs {
  margin-top: 0.25rem;
}
.mt--xs {
  margin-top: 0.5rem;
}
.mt--s {
  margin-top: 0.75rem;
}
.mt--m {
  margin-top: 1rem;
}
.mt--l {
  margin-top: 1.5rem;
}
.mt--xl {
  margin-top: 2rem;
}
.mt--2xl {
  margin-top: 3rem;
}
.ml--2xs {
  margin-left: 0.25rem;
}
.ml--xs {
  margin-left: 0.5rem;
}
.ml--m {
  margin-left: 1rem;
}
.ml--l {
  margin-left: 1.5rem;
}
.ml--xl {
  margin-left: 2rem;
}
.ml--2xl {
  margin-left: 3rem;
}
.mr--2xs {
  margin-right: 0.25rem;
}
.mr--xs {
  margin-right: 0.5rem;
}
.mr--m {
  margin-right: 1rem;
}
.mr--l {
  margin-right: 1.5rem;
}
.mr--xl {
  margin-right: 2rem;
}
.mr--2xl {
  margin-right: 3rem;
}
.width-100 {
  width: 100%;
}
.width-75 {
  width: 75%;
}
.width-75--responsive {
  width: 100%;
}
@media (min-width: 768px) {
  .width-75--responsive {
    width: 75%;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.pos--left {
  left: 0;
}
.pos--top {
  top: 0;
}
.pos--right {
  right: 0;
}
.pos--bottom {
  bottom: 0;
}
.w--full {
  width: 100%;
}
.h--full {
  height: 100%;
}
ul.custom-list {
  list-style-type: none;
  padding-inline-start: 0;
}
.custom-list li {
  position: relative;
  padding-left: 34px;
}
.custom-list--tick li:before {
  content: url("../../../img/svg/tick.svg");
  position: absolute;
  width: 16px;
  height: 13px;
  left: 0;
}
ul.list-no-padding {
  padding-left: 20px;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #F6F6F7;
  box-shadow: rgba(0, 0, 0, 0.31) 7px 8px 14px 3px;
  width: 278px;
  padding: 10px;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  font-size: 18px;
  line-height: 1em;
  display: none;
  flex-wrap: wrap;
  max-width: 564px;
}
.daterangepicker:before {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
  top: -21px;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
  border-bottom: 21px solid #ccc;
}
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
  top: -19px;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #F6F6F7;
  border-left: 20px solid transparent;
}
.daterangepicker.single {
  max-width: 290px;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
  flex: 50% 1 0;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table {
  background-color: #F6F6F7;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-90deg);
  display: inline-block;
  background-image: url('/img/svg/angle-down.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  margin-right: 4px;
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(90deg);
  display: inline-block;
  background-image: url('/img/svg/angle-down.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  margin-right: 4px;
}
.daterangepicker .calendar-table th {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker th.month {
  width: auto;
  font-size: 18px;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #F6F6F7;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.in-range {
  background-color: #fAC6C2;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker td.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.active {
  background-color: #ea1c0a;
  border-color: transparent;
  color: #fff;
}
.daterangepicker td.active:hover {
  background-color: #ea1c0a;
  border-color: transparent;
  color: #fff;
}
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect {
  font-size: 15px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  font-size: 15px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 15px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 15px;
  padding-right: 8px;
}
.daterangepicker .ranges {
  flex: 100%;
  order: 3;
  text-align: left;
  margin: 0;
}
.daterangepicker .ranges ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.daterangepicker .ranges li {
  flex: 100px 1 1;
  cursor: pointer;
  padding: 9px 4px;
  margin: 5px 10px;
}
.daterangepicker .ranges li:not(.active) {
  background-color: #fff;
  color: #b00402;
}
.daterangepicker .ranges li:not(.active):active,
.daterangepicker .ranges li:not(.active):focus,
.daterangepicker .ranges li:not(.active):hover,
.daterangepicker .ranges li:not(.active):before,
.daterangepicker .ranges li:not(.active):after {
  background-color: #fff !important;
}
.daterangepicker .ranges li:not(.active):active:before,
.daterangepicker .ranges li:not(.active):focus:before,
.daterangepicker .ranges li:not(.active):hover:before,
.daterangepicker .ranges li:not(.active):before:before,
.daterangepicker .ranges li:not(.active):after:before,
.daterangepicker .ranges li:not(.active):active:after,
.daterangepicker .ranges li:not(.active):focus:after,
.daterangepicker .ranges li:not(.active):hover:after,
.daterangepicker .ranges li:not(.active):before:after,
.daterangepicker .ranges li:not(.active):after:after,
.daterangepicker .ranges li:not(.active):active:active,
.daterangepicker .ranges li:not(.active):focus:active,
.daterangepicker .ranges li:not(.active):hover:active,
.daterangepicker .ranges li:not(.active):before:active,
.daterangepicker .ranges li:not(.active):after:active,
.daterangepicker .ranges li:not(.active):active:focus,
.daterangepicker .ranges li:not(.active):focus:focus,
.daterangepicker .ranges li:not(.active):hover:focus,
.daterangepicker .ranges li:not(.active):before:focus,
.daterangepicker .ranges li:not(.active):after:focus,
.daterangepicker .ranges li:not(.active):active:hover,
.daterangepicker .ranges li:not(.active):focus:hover,
.daterangepicker .ranges li:not(.active):hover:hover,
.daterangepicker .ranges li:not(.active):before:hover,
.daterangepicker .ranges li:not(.active):after:hover {
  background-color: #fff !important;
}
.daterangepicker .ranges li:not(.active):active,
.daterangepicker .ranges li:not(.active):focus,
.daterangepicker .ranges li:not(.active):hover {
  color: #76020d;
}
.daterangepicker.opensleft:before {
  right: 29px;
}
.daterangepicker.opensleft:after {
  right: 30px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 29px;
}
.daterangepicker.opensright:after {
  left: 30px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.show-calendar .drp-calendar.left {
  display: block;
}
.daterangepicker.show-calendar .drp-calendar.right {
  display: none;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
@media (min-width: 768px) {
  .daterangepicker {
    width: auto;
    text-align: left;
  }
  .daterangepicker.show-calendar .drp-calendar.left {
    margin-right: 0;
  }
  .daterangepicker.show-calendar .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 8px;
  }
  .daterangepicker.show-calendar .drp-calendar.right {
    display: block;
    margin-left: 0;
  }
  .daterangepicker.show-calendar .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.date-range-picker-form-control {
  font-size: 18px;
  border: 2px solid #cacaca;
  height: 45px;
  width: 300px;
  box-shadow: none;
  text-indent: 15px;
  padding-left: 0;
  padding-top: 7px;
  cursor: pointer;
}
.date-range-picker-form-control .date-range-from:after {
  content: '';
  transform: rotate(-90deg);
  display: inline-block;
  background-image: url('/img/svg/angle-down.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  margin-left: 0.5em;
  margin-right: 0.2em;
}
.spinner {
  width: 100px;
  height: 100px;
}
.spinner-overlay-container {
  position: relative;
}
.spinner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}
.spinner-overlay.show {
  display: block;
}
.spinner-overlay .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -75px;
}
.faq-accordion .accordion-item {
  margin-bottom: 2em;
}
.faq-accordion .accordion-item .accordion-heading {
  cursor: pointer;
}
.faq-accordion .accordion-item .accordion-heading h4 {
  color: #1ea2b1;
  line-height: 120%;
  display: flex;
  align-items: baseline;
}
.faq-accordion .accordion-item .accordion-heading h4:before {
  content: '';
  display: inline-block;
  background-image: url('/img/svg/angle-down.svg');
  background-repeat: no-repeat;
  flex: auto 0 0;
  width: 20px;
  height: 14px;
  margin-right: 0.5em;
}
.faq-accordion .accordion-item .accordion-heading:hover h4 {
  color: #2b91a3;
}
.faq-accordion .accordion-item .accordion-heading.collapsed h4:before {
  transform: rotate(-90deg);
}
.faq-accordion .accordion-item .accordion-content {
  margin-left: 30px;
}
.header {
  min-height: 108px;
}
@media (max-width: 767px) {
  .header {
    min-height: 64px;
  }
}
.header .nav .open > a,
.header .nav .open > a:hover,
.header .nav .open > a:hover {
  border-bottom: 4px solid #ea1c0a;
  background: none;
}
.header .navbar {
  margin-bottom: 0;
}
.header .navbar .navbar-brand {
  text-align: center;
  margin-right: 0;
}
.header .navbar .navbar-brand span {
  color: #ea1c0a;
  font-weight: 600;
}
@media (max-width: 767px) {
  .header .navbar .navbar-brand span {
    font-size: 11px;
  }
}
.header .navbar .navbar-brand svg {
  display: block;
  margin-bottom: 5px;
  margin-top: 8px;
  margin-left: 0px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .header .navbar .navbar-brand svg {
    width: 98px;
    height: 23px;
  }
}
.header .navbar-default {
  background: none;
  border: none;
}
.header .navbar-default .navbar-collapse,
.header .navbar-default .navbar-default .navbar-form {
  border: none;
  padding: 0;
}
.header .navbar-default .navbar-toggle {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .header .navbar-default .navbar-toggle {
    margin-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  .header .navbar-nav {
    margin: 0;
  }
}
.header .navbar-nav .kolecko {
  font-size: 15px;
  width: 18px;
  height: 18px;
  background-color: #ea1c0a;
  border-radius: 4px;
  padding-left: 5px;
  color: #fff;
  position: absolute;
  left: 45px;
  top: 24px;
  line-height: 18px;
}
.header .navbar-nav .client-photo {
  float: left;
  margin-right: 8px;
  position: relative;
  top: -3px;
}
.header .navbar-nav .client-photo svg {
  width: 14px;
  height: 20px;
}
.header .navbar-nav li a,
.header .navbar-nav li.point,
.header .navbar-nav li .partner {
  line-height: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #39393A;
  padding: 49px 0;
  margin-right: 30px;
  z-index: 2;
}
.header .navbar-nav li.item-home a {
  margin-left: 80px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .header .navbar-nav li.item-home a {
    margin-left: 0px;
  }
}
.header .navbar-nav li.item-client a {
  margin-right: 40px;
}
.header .navbar-nav li.item-profile a {
  margin-right: 20px;
}
.header .navbar-nav li .partner > .partner-like {
  font-weight: 400;
  color: #8F9192;
}
.header .navbar-nav li a.active {
  color: #ea1b0a;
}
.header .navbar-nav li a.dropdown-toggle:focus {
  background: none;
}
.header .navbar-nav li .partner .text {
  font-size: 14px;
  font-weight: normal;
}
.header .navbar-nav li.point {
  font-size: 16px;
  margin-right: 20px;
}
.header .navbar-nav li .angle svg {
  width: 18px;
  margin-left: 10px;
}
.header .navbar-nav li.logout a {
  color: #ea1b0a;
}
.header .navbar-nav li .dropdown-menu {
  padding: 20px;
  width: 400px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background-color: #F6F6F7;
}
.header .navbar-nav li .dropdown-menu h5 {
  margin-top: 0;
}
.header .navbar-nav li .dropdown-menu li {
  margin-top: 5px;
}
.header .navbar-nav li .dropdown-menu a {
  font-size: 16px;
  color: #ea1c0a;
  display: flex;
  border: none;
  padding: 0;
  font-weight: normal;
  margin: 0;
}
.header .navbar-nav li .dropdown-menu a .svg-img {
  width: 25px;
  height: 13px;
  margin-top: 5px;
  margin-left: 9px;
  background: url('../img/svg/arrow-right.svg') no-repeat;
  background-size: contain;
}
.header .navbar-nav li .dropdown-menu a svg {
  width: 15px;
}
.header .navbar-nav li .dropdown-menu a:hover {
  background: none;
  text-decoration: none;
  color: #d51607;
}
.header .navbar-nav li .dropdown-menu a:hover .svg-img fill {
  color: #d51607;
}
.header .navbar-nav li .dropdown-menu .line {
  height: 1px;
  background-color: #E8E8E8;
  margin: 20px 0;
}
.header .border-bottom-grey {
  position: absolute;
  top: 122px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #E8E8E8;
}
@media (max-width: 767px) {
  .header .border-bottom-grey {
    top: 64px;
  }
}
.header .border-top-brand {
  width: 100%;
  height: 4px;
}
.header .border-top-brand .bordeaux {
  height: 4px;
  background: #b00402;
}
.header .border-top-brand .turquoise {
  height: 4px;
  background: #56b9c5;
}
.header .border-top-brand .red {
  height: 4px;
  background: #ea1c0a;
}
.new-messages {
  font-size: 15px;
  width: 18px;
  height: 18px;
  background-color: #ea1c0a;
  border-radius: 4px;
  color: #fff;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
.footer {
  width: 100%;
  margin-top: 90px;
  background-color: #f6f6f7;
}
@media screen and (min-width: 992px) {
  .footer {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.footer a {
  color: #39393A;
}
.footer.footer-grey-line {
  border-top: solid 1px #E8E8E8;
}
.footer .footer-block {
  height: 120px;
  display: flex;
  align-items: center;
}
.footer .footer-block .social ul {
  margin: 0;
  padding: 0;
}
.footer .footer-block .social ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
}
.footer .footer-block .social ul li img {
  opacity: 1;
  transition: opacity 500ms;
  transition-timing-function: linear;
}
.footer .footer-block .social ul li img:hover {
  opacity: 0.5;
}
.footer .footer-block h4 {
  color: #b00402;
  text-align: right;
  flex: 0 1 auto;
}
.footer .footer-block .phone-email {
  color: #39393A;
  padding-top: 5px;
}
.footer .footer-block.logo {
  flex-grow: 1;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .footer-block.logo {
    padding: 0 15px;
  }
}
.footer .footer-block.logo:before {
  content: '';
  position: absolute;
  left: -25px;
  width: 1px;
  height: 25px;
  background: #E8E8E8;
}
.footer .footer-block.logo svg {
  width: 109px;
  height: auto;
}
.border-bottom-brand {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.border-bottom-brand .bordeaux {
  border-bottom: 4px solid #b00402;
}
.border-bottom-brand .turquoise {
  border-bottom: 4px solid #56b9c5;
}
.ddListContainer a {
  cursor: pointer;
}
.ddListContainer.homepage {
  padding-top: 0px;
}
.ddListContainer.homepage > .top {
  display: block;
}
.ddListContainer.homepage > .top .leftMenu {
  display: inline-block;
  width: 90%;
}
.ddListContainer.homepage .angle svg {
  transform: rotate(180deg);
}
.ddListContainer .angle {
  padding-left: 10px;
  padding-right: 0px;
}
.ddListContainer.ddListIsOpen > .top .angle {
  transform: rotate(180deg);
  position: relative;
  padding-left: 0px;
  padding-right: 10px;
}
.ddListContainer > .top.main {
  background-color: white;
  color: #333;
  padding: 40px 0;
}
.ddListContainer > .top.main span {
  font-size: 24px;
  font-weight: 700;
}
.ddListContainer > .top {
  background-color: #1ea2b1;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ddListContainer > .top .address {
  font-weight: 600;
  font-size: 18px;
  padding-left: 10px;
}
.ddListContainer > .top .angle svg {
  width: 15px;
}
.ddListContainer > .top .angle svg path {
  fill: #fff;
}
.ddListContainer > .top .svg-img {
  display: block;
}
.ddListContainer > .top .svg-img svg {
  width: 100%;
}
.ddListContainer > .top .svg-img svg path {
  fill: #fff;
}
.ddListContainer ul {
  list-style: none;
  padding-left: 0;
}
.ddListContainer ul li {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  background-color: #1ea2b1;
  border-top: 1px solid #fff;
}
.ddListContainer ul li:visited {
  text-decoration: none !important;
}
.ddListContainer ul li a {
  color: #fff;
  text-decoration: none !important;
  display: flex;
  z-index: 2;
}
.ddListContainer ul li a .leftMenu {
  flex: 24px 0 0;
  margin: 0 3px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.ddListContainer ul li a .address {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.ddListContainer ul li a .address small {
  font-weight: normal;
}
.ddListContainer ul li a .other-services {
  padding-left: 25px;
}
.ddListContainer ul li a .svg-img {
  display: block;
}
.ddListContainer ul li a .svg-img svg {
  width: 100%;
}
.ddListContainer ul li a .svg-img svg path {
  fill: #fff;
}
.ddListContainer ul li a .svg-img.turquoise svg path {
  fill: #1ea2b1;
}
.ddListContainer ul li a:hover {
  text-decoration: none;
  cursor: pointer;
}
.ddListContainer ul li a:visited {
  text-decoration: none !important;
}
.ddListContainer ul li:hover {
  background-color: #ea1c0a;
}
.ddListContainer ul li:hover a {
  color: #fff;
}
.ddListContainer ul li:hover a .svg-img path {
  fill: #fff;
}
.ddListContainer ul li.greenEnergy:hover {
  background-color: #7daf37;
}
.ddListContainer ul li.greenEnergy:hover * {
  color: #fff;
}
.ddListContainer ul li.greenEnergy:hover .svg-fill {
  fill: #fff !important;
}
.ddListContainer ul li.greenEnergy:hover .svg-stroke {
  stroke: #fff !important;
}
.ddListContainer ul li.supplierChange {
  background: rgba(30, 162, 177, 0.5);
}
.ddListContainer ul li.supplierChange * {
  color: #fff;
}
.ddListContainer ul li.supplierChange:hover {
  background: rgba(234, 28, 10, 0.5);
}
.ddListContainer ul li.addMs {
  background-color: #E8E8E8;
}
.ddListContainer ul li.addMs a {
  color: #333;
}
.ddListContainer .greenEnergy {
  background-color: #e3e000;
}
.ddListContainer .greenEnergy * {
  color: #b00402;
}
.ddListContainer .greenEnergy .svg-fill {
  fill: #b00402 !important;
}
.ddListContainer .greenEnergy .svg-stroke {
  stroke: #b00402 !important;
}
.ddListContainer .greenEnergy.supplierChange * {
  color: #fff;
}
.ddListContainer .greenEnergy.supplierChange .svg-fill {
  fill: #fff !important;
}
.ddListContainer .greenEnergy.supplierChange .svg-stroke {
  stroke: #fff !important;
}
.ddListContainer .supplierChange {
  background: rgba(30, 162, 177, 0.5);
}
.top .leftMenu {
  flex: 24px 0 0;
  margin: 0 3px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
#MainMenu .list-group {
  border: none;
  box-shadow: none;
}
#MainMenu .list-group .head-left-menu {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #F6F6F7;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
#MainMenu .list-group .head-left-menu:hover a {
  color: #fff;
}
#MainMenu .list-group .list-group-item {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #F6F6F7;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-radius: 0;
  border-left: none;
  border-right: none;
}
#MainMenu .list-group .list-group-item:hover a {
  color: #fff;
}
#MainMenu .list-group .list-group-item:hover {
  background-color: #ea1c0a;
  color: #fff;
}
#MainMenu .list-group .list-group-item:hover .angle svg path {
  fill: #fff;
}
#MainMenu .list-group .list-group-item.active {
  background-color: #b00402;
  color: #fff;
}
#MainMenu .list-group .list-group-item--highlight {
  background-color: #E3E000;
  color: #76020D;
}
#MainMenu .list-group .list-group-item p {
  width: 80%;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}
#MainMenu .list-group .list-group-item.collapsed .svg-image {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
#MainMenu .list-group .list-group-item.no-transform .svg-image {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
#MainMenu .list-group .list-group-item .svg-image {
  display: inline-block;
  float: right;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#MainMenu .list-group .list-group-item .svg-image .angle svg {
  fill: #ea1c0a;
  width: 15px;
  height: 15px;
  display: inline-flex;
}
#MainMenu .list-group .list-group-submenu a {
  background-color: #fff;
  border-bottom: 1px solid #F6F6F7;
  border-top: 1px solid #F6F6F7;
  font-weight: 400;
  padding-left: 30px;
}
#MainMenu .list-group .list-group-submenu a:last-child {
  border-bottom: none;
}
.user_info p {
  color: #8F9192;
  font-size: 16px;
}
.user_info p .name {
  color: #404040;
  font-size: 18px;
}
.user_info .btn-show {
  padding: 10px 0;
}
.breadcrumb {
  background: transparent;
  padding: 40px 15px;
  margin: 0;
  margin-top: 10px;
}
.breadcrumb li a {
  color: #ea1c0a;
}
.breadcrumb li a:hover {
  color: #d51607;
  text-decoration: none;
}
.breadcrumb li.active {
  color: #bfbfbf;
  font-size: 18px;
}
.breadcrumb > li + li:before {
  content: '•';
  color: #404040;
  font-size: 18px;
}
.homepage .close {
  opacity: 1;
}
.homepage .alert.butler {
  display: block;
  padding: 40px 30px;
  margin: 0;
  margin-bottom: 30px;
  padding-bottom: 60px;
  border: solid 1px #E8E8E8;
}
.homepage .alert.butler h4 {
  color: #b00402;
  margin-bottom: 25px;
}
.homepage .alert.butler .close svg {
  width: 15px;
}
.homepage .alert.butler ul {
  padding-left: 20px;
}
.homepage .alert.butler ul li {
  color: #808080;
}
.homepage .alert.butler svg {
  width: 15px;
  height: 15px;
}
.homepage .alert.butler svg path {
  fill: #ea1c0a;
}
.homepage .campaign-banner-outages {
  min-height: 361px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.homepage .campaign-banner-outages > * {
  flex: 1 0 auto;
  min-height: inherit;
}
.homepage .campaign-banner-outages__background {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  padding: 20px 10px 20px 10px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .homepage .campaign-banner-outages__background {
    padding: 30px 25px 30px 30px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .campaign-banner-outages__background {
    flex-direction: row;
    padding: 30px 25px 30px 50px;
  }
}
.homepage .campaign-banner-outages__background:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E3E200;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .homepage .campaign-banner-outages__background:before {
    width: 30px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .campaign-banner-outages__background:before {
    width: 50px;
  }
}
.homepage .campaign-banner-outages__background:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #B20000;
}
@media screen and (min-width: 768px) {
  .homepage .campaign-banner-outages__background:after {
    background: linear-gradient(-90deg, #770007 25px, #B20000 25px);
  }
}
@media screen and (min-width: 992px) {
  .homepage .campaign-banner-outages__background:after {
    width: 33%;
  }
}
.homepage .campaign-banner-outages__background > * {
  position: relative;
  z-index: 2;
}
.homepage .campaign-banner-outages__header {
  display: flex;
  justify-content: right;
  padding: 0 10px 10px 10px;
  font-size: 18px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .homepage .campaign-banner-outages__header {
    padding: 0 10% 20px 10%;
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .campaign-banner-outages__header {
    padding: 0 40px 40px 15%;
    font-size: 30px;
    width: 67%;
    text-align: right;
  }
}
.homepage .campaign-banner-outages__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  font-size: 10px;
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .homepage .campaign-banner-outages__description {
    font-size: 14px;
    padding: 0 10%;
  }
}
@media screen and (min-width: 992px) {
  .homepage .campaign-banner-outages__description {
    font-size: 16px;
    width: 33%;
    padding: 0 30px;
  }
}
.homepage .campaign-banner-outages__description > * {
  max-width: 100%;
}
.homepage .campaign-banner-outages__description > * + * {
  margin-top: 10px;
}
.homepage .campaign-banner-outages__description:first-child {
  padding-bottom: 20px;
}
.requirements {
  padding: 40px 30px;
}
.requirements .btn {
  margin-left: 6px;
}
.banner-offer {
  background-color: #e3e000;
  padding: 40px 30px;
  margin-bottom: 40px;
  height: 400px;
}
.banner-offer h2,
.banner-offer p {
  color: #b00402;
}
.banner-small-outage {
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #000;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 25px 0 125px 0;
  margin-bottom: 40px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.banner-small-outage:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  background: #e3e000;
}
.banner-small-outage:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(-90deg, #76020d 25px, #b00402 25px);
}
.banner-small-outage > * {
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .banner-small-outage > * {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.banner-small-outage > * + * {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .banner-small-outage__header {
    width: 85%;
    min-width: 325px;
  }
}
.banner-small-outage__description > * + * {
  margin: 20px 0 0 0;
}
.blocks .energometr {
  background-color: #1ea2b1;
  padding: 40px 30px;
}
.blocks .energometr h2.title {
  color: #fff;
  margin-bottom: 40px;
}
.blocks .energometr p {
  color: #fff;
}
.energometr .title {
  margin-bottom: 30px;
}
.energometr h4 {
  color: #ea1c0a;
}
.energometr #frm-energometr-druhyForm {
  padding-left: 15px;
}
.energometr .form {
  padding: 40px 30px;
}
.energometr .form form .radio {
  margin-left: -30px;
}
.energometr .form form a.btn {
  margin-top: 15px;
  margin-left: -15px;
}
.energometr .form form legend {
  padding-top: 20px;
}
.faq {
  margin-bottom: 40px;
  padding: 40px 30px;
}
.faq h2.title {
  color: #fff;
  margin-bottom: 40px;
}
.faq p {
  color: #fff;
}
.faq ul {
  padding-left: 0;
}
.faq ul li {
  display: flex;
  padding-bottom: 3px;
  list-style: none;
}
.faq ul li a {
  color: #fff;
}
.faq ul li a:hover,
.faq ul li a:focus,
.faq ul li a:link {
  text-decoration: none;
}
.faq .svg-img {
  padding: 2px 9px 0 0;
}
.faq .svg-img svg {
  width: 20px;
}
.faq .svg-img svg path {
  fill: white;
}
.odstavky-rozcestnik .need-organize .block {
  position: relative;
  padding: 10px 30px;
  height: 260px;
  justify-content: initial;
}
.odstavky-rozcestnik h2 {
  font-size: 28px;
}
.odstavky-rozcestnik h3 {
  font-size: 24px;
}
.odstavky-rozcestnik .odstavky-hint {
  font-weight: 700;
  font-size: 16px;
}
.odstavky-rozcestnik .block-icon {
  position: absolute;
  left: 30px;
  top: 50px;
}
.odstavky-rozcestnik div.block div.block-content,
.odstavky-rozcestnik div.block div.block-button {
  padding-left: 60px;
}
.odstavky-rozcestnik div.block div.block-content {
  min-height: 160px;
}
.odstavky-rozcestnik .block .svg-img svg {
  height: 30px;
}
.odstavky-rozcestnik .block .svg-img path {
  fill: #1ea2b1;
}
.odstavky-rozcestnik .svg-img.info-small svg {
  height: 24px;
  width: 24px;
  position: relative;
  top: 10px;
  left: 10px;
}
.odstavky-rozcestnik .svg-img.info-big svg {
  height: 34px;
  width: 34px;
  position: relative;
  top: -5px;
}
.odstavky-rozcestnik .btn-default[disabled] {
  background-color: #8F9192;
  opacity: 1;
}
.odstavky-rozcestnik .btn-default[disabled]:before {
  background-color: #8F9192;
}
.odstavky-rozcestnik .btn-default[disabled]:after {
  background-color: #8F9192;
}
.tooltip-rozcestnik-odstavky.tooltip.top .tooltip-arrow {
  border-top-color: #57C1CC;
  border-width: 10px 10px 0;
  bottom: -5px;
}
.tooltip-rozcestnik-odstavky.tooltip.top {
  opacity: 1;
}
.tooltip-rozcestnik-odstavky.tooltip.top .tooltip-inner {
  padding: 30px;
  background-color: #57C1CC;
  max-width: 380px;
  text-align: left;
}
.rozcestnik-formulare-hp {
  margin-bottom: 40px;
}
.rozcestnik-formulare-hp a {
  color: #1ea2b1;
}
.rozcestnik-formulare-hp .dlazdice {
  background-color: #F6F6F7;
  padding: 40px 30px;
  border-top: solid 2px #e3e000;
  max-height: 185px;
}
@media screen and (max-width: 768px) {
  .rozcestnik-formulare-hp .dlazdice {
    padding: 20px 15px;
    border-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .rozcestnik-formulare-hp .dlazdice .icon {
    float: left;
  }
}
.rozcestnik-formulare-hp .dlazdice .icon svg {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .rozcestnik-formulare-hp .dlazdice .icon svg {
    height: 30px;
    max-width: 50px;
  }
}
.rozcestnik-formulare-hp .dlazdice h3 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .rozcestnik-formulare-hp .dlazdice h3 {
    margin: 10px;
    margin-left: 80px;
  }
}
.rozcestnik-formulare-hp .dlazdice-first {
  border-top: solid 2px #e3e000;
}
.rozcestnik-formulare-hp .dlazdice-hidden {
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .rozcestnik-formulare-hp .dlazdice-middle {
    margin: 0 2px;
  }
}
.rozcestnik-formulare-hp .unhide-text {
  text-align: center;
  font-weight: 600;
  text-align: right;
  cursor: pointer;
  color: #fff;
  background-color: #1ea2b1;
  display: flex;
  justify-content: flex-end;
}
.rozcestnik-formulare-hp .unhide-text .text {
  display: inline-block;
  padding: 10px 15px;
}
.rozcestnik-formulare-hp .unhide-text .svg-image {
  float: right;
  padding: 10px 15px;
  background-color: #e3e000;
}
.rozcestnik-formulare-hp .unhide-text .svg-image .angle-top svg {
  transform: rotate(180deg);
}
.rozcestnik-formulare .mista-spotreby {
  margin-bottom: 40px;
}
.rozcestnik-formulare .mista-spotreby b {
  font-weight: 700;
}
.rozcestnik-formulare .mista-spotreby .block {
  background-color: #F6F6F7;
  position: relative;
  padding: 10px 30px;
  height: 260px;
  justify-content: initial;
  margin: 15px 0;
}
.rozcestnik-formulare .mista-spotreby .block.vyloucene {
  height: auto;
}
.rozcestnik-formulare h2 {
  margin-bottom: 40px;
}
.rozcestnik-formulare .infobox {
  margin-bottom: 15px;
  background-color: #56b9c5;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
}
.rozcestnik-formulare .infobox .svg-img {
  height: 35px;
  padding: 0 25px;
}
.rozcestnik-formulare .infobox svg {
  width: 35px;
}
.rozcestnik-formulare .infobox svg path {
  fill: #fff;
}
.rozcestnik-formulare .infobox .text {
  padding: 25px;
  border-left: 1px solid #fff;
}
.rozcestnik-formulare .infobox a {
  color: #fff;
  text-decoration: underline;
}
.rozcestnik-formulare h3 {
  font-size: 21px;
}
.rozcestnik-formulare h3.title {
  font-size: 25px;
}
.rozcestnik-formulare .block-icon {
  position: absolute;
  left: 30px;
  top: 50px;
}
.rozcestnik-formulare div.block div.block-content-padding,
.rozcestnik-formulare div.block div.block-button-padding {
  padding-left: 60px;
}
.rozcestnik-formulare div.block div.block-content {
  min-height: 150px;
}
.rozcestnik-formulare div.block div.block-content .mt-20 {
  margin-top: 20px;
}
.rozcestnik-formulare .block .svg-img svg {
  height: 30px;
}
.rozcestnik-formulare .block .svg-img path {
  fill: #1ea2b1;
}
.rozcestnik-formulare .btn-default[disabled] {
  background-color: #8F9192;
  opacity: 1;
}
.rozcestnik-formulare .btn-default[disabled]:before {
  background-color: #8F9192;
}
.rozcestnik-formulare .btn-default[disabled]:after {
  background-color: #8F9192;
}
.eon-pomocnik__flex {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.eon-pomocnik__flex > * {
  margin-left: 10px;
  margin-right: 10px;
}
.eon-pomocnik__icon {
  width: 2em;
}
.recontracting-banner--content {
  padding: 200px 13px 47px 13px;
}
@media (min-width: 768px) {
  .recontracting-banner--content {
    padding: 56px 53px 47px 71px;
  }
}
.recontracting-banner--offer {
  width: 103px;
  height: 103px;
  position: absolute;
  z-index: 1;
  top: 47px;
  left: 53px;
}
.recontracting-banner--offer > * {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .recontracting-banner--offer {
    top: 56px;
    left: 62px;
  }
}
@media (min-width: 768px) {
  .recontracting-banner--cols > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
  }
}
.recontracting-banner--button {
  padding: 2.5rem 3rem;
}
.recontracting-banner--separator {
  width: 100%;
  height: 1px;
}
@media (min-width: 768px) {
  .recontracting-banner--separator {
    width: 1px;
    height: auto;
  }
}
.bonusOrderDetail div.loader {
  visibility: hidden;
  color: #ea1c0a;
}
.bonusOrderDetail .bonusOrderDetail-block {
  margin: 40px -15px;
  padding: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bonusOrderDetail .bonusOrderDetail-block {
    padding: 20px;
  }
}
.bonusOrderDetail .bonusOrderDetail-block p {
  font-weight: 900;
  font-size: 21px;
}
.bonusOrderDetail .bonusOrderDetail-block-stripe {
  width: 85px;
  background: #56b9c5;
  margin: 40px 0;
  margin-right: -15px;
  border-right: solid 20px #F6F6F7;
  border-left: solid 30px #F6F6F7;
}
@media screen and (max-width: 768px) {
  .bonusOrderDetail .bonusOrderDetail-block-stripe {
    border: 0;
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  .bonusOrderConfirm .form-group {
    display: flex;
    align-items: center;
  }
}
.bg-svg-warning {
  background-image: url('../img/svg/warning.svg');
  background-size: 33.87px 29.55px;
}
.pagination-eon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .pagination-eon {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .pagination-eon .pagination-eon-buttons {
    text-align: center;
  }
}
.pagination-eon .pagination-button-right,
.pagination-eon .pagination-button-left {
  margin-left: 5px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .pagination-eon .pagination-button-right,
  .pagination-eon .pagination-button-left {
    margin-right: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pagination-eon .pagination-button-right button,
  .pagination-eon .pagination-button-left button {
    margin-top: 15px;
  }
}
.pagination-eon .pagination-button-right button div,
.pagination-eon .pagination-button-left button div {
  display: flex;
  align-items: center;
}
.pagination-eon .pagination-button-right .svg-img,
.pagination-eon .pagination-button-left .svg-img {
  line-height: 0;
  padding-left: 10px;
}
.pagination-eon .pagination-button-right .svg-img svg,
.pagination-eon .pagination-button-left .svg-img svg {
  padding: 2px 5px;
}
.pagination-eon .pagination-button-right .svg-img path,
.pagination-eon .pagination-button-left .svg-img path {
  fill: white;
}
.pagination-eon .pagination-button-left .svg-img {
  padding-left: 0;
  padding-right: 10px;
}
.pagination-eon .pagination-button-left .svg-img svg {
  transform: rotate(180deg);
}
.stavPlatebProVsechnaMs .bg-grey {
  padding: 40px 30px;
}
.stavPlatebProVsechnaMs .bg-grey .block {
  border-bottom: 1px solid #8F9192;
  padding: 20px 0;
}
.stavPlatebProVsechnaMs .bg-grey h4 {
  padding-top: 20px;
}
.stavPlatebProVsechnaMs .bg-grey .col {
  display: inline-block;
  vertical-align: middle;
}
.stavPlatebProVsechnaMs .bg-grey .col .svg-img {
  display: inline-block;
}
.stavPlatebProVsechnaMs .bg-grey .col .svg-img svg {
  width: 30px;
}
.stavPlatebProVsechnaMs .bg-grey .col .svg-img path {
  fill: #1ea2b1;
}
.stavPlatebProVsechnaMs .bg-grey .col h4 {
  margin: 0;
  padding-left: 10px;
}
.stavPlatebProVsechnaMs .bg-grey .col p {
  padding-left: 10px;
}
.stavPlateb,
.stavVyuctovani,
.bg-img-bank-connection {
  padding: 40px 30px;
  margin-bottom: 40px;
  min-height: 430px;
}
.bg-img-bank-connection p {
  color: #404040;
}
p.list {
  margin: 20px 0;
}
p.list:before {
  content: "•";
  font-size: 21px;
}
p.list.red:before {
  color: #ea1c0a;
}
p.list.orange:before {
  color: #f2820a;
}
p.list.green:before {
  color: #3ab25f;
}
.price {
  font-size: 38px;
  font-weight: 900;
}
.price.red {
  color: #ea1c0a;
}
.price.orange {
  color: #f2820a;
}
.price.green {
  color: #3ab25f;
}
.cash-back {
  padding-top: 20px;
}
.sum_price {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.sum_price .sum {
  margin-bottom: 0;
}
.sum_price .all_price {
  width: 100%;
  text-align: right;
}
.payment-table {
  margin-top: 40px;
}
.payment-table .note {
  font-size: 16px;
  color: #808080;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.simulation .group {
  color: #404040;
  padding-bottom: 10px;
}
.simulation .title-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.simulation.custom-form form {
  margin-top: 30px;
}
.simulation.custom-form form label {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 20px;
}
.simulation.custom-form form .form-btn {
  padding-top: 30px;
}
.simulation label.required:after {
  content: '*';
  color: #ea1c0a;
}
.no-interruption,
.interruption-notice,
.interruption-alert {
  color: #fff;
  padding: 40px 30px;
  background-color: #1ea2b1;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.no-interruption h5,
.interruption-notice h5,
.interruption-alert h5 {
  margin: 0;
  margin-top: 5px;
}
.no-interruption svg,
.interruption-notice svg,
.interruption-alert svg,
.no-interruption img,
.interruption-notice img,
.interruption-alert img {
  margin-right: 30px;
  width: 50px;
}
.no-interruption svg path,
.interruption-notice svg path,
.interruption-alert svg path,
.no-interruption img path,
.interruption-notice img path,
.interruption-alert img path {
  fill: #fff;
}
.no-interruption p,
.interruption-notice p,
.interruption-alert p {
  margin: 0;
}
.no-interruption {
  height: 138px;
}
.interruption-notice,
.interruption-alert {
  color: #b00402;
  background-color: #e3e000;
  margin-bottom: 20px;
}
.consumption {
  padding-top: 10px;
}
.consumption h1 {
  margin-top: 0;
  margin-bottom: 40px;
}
.consumption .prehled-spotreby,
.consumption .historie-odectu {
  margin-bottom: 40px;
}
.consumption .bg-img-info .flex-block h2.title {
  color: #fff;
}
.consumption .group {
  color: #fff;
}
.bg-img-info,
.bg-img-connection {
  margin-bottom: 40px;
  padding: 40px 30px;
  background-color: #1ea2b1;
  min-height: 516px;
  width: 100%;
}
.bg-img-info h2.title,
.bg-img-connection h2.title {
  color: #fff;
  margin-bottom: 50px;
}
.bg-img-connection {
  background-image: url('../img/jpg/bank_connection.jpg');
  min-height: 430px;
  padding: 40px 30px;
  margin-bottom: 40px;
}
.bg-img-connection .align-bottom {
  display: flex;
  align-items: flex-end;
}
.customer .paddingTop70 {
  padding-top: 47px;
}
.customer table.table {
  margin-bottom: 40px;
}
div.title {
  font-size: 21px;
}
form input,
form select {
  margin-bottom: 20px;
}
.ebill h2 {
  margin-bottom: 20px;
}
.change-address {
  background-color: #e3e000;
  padding: 40px 30px;
}
.change-address ul {
  padding-left: 0;
}
.change-address ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.change-address ul li .svg-img {
  padding-right: 10px;
}
.change-address ul li .svg-img svg {
  width: 15px;
  height: 20px;
}
.change-address ul li .svg-img svg path {
  fill: #404040;
}
.change-address ul li p {
  display: inline-block;
}
.casy-hdo {
  padding: 40px 30px;
}
.casy-hdo .no-data {
  padding: 20px 0 30px;
}
.casy-hdo form {
  margin: 0;
}
.casy-hdo form .fields_HDO {
  margin-top: 20px;
}
.casy-hdo form .fields_HDO .form-group {
  display: flex;
  align-items: center;
}
.casy-hdo form .fields_HDO .form-group .form-control.small {
  width: 240px;
  background-position-x: 200px;
}
.changes {
  padding: 40px 30px;
}
.changes .empty-contacts {
  margin-top: 30px;
  font-weight: 900;
  font-size: 21px;
}
.hdoform .ui-menu {
  background-color: white;
}
.invoice .check-green {
  font-size: 21px;
  color: #3ab25f;
}
.invoice .close-gray {
  font-size: 21px;
  color: #ea1c0a;
}
.samoodecet {
  display: block;
  background-color: #F6F6F7;
  background-image: url(../img/jpg/mimoradna_fakturace.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  height: 262px;
  margin-bottom: 50px;
  padding: 40px 30px;
}
.show-more {
  margin-top: 5px;
  cursor: pointer;
}
.show-more .text {
  padding-right: 3px;
  font-style: italic;
}
.show-more .angle-top svg {
  transform: rotate(180deg);
}
.title.current-prices {
  font-weight: normal;
  font-size: 21px;
  margin-top: 37px;
}
.nav.nav-tabs.current-prices {
  border-style: none;
}
.nav.nav-tabs.current-prices li {
  width: 33%;
}
.nav.nav-tabs.current-prices li a {
  border-style: none;
  color: #000;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  align-items: center;
  padding-left: 0;
  padding-bottom: 0;
}
.nav.nav-tabs.current-prices li a .fake-radio {
  display: grid;
  place-content: center;
  width: 1.15em;
  height: 1.15em;
  border: 0.1em solid #808080;
  border-radius: 50%;
}
.nav.nav-tabs.current-prices li a .fake-radio::before {
  content: "";
  background-color: #ea1c0a;
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
}
.nav.nav-tabs.current-prices li a:hover {
  background-color: #fff;
}
.nav.nav-tabs.current-prices li a:hover .fake-radio {
  border: 0.1em solid #000;
}
.nav.nav-tabs.current-prices li.active a .fake-radio,
.nav.nav-tabs.current-prices li.active a:hover .fake-radio {
  border: 0.1em solid #ea1c0a;
}
.nav.nav-tabs.current-prices li.active a .fake-radio::before,
.nav.nav-tabs.current-prices li.active a:hover .fake-radio::before {
  transform: scale(1);
}
.graf {
  padding: 40px 30px;
}
.graf #spotreba-graf-container {
  height: 350px !important;
}
.graf #spotreba-graf-container .highcharts-container {
  height: 350px !important;
}
.graf #spotreba-graf-container .highcharts-container svg {
  height: 350px !important;
}
.graf #spotreba-graf-container .highcharts-container svg .highcharts-axis path {
  display: none;
}
.graf #spotreba-graf-container .highcharts-container svg .highcharts-yaxis-grid path {
  stroke: #8F9192;
}
.graf #spotreba-graf-container .highcharts-container svg .highcharts-legend {
  margin-top: 130px;
  transform: translate(10px, 290px);
}
.graf #spotreba-graf-container .highcharts-container svg .highcharts-legend .highcharts-legend-item {
  display: block;
  width: 100%;
}
.graf #spotreba-graf-container .highcharts-container svg .highcharts-legend .highcharts-legend-item rect {
  height: 20px;
  width: 20px;
  rx: 50%;
  ry: 50%;
  margin-left: 5px;
  x: -8;
  y: 0;
}
.graf #spotreba-graf-container .highcharts-container svg .highcharts-legend .highcharts-legend-item text {
  font-size: 16px !important;
  color: #404040 !important;
  fill: #404040 !important;
  font-weight: 400 !important;
}
.graf #spotreba-graf-container .highcharts-container svg .highcharts-legend .highcharts-legend-item:nth-child(2) {
  transform: translate(8px, 33px);
}
.graf .legend {
  margin-top: 5px;
  margin-bottom: 5px;
}
.graf .legend_row {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.graf .legend__ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
}
.graf .legend__ball--high-tariff {
  background-color: #1ea2b1;
}
.graf .legend__ball--low-tariff {
  background-color: #8ed0d8;
}
.graf .legend__ball--green-high {
  background-color: #7daf37;
}
.graf .legend__ball--green-low {
  background-color: #bed79b;
}
.infoMap .bg-grey {
  padding: 40px 30px;
  margin-bottom: 30px;
}
.infoMap .infoMap-progress {
  margin: 40px 0;
}
.infoMap .infoMap-progress ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.infoMap .infoMap-progress .progress-line {
  border-bottom: 2px solid #ccc;
  width: 100%;
}
.infoMap .infoMap-progress li {
  width: 135px;
  text-align: center;
}
.infoMap .infoMap-progress li .progress-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 15px 10px;
}
.infoMap .infoMap-progress li .progress-button.first {
  margin-left: 42px;
}
.infoMap .infoMap-progress li .progress-button.last {
  margin-right: 42px;
}
.infoMap .infoMap-progress li .progress-button svg path {
  fill: #D7D7D7;
}
.infoMap .infoMap-progress li .progress-button span {
  position: absolute;
}
.infoMap .infoMap-progress li a {
  font-size: 21px;
  color: #39393A;
  font-weight: 600;
}
.infoMap .infoMap-progress li.active .progress-button svg path {
  stroke: #808080;
  stroke-width: 2px;
}
.infoMap .infoMap-progress li.actual a {
  color: #ea1c0a;
}
.infoMap .infoMap-progress li.actual .progress-button {
  color: #fff;
}
.infoMap .infoMap-progress li.actual .progress-button svg path {
  fill: #ea1c0a;
  stroke: #D7D7D7;
}
.infoMap .ret-cta {
  border-top: 1px solid #D7D7D7;
  padding-top: 40px;
  margin-top: 40px;
}
.infoMap .ret-cta div {
  font-size: 21px;
  color: #B90300;
}
.infoMap-modal .modal-dialog {
  width: 380px;
}
.infoMap-modal .modal-header {
  padding: 20px 30px;
}
.infoMap-modal .modal-title {
  color: #ea1c0a;
  font-weight: 600;
}
.infoMap-modal .close {
  font-size: 32px;
  margin-top: -15px;
  margin-right: -15px;
  font-weight: normal;
}
.infoMap-modal .modal-body {
  margin: 0;
  padding: 30px;
}
.infoMap-modal .modal-body p {
  font-weight: 600;
}
.infoMap-modal .modal-body .input-file-container {
  border: 2px dashed #D7D7D7;
  margin-top: 30px;
  display: flex;
  height: 100px;
}
.infoMap-modal .modal-body .input-file-container .input-file-label {
  color: #8F9192;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  padding: 15px;
}
.infoMap-modal .modal-body .input-file-container .input-file-label .input-file-text {
  width: 50%;
  text-align: center;
}
.infoMap-modal .modal-body .input-file-container .input-file-label .input-file-button {
  width: 50%;
  text-align: center;
}
.infoMap-modal .modal-body .input-file-container .input-file-label .input-file-button span {
  border: 1px solid #D7D7D7;
  border-radius: 6px;
  padding: 8px;
  box-shadow: 2px 2px #E8E8E8;
}
.infoMap-modal .modal-body .input-file-container input[type=file] {
  cursor: pointer;
  opacity: 0;
  margin: 0;
  border: 0;
  height: 100px;
  position: absolute;
}
.infoMap-modal .modal-body .input-file-name {
  padding-top: 10px;
  font-weight: normal;
  text-align: center;
}
.infoMap-modal .modal-body button {
  margin-right: 10px;
}
.infoMap-modal .modal-footer {
  padding: 30px;
  padding-top: 0;
  border: 0;
}
.infoMap-modal .modal-footer .btn {
  margin-right: 10px;
}
.jistota {
  display: flex;
}
.jistota-description {
  width: 64%;
}
.jistota-img {
  width: 36%;
  padding-left: 5%;
}
.jistota-img img {
  width: 100%;
}
.jistota-table-heading {
  margin-top: 20px;
  text-align: center;
}
table.jistota-table {
  font-size: 0.9em;
}
table.jistota-table th,
table.jistota-table td {
  border-style: solid ;
  border-color: white;
  text-align: center;
}
table.jistota-table th,
table.jistota-table .work-assist td,
table.jistota-table .ztrata td {
  border-bottom-color: black;
}
table.jistota-table ul {
  list-style-type: '-';
}
table.jistota-table thead {
  font-size: 1.4em;
}
table.jistota-table tr p {
  margin: 0;
  padding-left: 7px;
  font-size: 0.85em;
}
table.jistota-table .prices > th:first-child {
  font-size: 0.9em;
}
table.jistota-table td:first-child,
table.jistota-table th:first-child {
  padding-bottom: 3px;
  padding-top: 3px;
  text-align: left;
}
table.jistota-table tr:first-child {
  vertical-align: top;
}
table.jistota-table tr:first-child td {
  padding-top: 7px;
}
table.jistota-table .white-text {
  color: white;
}
table.jistota-table .header-red-light {
  background-color: #EA1B0A;
}
table.jistota-table .header-red-dark {
  background-color: #C90A01;
}
table.jistota-table .header-yellow-light {
  background-color: #E3E000;
}
table.jistota-table .header-yellow-dark {
  background-color: #D2A981;
}
table.jistota-table .red-light {
  background-color: #F7E8DA;
}
table.jistota-table .red-dark {
  background-color: #F59A86;
}
table.jistota-table .yellow-light {
  background-color: #F7F4D9;
}
table.jistota-table .yellow-dark {
  background-color: #EDEA6C;
}
table.jistota-table .svg-img svg {
  width: 40px;
  vertical-align: middle;
}
table.jistota-table .svg-img svg path {
  fill: darkgrey;
}
table.jistota-table .arrow svg {
  height: 6px;
}
.jistota-terms {
  margin: 6px 0 0;
  font-size: 0.85em;
}
.jistota-terms a {
  color: black;
  font-size: 1em;
}
.vyuziti ul ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
}
.vyuziti ul ul a {
  color: black;
}
.add-place .half {
  width: 50%;
}
.add-place #nove-misto form label {
  margin-left: 15px;
}
.add-place #nove-misto form .radio {
  margin-bottom: 30px;
}
.add-place #nove-misto .poskytovatel-pripojeni {
  margin-top: 20px;
}
.add-place #nove-misto .poskytovatel-pripojeni .poskytovatel-border {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.add-place #nove-misto .poskytovatel-pripojeni .poskytovatel-border .poskytovatel-nazev {
  margin-top: 20px;
  margin-bottom: -10px;
  display: block;
  min-height: 40px;
}
.add-place #nove-misto .poskytovatel-pripojeni .poskytovatel-border .logo {
  height: 50px;
}
.add-place #nove-misto .poskytovatel-pripojeni .poskytovatel-border .mapa {
  height: 80px;
}
.add-place #nove-misto .small {
  padding-top: 10px;
}
.add-place #pridat-k-uctu h2 {
  color: #ea1c0a;
}
.add-place #pridat-k-uctu form label {
  padding-left: 0;
}
.add-place #pridat-k-uctu form .btn-form {
  float: right;
  margin-right: 52px;
}
.add-place #pridat-k-uctu .img-faktura {
  position: absolute;
  bottom: -20px;
  right: 10px;
}
.layout-podminky {
  background-color: #F6F6F7;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
}
.layout-podminky h1 {
  margin-bottom: 30px;
}
.layout-overeni {
  background-color: #F6F6F7;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
}
.layout-overeni h2 {
  margin-bottom: 30px;
}
.layout-overeni .form-group {
  margin-bottom: 0;
}
.layout-overeni input {
  margin-bottom: 5px;
}
.layout-overeni label {
  font-weight: bold;
}
.need-organize .block {
  min-height: 400px;
  padding: 40px 30px;
  background-color: #F6F6F7;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
}
.need-organize .block div {
  padding: 0;
}
.need-organize .block h2 {
  margin-top: 0;
}
.need-organize .block ul {
  padding-left: 0;
}
.need-organize .block ul li {
  padding-top: 10px;
  list-style: none;
  display: flex;
  align-items: center;
}
.need-organize .block ul svg {
  width: 22px;
  margin-right: 10px;
}
.need-organize .block .formulare-telefon {
  font-size: 38px;
  line-height: 100%;
  font-weight: 900;
  color: #b00402;
}
.need-organize .block.poruchy {
  display: block;
  background-image: url('../img/jpg/poruchy.jpg');
  background-repeat: no-repeat;
  background-position: center right;
}
.need-organize .block.poruchy p {
  width: 50%;
}
.interruption .no-interruption {
  margin-bottom: 20px;
}
.interruption-info {
  color: #b00402;
  padding: 40px 30px;
  background-color: #e3e000;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.interruption-info svg {
  margin-right: 30px;
  width: 50px;
}
.interruption-info svg path {
  fill: #b00402;
}
.interruption-info p {
  margin: 0;
}
.custom-form {
  padding: 40px 30px;
  margin-bottom: 60px;
}
.custom-form form {
  margin-top: 60px;
  margin-left: -15px;
}
.custom-form form label {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
}
.custom-form form label.small {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.custom-form form button {
  margin-bottom: 30px;
}
.notice {
  margin-top: 140px;
}
.benefit .bg-grey {
  padding: 40px 30px;
  margin-bottom: 40px;
}
.benefit .text {
  padding-bottom: 20px;
}
.benefit .benefit-table {
  padding-top: 40px;
}
.services .bg-grey {
  padding: 40px 30px;
  margin-bottom: 40px;
  min-height: 400px;
}
.sluzby-prehled .svg-img {
  padding-right: 5px;
}
.sluzby-prehled .svg-img svg {
  width: 15px;
  height: 20px;
}
.sluzby-prehled .svg-address {
  margin-left: 10px;
}
.sluzby-prehled .svg-address svg {
  width: 25px;
  height: auto;
}
.sluzby-prehled .wrapper {
  display: flex;
  align-items: center;
}
.sluzby-prehled .wrapper-font {
  font-size: 0.75em;
}
.sluzby-detail .bg-grey {
  padding: 40px 30px;
  margin-bottom: 40px;
  height: 520px;
}
.sluzby-detail .bg-grey .flex-block {
  align-content: initial;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}
.sluzby-detail .bg-grey .activity {
  padding-top: 5px;
  font-size: 16px;
}
.sluzby-detail .bg-grey .activity.red:before {
  color: #ea1c0a;
}
.sluzby-detail .bg-grey .activity.green:before {
  color: #3ab25f;
}
.sluzby-detail .bg-grey .activity:before {
  content: '•';
  font-size: 23px;
}
.sluzby-detail .bg-grey .overflow {
  max-height: 350px;
  overflow: auto;
  flex-grow: 1;
}
.sluzby-detail .bg-grey .img-sluzby {
  text-align: right;
  float: right;
  padding-left: 11px;
  padding-bottom: 15px;
}
.sluzby-detail .bg-grey .btn-default {
  margin-top: 20px;
}
.svg-address {
  margin-left: 10px;
}
.svg-address svg {
  width: 25px;
  height: auto;
}
.spacing {
  margin-left: 10px;
  margin-right: 10px;
}
#servisKotlu .checkbox {
  margin-bottom: 20px;
}
#servisKotlu .checkbox.left {
  margin-left: 0;
}
#servisKotlu .checkbox.left span {
  margin-right: 30px;
}
.action-table {
  padding: 0;
}
.action-table table {
  width: 100%;
  font-size: 18px;
  text-align: left;
  border: 0;
  border-spacing: 20px;
  border-collapse: separate;
}
.action-table table th {
  text-align: center;
  padding: 20px;
}
.action-table table td {
  padding: 0px 15px 0px 15px;
}
.action-table table td:nth-child(1) {
  text-align: left;
}
.action-table table th,
.action-table table td {
  text-align: center;
  border-spacing: 30px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #40aebb;
}
.action-table table th:nth-child(2),
.action-table table td:nth-child(2) {
  color: #f21c0a;
  border-color: #f21c0a;
}
.action-table table th:nth-child(2) strong,
.action-table table td:nth-child(2) strong {
  color: #f21c0a;
}
.action-table table th:nth-child(3),
.action-table table td:nth-child(3) {
  color: #b00402;
  border-color: #b00402;
}
.action-table table th:nth-child(3) strong:not(.text-primary),
.action-table table td:nth-child(3) strong:not(.text-primary) {
  color: #000000;
}
.action-table table th:nth-child(3) .text-primary,
.action-table table td:nth-child(3) .text-primary {
  color: #b00402;
}
.action-table table th {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  color: #40aebb;
}
.action-table table td {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.action-table table td ul {
  margin: 0;
}
.action-table table td ul:before,
.action-table table td ul:after {
  content: none;
}
.action-table table tr:last-of-type td {
  padding-bottom: 10px;
  border-bottom-width: 2px;
}
.action-table table[border~="1"] td {
  border-bottom-width: 2px;
}
.action-table--togglable .main-row > td {
  font-weight: bold;
  border-spacing: 30px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 4px solid #40aebb;
  color: #40aebb;
  padding: 20px;
}
.action-table--togglable .main-row > td:nth-child(2) {
  color: #f21c0a;
  border-color: #f21c0a;
}
.action-table--togglable .main-row > td:nth-child(2) strong {
  color: #f21c0a;
}
.action-table--togglable .main-row > td:nth-child(3) {
  color: #b00402;
  border-color: #b00402;
}
.action-table--togglable .main-row > td:nth-child(3) strong:not(.text-primary) {
  color: #000000;
}
.action-table--togglable .main-row > td:nth-child(3) .text-primary {
  color: #b00402;
}
.action-table--togglable .with-icon > *:nth-child(2) {
  padding-left: 5px;
}
.action-table--togglable .no-icon {
  text-align: left;
  padding-left: 28px;
}
.action-table-label {
  margin-right: 20px;
  padding: 20px;
  color: #b00402;
  font-size: 36px;
  line-height: 44px;
  text-align: right;
  border-bottom: 4px solid #b00402;
  display: inline-block;
  float: right;
  /*font-family: BrixSansBold;*/
}
.action-table-label strong {
  color: #b00402;
}
.action-table-label small {
  font-size: 20px;
  /* .line-height(20px); */
  /*font-family: BrixSansRegular;*/
}
.action-table strong {
  white-space: nowrap;
}
@font-face {
  font-family: 'eon-icons';
  src: url('../fonts/eon-icons/eon-icons-eot?_linka=a427507');
  src: url('../fonts/eon-icons/eon-icons-eot?_linka=a427507#iefix') format("embedded-opentype"), url('../fonts/eon-icons/eon-icons-woff2?_linka=a427517') format("woff2"), url('../fonts/eon-icons/eon-icons-woff?_linka=a427515') format("woff"), url('../fonts/eon-icons/eon-icons-ttf?_linka=a427513') format("truetype"), url('../fonts/eon-icons/eon-icons-svg.svg?_linka=a427511#eon-icons') format("svg");
  font-weight: normal;
  font-style: normal;
}
.action-table table td ul {
  padding-left: 5px;
  line-height: 27px;
  margin: 0;
}
.action-table table td ul > li {
  display: block;
  float: left;
  position: relative;
  padding-left: 35px;
  padding-bottom: 5px;
  width: 100%;
}
.action-table table td ul > li::before {
  content: '\e802';
  font-family: "eon-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  width: 35px;
  font-size: 34px;
}
.action-table-spacer {
  clear: both;
  height: 80px;
  width: 100%;
}
.eon-radce {
  border-top: 6px solid #1ea2b1;
  border-bottom: 6px solid #1ea2b1;
  margin: 0;
  margin-bottom: 60px;
  padding: 0;
  /* margin:  40px 30px; */
}
.eon-radce tr td {
  list-style: none;
  vertical-align: middle;
  border-bottom: 1px solid #1ea2b1;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  line-height: 1em;
}
.eon-radce tr:last-child td {
  border-bottom: 0px;
}
.eon-radce td {
  vertical-align: middle;
}
.eon-radce svg {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  vertical-align: middle;
}
.eon-radce span {
  vertical-align: middle;
}
div.eon-radce-nabidka ul li {
  margin-bottom: 5px;
}
div.eon-radce-nabidka .title {
  margin: 10px  0px 20px 0px;
  font-size: 26px;
  font-weight: bold;
  color: red;
}
.jistota-platby-info table.table {
  margin-top: 0;
}
.jistota-platby-info table.table thead {
  display: none;
}
.jistota-platby-heading {
  font-size: 21px;
  font-weight: normal;
  color: #ea1c0a;
  margin-bottom: 12px;
  margin-top: 39px;
}
.zvolit-misto-spotreby {
  margin-top: 40px;
  margin-bottom: 40px;
}
.zvolit-misto-spotreby .form-group {
  display: flex;
  align-items: center;
}
.zvolit-misto-spotreby .form-group h2 {
  margin: 0;
}
.nav-tabs li {
  width: 20%;
}
.tab-content.profil form {
  margin-left: -15px;
}
.tab-content.profil .tab-pane {
  margin-top: 40px;
}
.tab-content.profil .tab-pane .table {
  margin-bottom: 40px;
}
.tab-content.profil .tab-pane .block {
  padding-top: 40px;
}
.tab-content.profil .tab-pane .form-group {
  display: flex;
  align-items: center;
}
.tab-content.profil .tab-pane .form-group input.form-control {
  width: 250px;
}
.tab-content.profil .tab-pane .paginatorul {
  float: right;
}
.tab-content.profil .tab-pane .paginator li {
  list-style: none;
  display: inline-block;
}
.tab-content.profil .tab-pane .paginator li p.previous:after {
  content: '';
  padding-left: 0;
}
.tab-content.profil .rating {
  cursor: pointer;
  width: 131px;
  height: 24px;
  background-image: url('../img/rating.png');
  position: relative;
}
.tab-content.profil .rating .rating-string {
  display: none;
  position: absolute;
  right: -60px;
  width: 40px;
  top: 0px;
  height: 24px;
}
.podminky-souhlasy input + span {
  cursor: not-allowed;
}
@media (min-width: 768px) {
  #eml-attachment-modal .modal-dialog {
    width: 760px;
  }
}
.video-section__play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.video-section__play .icon-svg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.12);
}
.video-section__play:hover path {
  fill: #2b91a3;
}
.video-section__play path {
  fill: #fff;
}
.video-section__play .u-vhide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.video-section__img-wrap {
  position: relative;
  margin-bottom: 0;
  height: 200px;
}
.u-block-center {
  margin-right: auto;
  margin-left: auto;
}
.video-section__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-header {
  background: #F6F6F7;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
}
.padLR30 {
  padding-left: 30px;
  padding-right: 30px;
}
.layout-sign {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #F6F6F7;
  padding: 30px;
}
.layout-sign img {
  width: 100%;
  margin: 10px 0;
}
.layout-sign .text-center .btn {
  margin-bottom: 50px;
}
.row.paginator {
  margin-bottom: 1em;
}
.info-box {
  padding: 30px 40px;
  margin-bottom: 1em;
  position: relative;
}
.info-box p {
  margin: 5px 0px;
}
.info-box.rounded {
  border-radius: 8px;
}
.info-box.bg-white {
  padding-left: 0px;
  padding-right: 0px;
}
.info-box.border-left {
  padding-left: 30px;
  border-left: 10px solid #e3e000;
}
.info-box.bg-svg {
  background-repeat: no-repeat;
  background-position: 30px center;
  padding-left: 130px;
}
.info-box.bg-svg.bg-white {
  padding-left: 60px;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .info-box.bg-svg.bg-white {
    background-image: none;
    padding-left: 0px;
  }
}
.info-box.bg-svg-thumb-up {
  background-image: url('../img/svg/thumb.svg');
  background-size: 33.87px 29.55px;
}
.info-box.bg-svg-info-outline {
  background-image: url('../img/svg/info-outline-big.svg');
  background-size: 42.52px 42.52px;
}
.info-box.bg-svg-info-outline-white {
  background-image: url('../img/svg/info-outline-white.svg');
  background-size: 42.52px 42.52px;
}
.info-box.bg-svg-info {
  background-image: url('../img/svg/info-big.svg');
  background-size: 39px 38px;
}
.info-box.bg-svg-calendar {
  background-image: url('../img/svg/odstavka-calendar.svg');
  background-size: 41.8px 39.05px;
}
.info-box.bg-svg-gift {
  background-image: url('../img/svg/gift.svg');
  background-size: 41.8px 39.05px;
}
.info-box.bg-svg-thumbup {
  background-image: url('../img/svg/white-thumbup.svg');
  background-size: 41.8px 39.05px;
}
.info-box.bg-svg-warning-white {
  background-image: url('../img/svg/warning-filled-white.svg');
  background-size: 41.8px 39.05px;
}
@media screen and (max-width: 768px) {
  .info-box.bg-svg {
    background-image: none;
    padding-left: 40px;
  }
}
.info-box .line {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 100px;
  width: 1px;
  background: #fff;
}
.info-box .line-grey {
  background: #E8E8E8;
}
@media screen and (max-width: 768px) {
  .info-box .line {
    display: none;
  }
}
.info-box h5,
.info-box h3,
.odstavky h3 {
  font-size: 28px;
  margin-top: 0px;
}
.info-box p:last-child {
  margin-bottom: 0px;
}
.info-box.border {
  border: 0px;
  border-style: solid;
  border-color: #E8E8E8;
}
.info-box.border-top {
  border-top-width: 1px;
}
.info-box.border-bottom {
  border-bottom-width: 1px;
}
.odstavky form .col-sm-6 {
  padding-left: 0px;
}
.odstavky .label,
.odstavky label {
  font-size: 14px;
}
.odstavky .label.control-label-fullwidth,
.odstavky label.control-label-fullwidth {
  width: 100%;
}
.odstavky select.form-control,
.odstavky input.form-control {
  width: 100%;
  background-color: #1ea2b1;
  color: #fff;
}
.odstavky select.form-control::placeholder,
.odstavky input.form-control::placeholder {
  color: #fff;
}
.odstavky select.form-control {
  background-image: url('../img/svg/angle-down-white.svg');
  background-position-x: right 10px;
}
.olf {
  font-family: 'BrixSans';
  color: #39393A !important;
}
h4.olf {
  font-size: 34px !important;
}
p.olf {
  font-size: 18px !important;
  line-height: 1.333;
}
#overlay_out {
  display: block;
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 993px) {
  #overlay_in.overlay_in_small {
    margin-left: -350px;
    max-width: 700px;
  }
}
#overlay_in {
  display: block;
  position: absolute;
  z-index: 10000;
  left: 50%;
  margin-left: -515px;
  max-width: 1030px;
  margin-top: 150px;
  display: flex;
  align-items: center;
  overflow: auto;
  background: #1ea2b1;
}
@media screen and (max-width: 992px) {
  #overlay_in {
    max-width: 650px;
    margin-left: -325px;
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  #overlay_in {
    max-width: 350px;
    margin-left: -175px;
    margin-top: 30px;
  }
}
#overlay_in .overlay_in_left {
  background: #fff;
  padding: 2.5em;
  width: 70%;
  float: left;
}
@media screen and (max-width: 768px) {
  #overlay_in .overlay_in_left {
    width: 98%;
    padding: 1.5em;
  }
}
#overlay_in .overlay_in_right {
  float: right;
  display: block;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #overlay_in .overlay_in_right {
    width: 2%;
  }
}
#overlay_in .overlay_in_right svg {
  width: 100%;
  padding: 2em;
}
@media screen and (max-width: 768px) {
  #overlay_in .overlay_in_right svg {
    display: none;
  }
}
#overlay_in h2,
#overlay_in h4,
#overlay_in p {
  margin: 0;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #overlay_in h2 {
    font-size: 30px;
  }
}
#overlay_in h4 {
  color: #1ea2b1;
}
@media screen and (max-width: 768px) {
  #overlay_in h4 {
    font-size: 21px;
  }
}
#overlay_in strong {
  font-weight: 700;
}
#overlay_in .overlay-close-link {
  padding-left: 3em;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 600;
}
#overlay_in .overlay-close-link.single {
  padding-left: 5px;
}
#overlay_in .overlay-close-link:hover {
  text-decoration: none;
}
#overlay_in ul {
  padding-left: 15px;
  list-style-position: outside;
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxNiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxZWEyYjE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvdzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMS42NDgsMTUuMDAyYS42NzU4LjY3NTgsMCwwLDEtLjM3MzQ1LTEuMjM5MTNBMzQuNjUwMDksMzQuNjUwMDksMCwwLDAsNy44OTMxMyw4LjAwNCwzMi4wNDY4MSwzMi4wNDY4MSwwLDAsMCwxLjI3NDU2LDIuMTc3MmEuNjc1NjQuNjc1NjQsMCwwLDEsLjc0NTU5LTEuMTI3QTM2LjIwNzI4LDM2LjIwNzI4LDAsMCwxLDguODk2LDYuOTk0NDhhMS40NjExMSwxLjQ2MTExLDAsMCwxLC4wMDI2NCwxLjkxMzQ1LDM2LjA2NTQsMzYuMDY1NCwwLDAsMS02Ljg3ODUzLDUuOTgxODVBLjY2NzQ1LjY2NzQ1LDAsMCwxLDEuNjQ4LDE1LjAwMloiLz48L3N2Zz4=);
}
#overlay_in .links {
  display: flex;
  align-items: center;
}
.bonus-detail-wrapper {
  height: 360px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bonus-detail-wrapper .bonus-img {
  height: 146px;
  background-size: cover;
}
.bonus-detail-wrapper .bully {
  padding: 15px;
}
.bonus-detail-wrapper .bully .bonus-info {
  height: 130px;
}
.bonus-detail-wrapper .bully .bonus-preview-text {
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.bonus-detail-wrapper .bully .bonus-link-right {
  margin-right: 15px;
}
.bonus-variant-wrapper {
  display: flex;
  flex-direction: column;
  padding: 30px;
  padding-right: 10px;
  border-right: solid 20px #e3e000;
  margin: 20px 0;
}
#frm-sluzbaSjednanaEmailemForm-submit {
  margin-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
#frm-bonusListFilterForm {
  margin: 0 -15px;
}
.vip-box {
  position: absolute;
  overflow: hidden;
  height: 62px;
  width: 62px;
}
.vip-box .vip-label {
  color: white;
  background: #f13340;
  width: 110px;
  text-align: center;
  position: absolute;
  font-weight: 600;
  right: -15px;
  top: 9px;
  z-index: 10;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.solar-homepage .date-range-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 2em;
}
@media (max-width: 991px) {
  .daterangepicker.solar-datepicker-popup .ranges ul li:nth-child(1) {
    order: 1;
  }
  .daterangepicker.solar-datepicker-popup .ranges ul li:nth-child(2) {
    order: 3;
  }
  .daterangepicker.solar-datepicker-popup .ranges ul li:nth-child(3) {
    order: 5;
  }
  .daterangepicker.solar-datepicker-popup .ranges ul li:nth-child(4) {
    order: 7;
  }
  .daterangepicker.solar-datepicker-popup .ranges ul li:nth-child(5) {
    order: 2;
  }
  .daterangepicker.solar-datepicker-popup .ranges ul li:nth-child(6) {
    order: 4;
  }
  .daterangepicker.solar-datepicker-popup .ranges ul li:nth-child(7) {
    order: 6;
  }
  .daterangepicker.solar-datepicker-popup .ranges ul li:nth-child(8) {
    order: 8;
  }
}
select#solar-granularity-picker option:disabled {
  background: #eeeeee;
}
.solar-homepage-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.solar-homepage-grid .solar-widget.solar-main-chart,
.solar-homepage-grid .solar-widget.solar-production-guarantee,
.solar-homepage-grid .solar-widget.solar-your-positive-impact {
  grid-column: 1 / span 2;
}
.solar-homepage-grid .solar-widget.solar-ele-production,
.solar-homepage-grid .solar-widget.solar-ele-consumption,
.solar-homepage-grid .solar-widget.solar-vb-usage,
.solar-homepage-grid .solar-widget.solar-self-consumption {
  grid-column: 1 / span 2;
}
@media (min-width: 992px) {
  .solar-homepage-grid .solar-widget.solar-ele-production,
  .solar-homepage-grid .solar-widget.solar-ele-consumption,
  .solar-homepage-grid .solar-widget.solar-vb-usage,
  .solar-homepage-grid .solar-widget.solar-self-consumption {
    grid-column: auto;
  }
  .solar-homepage-grid .solar-widget.solar-ele-production .widget-title,
  .solar-homepage-grid .solar-widget.solar-ele-consumption .widget-title,
  .solar-homepage-grid .solar-widget.solar-vb-usage .widget-title,
  .solar-homepage-grid .solar-widget.solar-self-consumption .widget-title {
    min-height: 2em;
  }
  .solar-homepage-grid .solar-widget.solar-ele-production .widget-subtitle,
  .solar-homepage-grid .solar-widget.solar-ele-consumption .widget-subtitle,
  .solar-homepage-grid .solar-widget.solar-vb-usage .widget-subtitle,
  .solar-homepage-grid .solar-widget.solar-self-consumption .widget-subtitle {
    min-height: 3em;
  }
}
.solar-homepage-grid .solar-widget.solar-main-chart .chart-container-wrapper,
.solar-homepage-grid .solar-widget.solar-ele-production .chart-container-wrapper,
.solar-homepage-grid .solar-widget.solar-ele-consumption .chart-container-wrapper {
  display: grid;
}
.solar-widget {
  padding: 40px 30px;
  background-color: #F6F6F7;
}
.solar-widget .chart-legend {
  margin-top: 5px;
  margin-bottom: 5px;
}
.solar-widget .chart-legend .legend-row {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.solar-widget .chart-legend .legend-row:before {
  flex-shrink: 0;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  margin-top: 0.3em;
  margin-right: 1.2em;
  background-color: #555555;
}
.solar-widget .chart-legend .legend-row.bullet-panel-consumption:before {
  background-color: #1ea2b1;
}
.solar-widget .chart-legend .legend-row.bullet-battery-save:before {
  background-color: #B40503;
}
.solar-widget .chart-legend .legend-row.bullet-grid-send:before {
  background-color: #B40503;
}
.solar-widget .chart-legend .legend-row.bullet-grid-received:before {
  background-color: #e3e000;
}
.solar-widget .chart-container {
  height: 250px;
}
.solar-widget .solar-readout {
  margin-bottom: 1em;
}
.solar-widget .solar-readout .readout-icon {
  margin-right: 0.5em;
}
.solar-widget .solar-readout .readout-value {
  font-weight: bold;
  color: #1ea2b1;
  font-size: 48px;
}
.solar-widget .solar-readout-inline {
  font-weight: bold;
  font-size: 25px;
}
.solar-widget.solar-main-chart #solar-main-chart-container {
  min-height: 400px;
}
.solar-widget.solar-main-chart .alert {
  margin-top: 30px;
}
.solar-widget.solar-ele-production .chart-container .highcharts-title,
.solar-widget.solar-ele-consumption .chart-container .highcharts-title {
  text-align: center;
  font-size: 10px;
}
.solar-widget.solar-ele-production .chart-container .main-number,
.solar-widget.solar-ele-consumption .chart-container .main-number {
  font-size: 38px;
  font-weight: bold;
  display: inline;
}
.solar-widget.solar-ele-production .chart-container .unit,
.solar-widget.solar-ele-consumption .chart-container .unit {
  display: inline;
}
.solar-widget.solar-ele-production .chart-container .sub-title,
.solar-widget.solar-ele-consumption .chart-container .sub-title {
  font-size: 15px;
  margin-top: 20px;
}
.solar-widget.solar-ele-production .chart-container .date,
.solar-widget.solar-ele-consumption .chart-container .date {
  font-size: 15px;
  font-weight: bold;
}
.solar-widget.solar-vb-usage .widget-title .title-tooltip {
  cursor: pointer;
}
.solar-widget.solar-vb-usage .widget-title .title-tooltip:not(:hover) {
  filter: saturate(0) opacity(0.7);
}
.solar-widget.solar-vb-usage .widget-title .title-tooltip img {
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.7em;
}
.solar-widget.solar-vb-usage table.solar-vb-status {
  line-height: 1em;
  margin-bottom: 1em;
}
.solar-widget.solar-vb-usage table.solar-vb-status th,
.solar-widget.solar-vb-usage table.solar-vb-status td {
  padding-bottom: 0.5em;
}
.solar-widget.solar-vb-usage table.solar-vb-status th {
  font-weight: normal;
  padding-right: 0.5em;
}
.solar-widget.solar-vb-usage table.solar-vb-status td {
  font-weight: bold;
  white-space: nowrap;
  vertical-align: bottom;
}
.solar-widget.solar-production-guarantee {
  position: relative;
  padding-right: 430px;
}
.solar-widget.solar-production-guarantee .media .media-left {
  padding-right: 1em;
}
.solar-widget.solar-production-guarantee .solar-guarantee-illustration {
  background: url("/img/solar/production-guarantee.jpeg") right;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
}
@media (max-width: 1199px) {
  .solar-widget.solar-production-guarantee {
    padding-right: 230px;
  }
  .solar-widget.solar-production-guarantee .solar-guarantee-illustration {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .solar-widget.solar-production-guarantee {
    padding-right: 30px;
  }
  .solar-widget.solar-production-guarantee .solar-guarantee-illustration {
    display: none;
  }
}
.solar-widget.solar-your-positive-impact .media .media-left {
  padding-right: 1em;
}
.solar-widget.solar-your-positive-impact .media .media-body {
  text-align: right;
}
.solar-widget.solar-your-positive-impact .media .media-body p:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .solar-widget.solar-your-positive-impact .media .media-body br {
    display: none;
  }
}
div.solar-readings-wrapper .solar-btn-vycutovani {
  vertical-align: baseline;
  margin-left: 10px;
}
.solar-spotreba-elektriny-widget {
  padding: 40px 30px;
  background-color: #F6F6F7;
  margin-bottom: 30px;
}
.solar-spotreba-elektriny-widget hr {
  margin-bottom: 0;
}
.solar-spotreba-elektriny-widget a,
.solar-spotreba-elektriny-widget a:visited {
  color: white;
  text-decoration: underline;
}
.solar-spotreba-elektriny-widget #solar-spotreba-chart-container .highcharts-title {
  text-align: center;
}
.solar-spotreba-elektriny-widget .solar-select-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.solar-spotreba-elektriny-widget .solar-select-wrapper > img {
  width: 40px;
  margin-right: 15px;
}
.solar-spotreba-elektriny-widget .solar-select-wrapper .solar-select h4 {
  margin: 0;
}
.solar-spotreba-elektriny-widget .solar-select-wrapper .solar-select .solar-pod {
  line-height: 100%;
  margin-top: 5px;
}
.solar-spotreba-elektriny-widget .solar-select-wrapper .solar-select #solar-pod-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../img/svg/angle-down.svg);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px;
  height: 30px;
  width: 100%;
  text-overflow: ellipsis;
}
.solar-info-map {
  padding: 40px 30px;
}
.solar-info-map .solar-info-map-steps {
  margin-top: 40px;
}
.solar-info-map .solar-info-map-steps .solar-info-map-step-img {
  min-width: 25px;
  min-height: 25px;
  background-color: #D7D7D7;
  border-radius: 8px;
  font-size: 15px;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solar-info-map .solar-info-map-steps .solar-info-map-step-img svg {
  width: 15px;
}
.solar-info-map .solar-info-map-steps .solar-info-map-step-finish,
.solar-info-map .solar-info-map-steps .solar-info-map-step-unfinish,
.solar-info-map .solar-info-map-steps .solar-info-map-step-active {
  display: flex;
  align-items: center;
}
.solar-info-map .solar-info-map-steps .solar-info-map-step-finish .solar-info-map-step-text {
  color: #8F9192;
}
.solar-info-map .solar-info-map-steps .solar-info-map-step-active .solar-info-map-step-text {
  color: #ea1c0a;
  font-weight: bold;
}
.solar-info-map .solar-info-map-steps .solar-info-map-step-active .solar-info-map-step-img {
  background-color: #ea1c0a;
  color: #fff;
}
.solar-info-map .solar-info-map-steps .solar-info-map-divider {
  width: 2px;
  height: 16px;
  background-color: #D7D7D7;
  margin: 3px;
  margin-left: 12px;
}
.info-box {
  padding: 30px 40px;
  margin-bottom: 1em;
  position: relative;
}
.info-box.rounded {
  border-radius: 8px;
}
.info-box.bg-svg {
  background-repeat: no-repeat;
  background-position: 30px center;
  padding-left: 130px;
}
.info-box.bg-svg-pv-icon {
  background-image: url('../img/svg/solar/pv-icon-white.svg');
  background-size: 33.87px 29.55px;
}
@media screen and (max-width: 768px) {
  .info-box.bg-svg {
    background-image: none;
    padding-left: 40px;
  }
}
