@charset "UTF-8";
@font-face {
  font-family: "innogyWEB";
  src: url("/assets/innogyWEB-Light-6c67f590.woff2") format("woff2"), url("/assets/innogyWEB-Light-3cb71754.woff") format("woff");
}
@font-face {
  font-family: "innogyWEB";
  src: url("/assets/innogyWEB-Medium-fb11db74.woff2") format("woff2"), url("/assets/innogyWEB-Medium-5939ce03.woff") format("woff");
  font-weight: 700;
}
/* =VARIABLES
------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #474747;
  font-family: "innogyWEB", "enviaM-Gruppe", sans-serif;
  font-size: 88.5%;
  overflow-y: scroll;
}

@media print {
  #skiplinks,
  #second-nav,
  #second-content,
  #meta-nav {
    display: none;
  }
}
/* =WRAPPER
------------------------------------------------------------------- */
@media screen {
  #wrapper {
    margin: 0 auto;
    padding: 0 20px;
    width: 1300px;
  }
}
/* =SKIPLINKS
------------------------------------------------------------------- */
#skiplinks {
  left: -3000px;
  position: absolute;
  top: 0;
  z-index: 100;
}

#skiplinks a:active,
#skiplinks a:focus {
  background: #fff;
  color: #00aae1;
  display: block;
  font-size: 1.2em;
  left: 3004px;
  line-height: 24px;
  padding: 0.1em 0.5em;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  white-space: nowrap;
}

/* =HEADER
------------------------------------------------------------------- */
#header {
  position: relative;
}
@media screen {
  #header {
    z-index: 1;
  }
}

#personalized-header {
  margin: 12px 0 36px;
  position: relative;
}

/* =COPY
------------------------------------------------------------------- */
#copy {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#copy img {
  display: block;
  height: 55px;
}

/* =LOGO
------------------------------------------------------------------- */
#logo a {
  background: 0;
}
#logo img {
  display: block;
  height: 85px;
}

/* =SEARCH
------------------------------------------------------------------- */
#search {
  background: #ebebeb;
  border-radius: 6px;
  font-size: 120%;
  margin-bottom: 16px;
  padding: 5px 0 10px 16px;
}
#search label {
  color: #000;
  display: block;
  font-size: 1.062rem;
  line-height: 1.6;
}
#search input {
  vertical-align: middle;
  width: 147px;
}
#search {
  /* #home & input {
    width: 120px;
  } */
}
#search button {
  background: url("/assets/arrow-blue-11dbbf4a.gif") no-repeat 50% 50%;
  border: 0;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  vertical-align: middle;
  width: 15px;
}

/* =CONTENT
------------------------------------------------------------------- */
@media screen {
  #content {
    padding: 5px 0 44px 270px;
    position: relative;
  }
  /* #home #content {
    padding-left: 0;
  } */
  #first-content {
    float: left;
    padding-right: 50px;
    width: 760px;
  }
  /* #home #first-content {
    padding: 0 34px;
    width: 676px;
  } */
  .wide #first-content {
    padding-right: 0;
    width: 1030px;
  }
  #second-content {
    float: right;
    font-size: 90%;
    margin: 0;
    padding-top: 16px;
    width: 220px;
  }
  #second-content fieldset,
  #second-content .controls {
    font-size: 109%;
  }
  #second-content .button {
    font-size: 14px;
  }
  /* #home #second-content {
    width: 235px;
  } */
  .wide #second-content {
    display: none;
  }
}
/* =SECOND-NAV
------------------------------------------------------------------- */
#second-nav {
  float: left;
  margin: 0 0 8px -270px;
  padding: 0 50px 0 9px;
  width: 211px;
}

/* #home #second-nav {
  margin-left: 0;
} */
#second-nav h2 {
  color: #999;
  font-size: 98.8%;
  font-weight: 400;
  line-height: 1.6;
  margin: 8px 0 8px -9px;
  text-transform: uppercase;
}

#second-nav ul {
  margin-left: -9px;
}

#second-nav ul ul {
  margin-left: -12px;
}

#second-nav ul ul ul {
  margin: 0;
  padding-top: 4px;
}

#second-nav li {
  background: none;
  border-width: 1px 0 0;
  padding-left: 12px;
  margin-bottom: 0;
}

#second-nav li:first-child {
  border-width: 0;
}

#second-nav li li {
  background-position: -999em 0 !important;
  padding-left: 24px;
}

#second-nav li li li {
  padding-left: 8px;
}

#second-nav li li:hover,
#second-nav .active {
  background-position: 10px 0.5em !important;
}

#second-nav li li li:hover,
#second-nav .active .active {
  background-position: 0 0.5em !important;
}

#second-nav em {
  font-style: normal;
  font-weight: 700;
}

#second-nav a {
  background: 0;
  display: block;
  color: inherit;
  margin: -5px 0 -5px -12px;
  padding: 5px 5px 5px 12px;
}
#second-nav a:hover, #second-nav a:active, #second-nav a:focus {
  background-color: #f5f5f5;
  text-decoration: none;
}

#second-nav li li a {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

/* =HELPER
------------------------------------------------------------------- */
@media print {
  .screen-only {
    display: none;
  }
}
@media screen {
  .print-only {
    display: none;
  }
}
.brand {
  font-weight: 700;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.clear {
  clear: both;
}

.scroll-horizontal {
  overflow-x: auto;
}

[class*=bg-] small {
  color: inherit;
}
[class*=bg-] a {
  color: inherit;
  text-decoration: underline;
}
[class*=bg-] a:hover, [class*=bg-] a:active, [class*=bg-] a:focus {
  text-decoration: none;
}
@media screen {
  [class*=bg-] .link-list li {
    background-image: url("/assets/innogy_picto_c-arrow-right_n_RGB-245daf9e.png");
  }
}
@media screen {
  [class*=bg-] .link-list .download {
    background-image: url("/assets/innogy_picto_c-arrow-down-02_n_RGB-d130e990.png");
  }
}
@media screen {
  [class*=bg-] .rel a,
  [class*=bg-] .rel span {
    background-image: url("/assets/innogy_picto_c-arrow-right_n_RGB-245daf9e.png");
  }
}

.bg-indigo-bright {
  background: #00aae1;
  border-color: #00aae1;
  color: #fff;
}

.bg-indigo-muted {
  background: #143c8c;
  border-color: #143c8c;
  color: #fff;
}

.bg-green-bright {
  background: #64b42d;
  border-color: #64b42d;
  color: #fff;
}

.bg-blue-bright {
  background: #009ba5;
  border-color: #009ba5;
  color: #fff;
}

.bg-yellow-bright {
  background: #f59b00;
  border-color: #f59b00;
  color: #fff;
}

.bg-red-bright {
  background: #eb4b0a;
  border-color: #eb4b0a;
  color: #fff;
}

.bg-fuchsia-bright {
  background: #e60055;
  border-color: #e60055;
  color: #fff;
}

.text-muted {
  color: #999;
}

.text-break {
  word-break: break-word;
}

/* =TYPO
------------------------------------------------------------------- */
h1 span,
h1 a,
h2 span,
h2 a,
h3 span,
h3 a,
h4 span,
h4 a {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  margin: 16px 0 12px;
}

h2 {
  color: #000;
  font-size: 26px;
  line-height: 1.3;
  margin: 16px 0 4px;
  /* z. B. Index A bis Z (X-OR-Dialog) */
}
h2 em {
  background: #00aae1;
  color: #fff;
  font-style: normal;
}

h2.separate {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 4px;
}

h3,
h4 {
  color: #000;
  font-size: 22px;
  line-height: 1.3;
  margin: 12px 0 4px;
}

p,
li,
dt,
dd {
  font-size: 120%;
  line-height: 1.6;
}

li p,
tr p,
dl p,
li li,
tr li,
dl li,
tr dt,
tr dd {
  font-size: 100%;
  line-height: inherit;
}

p,
ul,
ol,
dl {
  margin: 4px 0 12px;
}

tr p:first-child,
dl p:first-child,
tr ul:first-child,
dl ul:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

li ul {
  margin-bottom: 4px;
}

li {
  margin-bottom: 4px;
  margin-left: 19px;
}

tr li {
  margin-bottom: 0;
}

.separate ul ul {
  border-top: 1px solid #ebebeb;
  margin-bottom: 12px;
  margin-left: 0;
  padding-top: 12px;
}
@media screen {
  .separate ul ul {
    margin-left: -19px;
  }
}

.separate ul ul ul {
  border: 0;
  margin-top: 0;
  margin-left: 19px;
}
@media screen {
  .separate ul ul ul {
    margin-left: 0;
  }
}

.separate li {
  background-position: 1px 0.85em;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0 0 1px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
.separate li:first-child {
  border-width: 1px 0;
}

.separate li li {
  background-position: 1px 0.6em;
  border: 0 none;
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-top: 0;
}

/* Downloads/Linkliste */
.link-list h2,
.link-list h3 {
  margin: 16px 0 8px;
}

@media screen {
  .link-list ul {
    list-style: none;
  }
}

.link-list ul ul {
  margin-bottom: 12px;
}

.link-list li {
  font-size: 0.956rem;
}
@media screen {
  .link-list li {
    background: url("/assets/innogy_picto_c-arrow-right_p_RGB-bd9a1e11.png") no-repeat 0 0.15em;
    background-size: auto 20px;
    margin-left: 0;
    padding-left: 28px;
  }
}

@media screen {
  .link-list .download {
    background-image: url("/assets/innogy_picto_c-arrow-down-02_p_RGB-a385adf1.png");
  }
}

@media screen {
  .link-list.separate ul ul {
    margin-left: -28px;
  }
  .link-list.separate ul ul ul {
    margin-left: 0;
  }
}
.link-list.separate li {
  background-position: 0 0.4em;
}

.link-list.separate li li {
  background-position: 0 0.15em;
}

.link-list a {
  color: inherit;
  text-decoration: none;
}
.link-list a:hover, .link-list a:active, .link-list a:focus {
  text-decoration: underline;
}

/* Features (z. B. Produktdetailseite) */
@media screen {
  div.features ul {
    list-style: none;
  }
}

div.features li {
  margin-bottom: 8px;
}
@media screen {
  div.features li {
    background: url("/assets/innogy_picto_check_p_RGB-6a303198.png") no-repeat -2px 0.3em;
    background-size: auto 18px;
    margin-left: 0;
    padding-left: 24px;
  }
}

sup {
  font-weight: 400; /* innerhalb H3 o. ä. */
  font-size: 12px;
  line-height: 1;
}
sup a {
  color: inherit;
}

big {
  font-size: 40px;
  line-height: 1.3;
}

small {
  color: #999;
  font-size: 0.875rem;
}

abbr {
  border-bottom: 1px dotted;
  /* cursor: help; */
  text-decoration: none;
}

pre,
code {
  font-family: "Courier New", Courier, monospace;
  font-size: 82.4%;
}

a {
  color: #00aae1;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a:hover .rel span, a:active .rel span, a:focus .rel span {
  text-decoration: underline;
}

a.email,
.email a {
  word-break: break-word;
}
@media screen {
  a.email,
  .email a {
    background: url("/assets/innogy_picto_envelope_p_RGB-b2e1ff3f.png") no-repeat 1px 0.3em;
    background-size: auto 20px;
    color: inherit;
    display: inline-block;
    padding-left: 32px;
  }
}

span.phone,
.phone span {
  word-break: break-word;
}
@media screen {
  span.phone,
  .phone span {
    background: url("/assets/innogy_picto_phone-83d52074.png") no-repeat 1px 0.3em;
    background-size: auto 20px;
    color: inherit;
    display: inline-block;
    padding-left: 32px;
  }
}

hr {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0 0 1px;
  clear: both;
  height: 0;
}

/* =IMAGE
------------------------------------------------------------------- */
img {
  border: 0;
}

/* z. B. Icons Auftragsstatus MSP */
img[title] {
  cursor: help;
}

.icons a {
  color: inherit;
}

.icon {
  display: inline-block;
  margin: -3px 0.2rem 0;
  vertical-align: middle;
}

dl.image {
  float: left;
  margin: 2px 12px 12px 0;
}

dl.image.pull-right {
  float: right;
  margin: 3px 0 12px 12px;
}

/* Bildunterschrift */
dl.image dd {
  font-size: 108%;
}

div.grafik {
  text-align: center;
}
div.grafik, #second-content .teaser + div.grafik {
  margin: 16px 0 !important;
}
#second-content div.grafik {
  margin-top: 0 !important;
}
div.grafik img {
  max-width: 100%;
}

/* =BOX
------------------------------------------------------------------- */
/* Clearfix: dl.image(.pull-right) */
div.em::after {
  clear: both;
  content: "";
  display: table;
}

/* z. B. Options (Endgerät) und Produktvarianten */
.em h2:first-child,
.em h3:first-child,
.em .right:first-child + h3 {
  margin: 4px 0 12px;
}

/* =COLUMNS
------------------------------------------------------------------- */
div.two-cols {
  clear: both;
  margin: 12px 0;
  overflow: hidden;
}

div.two-cols div.first,
div.two-cols div.second {
  float: left;
  width: 48%;
}

div.two-cols div.second {
  float: right;
}

/* Highlight actions (#70877) */
div.second.highlight {
  background-color: #009ba5;
  color: #fff;
  padding: 10px;
}
@media screen {
  div.second.highlight .link-list li {
    background-image: url("/assets/innogy_picto_c-arrow-right_n_RGB-245daf9e.png");
  }
}
div.second.highlight h2 {
  color: #f59b00;
  margin-top: 0;
}

/* Asym */
div.asym div.first {
  width: 61%;
}

div.asym div.second {
  width: 35%;
}

/* =TEASER
------------------------------------------------------------------- */
#first-content .teaser {
  border-bottom: 1px solid #ebebeb;
  margin: 0 !important; /* #first-content .teaser + * (.teaser) */
  padding: 16px 0 8px;
  overflow: hidden; /* Clearfix: dl.image(.pull-right) */
}
#first-content .teaser + * {
  margin-top: 20px;
}
#first-content .teaser {
  /* Date: h2 span */
}
#first-content .teaser h2:first-child,
#first-content .teaser h3:first-child,
#first-content .teaser dl.image + h2,
#first-content .teaser dl.image + h3 {
  margin-top: 4px;
}
#first-content .teaser h2 a,
#first-content .teaser h3 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

#second-content .teaser {
  margin-bottom: 22px;
}
#second-content .teaser h2 + div {
  border-color: #ebebeb;
  border-radius: 0 0 6px 6px;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 12px 11px 0 15px;
}
#second-content .teaser .img {
  display: block;
  margin: 1px 0 6px;
  text-align: center;
}
#second-content h2 {
  background: #ebebeb;
  border-radius: 6px;
  font-size: 1.062rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: -6px;
  padding: 5px 8px 5px 16px;
  position: relative;
}
#second-content h2 span {
  float: right;
}
#second-content {
  /* Aktuelles */
}
#second-content h3 {
  margin-top: 4px;
}

p.date {
  font-size: 108%;
}
p.date + * {
  margin-top: -12px;
}

/* mehr (z. B. Teaser) */
span.rel {
  display: inline-block;
  margin-left: 12px;
}

p.rel {
  margin-top: -6px;
}

@media screen {
  .rel a,
  .rel span {
    background: url("/assets/innogy_picto_c-arrow-right_p_RGB-bd9a1e11.png") no-repeat 0 50%;
    background-size: auto 20px;
    display: inline-block;
    min-height: 20px;
    padding-left: 28px;
    white-space: nowrap;
  }
}

.rel a {
  color: inherit;
  text-decoration: none;
}
.rel a:hover, .rel a:active, .rel a:focus {
  text-decoration: underline;
}

/* =PAGER
------------------------------------------------------------------- */
.pager {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 1px 0;
  margin: 16px 0;
  overflow: hidden;
  padding: 4px 0;
  position: relative;
  text-align: center;
}
.pager span {
  display: inline-block;
  margin: 0 4px;
}

span.next,
span.prev {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

span.next {
  right: 0;
}

span.prev {
  left: 0;
}

/* =TABLE
------------------------------------------------------------------- */
table {
  border-bottom: 1px solid #474747;
  border-collapse: collapse;
  margin: 8px 0 16px;
}

table.full {
  width: 100%;
}

table.input-table {
  border: none;
  margin-bottom: 5px;
}
table.input-table td {
  border: none;
  padding: 0 2px;
  vertical-align: bottom;
}
table.input-table .content td {
  padding: 3px 2px;
  vertical-align: baseline;
}
table.input-table .content td:first-child {
  padding-left: 0;
}
table.input-table .mark-required {
  background-color: #fdede6;
}

caption {
  color: #000;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.6;
  margin: 12px 0 8px;
  text-align: left;
}

th,
td {
  border-color: #474747;
  border-style: solid;
  border-width: 1px 0 0;
  font-size: 108%;
  line-height: 1.6;
  padding: 5px 10px 5px 12px;
  vertical-align: top;
}

th {
  text-align: left;
}

.num {
  text-align: right;
}

tr .price {
  text-align: center;
}

thead th {
  border: 0;
  color: #143c8c;
  vertical-align: bottom;
}

tbody th {
  background: #f5f5f5;
  font-weight: 400;
}

th small {
  font-weight: 400;
}

/* =FORM
------------------------------------------------------------------- */
.form {
  background: #f5f5f5;
  margin: 24px 0;
}
.form form {
  padding: 12px 10px 6px 15px;
}

form em {
  font-style: normal;
  font-weight: 400;
}

fieldset {
  border: 0;
}
fieldset h2 {
  margin: 4px 0 12px;
}
fieldset fieldset legend {
  padding-bottom: 0;
}
fieldset label {
  display: block;
  font-size: 120%;
  line-height: 1.6;
  position: relative;
  top: 2px;
}
.form fieldset label, .em fieldset label, #second-content fieldset label {
  font-size: 108%;
}
fieldset div.inline-block {
  display: inline-block;
}
fieldset span {
  display: inline-block;
  font-size: 108%;
  line-height: 1.6;
  margin: 4px 0 8px;
  /* Javascript Placeholder */
}
fieldset span span,
fieldset span .field {
  font-size: 100%;
}
fieldset span span {
  margin: 0;
}

fieldset.full-width label {
  padding-left: 0;
}

.em fieldset {
  border-top: 1px solid #fff;
  padding-top: 0.6em;
}

fieldset:first-child,
[type=hidden] + fieldset,
div + fieldset,
fieldset fieldset {
  border: 0;
  padding: 0;
}

/* MSP: X-OR-Dialog Anforderung, Triple Play: Receiver, Programmpakete */
h3 label,
h4 label {
  cursor: pointer;
  display: block !important;
  font-size: 100% !important;
  line-height: inherit;
  position: static;
}

legend {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  padding: 24px 0 12px;
}

fieldset label {
  cursor: pointer;
}
fieldset label span {
  display: inline;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
}
fieldset label span.error {
  color: #eb4b0a;
}
fieldset tr span {
  margin: 0;
}

.form fieldset p,
.form fieldset li,
.em fieldset p,
.em fieldset li {
  font-size: 108%;
}
.form fieldset p span,
.form fieldset li span,
.em fieldset p span,
.em fieldset li span {
  font-size: 100%;
}
.form fieldset small,
.em fieldset small {
  font-size: inherit;
}
.form fieldset p small,
.em fieldset p small {
  color: inherit;
}

.label + span {
  margin-top: 6px;
}

#innerdate {
  margin-left: 13px;
  margin-right: 6px;
}

[type=text],
[type=number],
[type=email],
[type=password],
[type=number],
select,
textarea,
button,
.date-pick {
  background: #fff;
  border-radius: 1em;
  border: 1px solid #ccc;
  color: #474747;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

[type=text],
[type=number],
[type=email],
[type=password],
[type=number],
select,
textarea,
.date-pick {
  appearance: none;
  height: 1.7em;
  padding: 2px 12px;
}

select,
button {
  cursor: pointer;
}

tr [type=text],
tr [type=email],
tr select {
  font-size: 100%;
}

[type=text]:active,
[type=text]:focus,
[type=email]:active,
[type=email]:focus,
[type=password]:active,
[type=password]:focus,
[type=number]:active,
[type=number]:focus,
textarea:active,
textarea:focus,
.date-pick:active,
.date-pick:focus {
  border-color: #00aae1;
  outline: none;
}

[type=radio],
[type=checkbox] {
  cursor: pointer;
  position: relative;
  top: 2px;
}
h3 [type=radio], h4 [type=radio],
h3 [type=checkbox],
h4 [type=checkbox] {
  top: -2px;
  vertical-align: middle;
}

[type=file] {
  border: 0;
}

[type=text][readonly],
[type=text][disabled],
[type=email][readonly],
[type=email][disabled],
select[readonly],
select[disabled],
textarea[readonly],
textarea[disabled] {
  border-color: #fff !important;
}

select[readonly],
select[disabled],
textarea[readonly],
textarea[disabled] {
  cursor: default;
}

select {
  background-image: url("/assets/innogy_picto_arrow-down_p_RGB-c331c53d.png");
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  height: 32px;
  max-width: 501px;
  padding: 4px 24px 4px 10px;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.row select {
  max-width: 336px;
}

/* Remove inner padding and border in Firefox 3+. */
select::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select[readonly],
select[disabled] {
  background-image: none;
}

option {
  padding-right: 8px;
}

textarea {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: auto;
  overflow: auto;
}

span input {
  width: 16em;
}
.inline-form-elements span input {
  width: auto; /* size-Attribut */
}
#second-content span input {
  max-width: 135px;
}
span [type=file] {
  width: 32em;
}

.check,
.radio {
  margin: 4px 0 10px;
  padding-bottom: 2px;
}
.check label,
.radio label {
  display: inline-block;
  margin-right: 18px;
  padding-left: 22px;
  position: relative;
}

.radio-item {
  display: inline-block;
  position: relative;
  top: 5px;
}
.radio-item input[type=radio] {
  left: -999em;
  position: absolute;
}
.radio-item input[type=radio]:active + label::before, .radio-item input[type=radio]:focus + label::before {
  border-color: #00aae1;
}
.radio-item input[type=radio]:checked + label::after {
  border-radius: 50%;
  border: 6px solid #777;
  content: "";
  display: block;
  left: 6px;
  position: absolute;
  top: 5px;
}
.radio-item input[type=radio]:disabled + label::after {
  border: 6px solid #b0b0b0;
}
.radio-item label {
  cursor: pointer;
  display: inline-block;
  min-height: 22px;
  padding-left: 32px !important;
  user-select: none;
}
.radio-item label::before {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 20px;
  left: 1px;
  position: absolute;
  top: 0;
  width: 20px;
}

.check-item {
  display: inline-block;
  position: relative;
  top: 5px;
}
.check-item input[type=checkbox] {
  left: -999em;
  position: absolute;
}
.check-item input[type=checkbox]:active + label::before, .check-item input[type=checkbox]:focus + label::before {
  border-color: #00aae1;
}
.check-item input[type=checkbox]:checked + label::after {
  border-color: #777;
  border-style: solid;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  height: 14px;
  left: 8px;
  position: absolute;
  top: 1px;
  transform: rotate(35deg);
  width: 5px;
}
.check-item label {
  cursor: pointer;
  display: inline-block;
  min-height: 22px;
  padding-left: 32px !important;
  user-select: none;
}
.check-item label::before {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 20px;
  left: 1px;
  position: absolute;
  top: 0;
  width: 20px;
}

/* (FIELDSET.)ROW */
.row .note {
  margin-left: 198px;
}
.row span + .note,
.row img + .note {
  margin-top: -4px;
}
.row div + .note {
  margin-top: -8px;
}
.row > div {
  overflow: hidden;
}

#first-content .row fieldset fieldset legend {
  float: left;
}

.row div.check,
.row div.radio {
  margin-left: 196px;
}

fieldset.row label {
  float: left;
  margin: 4px 0 8px;
  width: 185px;
}

.row .label label {
  display: inline;
  float: none;
  font-size: 100%;
  margin: 0;
  position: static;
  width: auto;
}

.row div.check label,
.row div.radio label {
  float: none;
  margin: 0 18px 0 0;
  padding: 0 0 0 22px;
  width: auto;
}

fieldset.row .check-item--full label {
  width: 100%;
}

/* FAKEFORM */
.label,
.fakeform dt {
  display: block;
  font-size: 108%;
  line-height: 1.6;
  float: left;
  margin: 6px 0 8px;
  position: relative;
  top: 2px;
  width: 185px;
}

.fakeform dt {
  clear: left;
  margin-top: 3px;
}

.field,
.fakeform dd {
  background: #fff;
  border-radius: 1em;
  border: 1px solid #fff;
  font-size: 108%;
  line-height: 1.6;
  margin: 0;
  padding: 2px 12px;
  width: 16em;
}

.fakeform dd {
  font-size: 121%;
  margin: 4px 0 8px 13.7em;
  width: 24em;
}

/* BUTTON */
.button,
.ui-button {
  border-radius: 1.5em;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0.9em 1.8em;
  position: relative;
  text-align: center;
  top: -1px;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover, .button:active, .button:focus,
.ui-button:hover,
.ui-button:active,
.ui-button:focus {
  text-decoration: none;
}
.button:active, .button:focus,
.ui-button:active,
.ui-button:focus {
  top: 0;
}

tr .button {
  font-size: 100%;
}
.inline-form-elements .button {
  font-size: 14px;
  margin-left: 8px;
  top: 0;
}

.button.small {
  font-size: 14px;
}

@media screen {
  .standard {
    background: #f59b00;
    color: #fff;
  }
}
@media print {
  .standard {
    border: 1px solid currentColor;
    color: #f59b00;
  }
}
@media screen {
  .alternate,
  .ui-button {
    background: #00875a;
    color: #fff;
  }
}
@media print {
  .alternate {
    border: 1px solid currentColor;
    color: #00875a;
  }
}
@media screen {
  .special {
    background: #eb4b0a;
    color: #fff;
  }
}
@media print {
  .special {
    border: 1px solid currentColor;
    color: #eb4b0a;
  }
}
.controls {
  margin: 4px 0 12px;
}
.controls .button {
  margin-right: 8px;
}
.controls a:not(.button) {
  color: inherit;
  font-size: 108%;
  line-height: 1.6;
  vertical-align: middle;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.vertical-divider {
  align-items: center;
  display: flex;
  margin: 0 2em;
  position: relative;
}
.vertical-divider:before, .vertical-divider:after {
  border-left: 1px solid #acacac;
  content: "";
  left: 50%;
  position: absolute;
  width: 1px;
}
.vertical-divider:before {
  bottom: 50%;
  margin: 12px 0;
  top: 0;
}
.vertical-divider:after {
  bottom: 0;
  margin: 12px 0;
  top: 50%;
}
.vertical-divider p {
  margin: 0;
}

.right {
  text-align: right;
}
.right > .button {
  margin-left: 8px;
  margin-right: 0;
}

.center {
  text-align: center;
}

fieldset .inline-form-elements label,
fieldset .inline-form-elements .label {
  display: inline;
  float: none;
  margin: 0 12px 0 0;
  top: -1px;
  width: auto !important; /* (#new_search) fieldset.row label */
}

.strasse {
  width: 12em;
}

.ort,
.district {
  width: 10.4em;
}

.district.alone {
  width: 16em;
}

.lnum,
input.price {
  width: 6.3em;
}

.plz {
  width: 3.6em;
}

.nummer {
  width: 2em;
}

.countrycode {
  width: 4em;
}

.localareacode {
  width: 5em;
}

.direct_dial {
  width: 4em;
}

input.count {
  width: 1.6em;
}

.snum {
  width: 2.4em;
}

.snum,
input.price,
input.count {
  text-align: right;
}

input.large {
  font-size: 17px;
  width: 21.6em;
}

/* Button-Container */
.button-container {
  margin: 28px 0 20px 41%;
  position: relative; /* .button-container .button */
}
.two-cols .button-container {
  margin-left: 0;
}
.button-container .inner {
  background: #f5f5f5;
  border: 1px solid #ebebeb;
}
.button-container .inner div {
  border: 2px solid #fff;
  padding: 8px 10px 24px;
}
.button-container p {
  margin: 0 auto;
  padding: 0 0 5px;
}
.button-container .button {
  left: 50%;
  min-width: 70px;
  position: absolute; /* .button-container */
  top: 100%;
  transform: translate(-50%, -50%);
}

.button-container p {
  text-align: center;
}

.button-container p.price {
  padding-top: 5px;
}

.button-container p.price strong {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

#first-content .button-container p.price strong span {
  font-size: 15.3px;
}

#first-content .button-container p.price em {
  display: block;
  font-size: 90%;
  line-height: 1.6;
  overflow: hidden;
  padding-left: 12px;
  position: relative;
  text-align: left;
  top: -5px;
}

/* ERRORS */
tr div.error p,
tr div.error li {
  font-size: 100%;
}
div.error p,
div.error ol,
div.error li,
div.error label,
div.error .label {
  color: #eb4b0a;
}
div.error p,
div.error li {
  font-size: 108%;
}
div.error a {
  color: inherit;
}
div.error [type=text],
div.error [type=email],
div.error [type=password],
div.error select,
div.error textarea,
div.error .radio-item label::before,
div.error .check-item label::before {
  border-color: #eb4b0a;
}
div.error [type=text]:focus,
div.error [type=email]:focus,
div.error [type=password]:focus,
div.error textarea:focus,
div.error .radio-item input[type=radio]:focus + label::before,
div.error .check-item input[type=checkbox]:focus + label::before {
  border-color: #00aae1;
}
div.error td {
  background-color: #fdede6;
  color: #eb4b0a;
}

/* ANFRAGE */
#anfrage input {
  width: 20em;
}

#anfrage #Betreff {
  width: 34.8em;
}

/* hervorgehobene Links */
a.help {
  border-radius: 50%;
  border: 1px solid currentColor;
  color: #000;
  cursor: help;
  display: inline-block;
  font-size: 108%;
  font-weight: 700;
  line-height: 18px;
  margin-left: 6px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  width: 18px;
}
a.help:hover, a.help:active, a.help:focus {
  text-decoration: none;
}

/* (UI-)DATEPICKER */
.ui-datepicker-trigger {
  border: none;
  border-radius: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

button.ui-datepicker-trigger {
  background-image: url("/assets/innogy_picto_calendar-date_p_RGB-21e49746.png");
  background-size: cover;
  display: inline-block;
  margin: -3px 0.2rem 0;
  vertical-align: middle;
}

img.ui-datepicker-trigger {
  margin-bottom: -5px;
}

.ui-datepicker {
  font-size: 120% !important;
}

.ui-datepicker-header a {
  cursor: pointer;
}

a.ui-state-disabled {
  cursor: auto;
}

.ui-datepicker table {
  border: 0;
}

/* =NEWS (Startseite)
------------------------------------------------------------------- */
#news {
  clear: both;
  padding-top: 48px;
}

/* =NEW SEARCH
------------------------------------------------------------------- */
#new_search .row label {
  width: 110px;
}

/* =NOTICE
------------------------------------------------------------------- */
p.notice,
p.info,
p.success,
p.warning,
p.error {
  border: 1px solid currentColor;
  font-size: 0.956rem;
  margin: 12px 0;
  padding: 6px 10px;
}
@media screen {
  p.notice,
  p.info,
  p.success,
  p.warning,
  p.error {
    border: 0;
  }
}
p.notice a,
p.info a,
p.success a,
p.warning a,
p.error a {
  color: inherit;
  text-decoration: underline;
}
p.notice a:hover, p.notice a:active, p.notice a:focus,
p.info a:hover,
p.info a:active,
p.info a:focus,
p.success a:hover,
p.success a:active,
p.success a:focus,
p.warning a:hover,
p.warning a:active,
p.warning a:focus,
p.error a:hover,
p.error a:active,
p.error a:focus {
  text-decoration: none;
}

p.notice {
  color: #f59b00;
}
@media screen {
  p.notice {
    background: #fef5e5;
  }
}

p.info {
  color: #00aae1;
}
@media screen {
  p.info {
    background: #e5f6fc;
  }
}

p.success {
  color: #64b42d;
}
@media screen {
  p.success {
    background: #eff7ea;
  }
}

p.warning {
  color: #eb4b0a;
}
@media screen {
  p.warning {
    background: #fdede6;
  }
}

p.error {
  color: #eb4b0a;
}
@media screen {
  p.error {
    background: #fdede6;
  }
}

div.error_div {
  color: #eb4b0a;
  font-size: 100%;
}
@media screen {
  div.error_div {
    background: #fdede6;
  }
}

@media screen {
  .flash {
    bottom: 100%;
    box-sizing: border-box;
    left: 270px;
    margin: 16px 0;
    position: absolute;
    width: 800px;
    z-index: 1;
  }
}

/* =VCARD
------------------------------------------------------------------- */
.vcard {
  font-size: 120%;
  line-height: 1.6;
  margin: 4px 0 12px;
}
#first-content .vcard {
  clear: both;
  margin-right: -16px;
  overflow: hidden;
}
.vcard p {
  font-size: 100%;
}
.vcard li {
  font-size: 100%;
  margin-bottom: 0;
}
.vcard li a.email {
  background: 0;
  padding: 0;
}
.vcard .wrapper-em {
  background: linear-gradient(#e0edf6, #f3f8fb);
  border-radius: 8px 8px 0 0;
  border: 0;
  float: left;
  margin: 8px 8px 0 0;
  width: 173px;
}
.vcard .em .fn {
  margin: 9px 0 6px;
}
.vcard .em .title {
  margin-top: 9px;
}
.vcard .em .adr,
.vcard .em .tel {
  margin: 9px 0 6px;
}
.vcard .fn {
  font-weight: 700;
  margin: 6px 0 4px;
}
.vcard .title {
  word-break: break-word;
}
.vcard .adr,
.vcard .tel {
  margin-top: 4px;
}

/* =FOOTER-NAV
------------------------------------------------------------------- */
#footer-nav {
  clear: both;
  position: relative;
  top: 38px;
  /* #home & {
    padding-left: 34px;
  } */
}
#footer-nav ul {
  list-style: none;
  margin: 0;
  overflow: hidden; /* Clearfix: li */
}
#footer-nav li {
  float: left;
  font-size: 108%;
  margin: 0 25px 0 0;
  padding: 0;
}
#footer-nav a {
  background: no-repeat 0 50%;
  background-size: auto 20px;
  color: inherit;
  display: inline-block;
  line-height: 22px;
  padding-left: 28px;
}
#footer-nav .print {
  background-image: url("/assets/innogy_picto_printer_p_RGB-ae2a709e.png");
  padding-left: 32px;
}
#footer-nav .top {
  background-image: url("/assets/innogy_picto_c-arrow-up_p_RGB-e6d657e1.png");
}
#footer-nav .back {
  background-image: url("/assets/innogy_picto_c-arrow-left_p_RGB-7e3d7c20.png");
}

@media print {
  #footer-nav {
    display: none;
  }
}
/* =FOOTER
------------------------------------------------------------------- */
#footer {
  padding: 24px 0 36px;
  /* Clearfix: p.pull-right (brand) */
}
#footer::after {
  clear: both;
  content: "";
  display: table;
}
#footer .print-only {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 1px 0;
  margin-top: 42px;
  padding: 12px 0 6px;
}
#footer > p {
  margin-top: 12px;
}
@media screen {
  #footer > p {
    font-size: 108%;
  }
}

/* =META NAVIGATION
------------------------------------------------------------------- */
#meta-nav {
  list-style: none;
  margin: 0;
  padding: 4px 0 4px 270px;
  position: relative;
  top: -24px;
}
#meta-nav li {
  display: inline-block;
  font-size: 108%;
  line-height: 1.6;
  margin: 0 24px 0 0;
}
#meta-nav a {
  color: inherit;
}
#meta-nav em {
  font-style: normal;
  font-weight: 700;
}

/* =TOOLTIP
------------------------------------------------------------------- */
.tooltip-overlay-box {
  background-color: #ebebeb !important;
  border-color: #2E2F30 !important;
  border-radius: 8px;
  color: #000;
  opacity: 0.8;
}

.signature-field {
  border: solid 1px #ccc;
  box-sizing: border-box;
  cursor: crosshair;
  margin: 0.5em 0;
}

.info-tooltip {
  border-radius: 100%;
  border: 1px solid currentColor;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  height: 1.5em;
  line-height: 1;
  margin: 0 0.5em;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  width: 1.5em;
}
.info-tooltip:hover, .info-tooltip:focus {
  color: #143c8c;
}

/* = Helpers
------------------------------------------------------------------- */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* =AUTOCOMPLETE
------------------------------------------------------------------- */
.ac_results {
  background: #fff;
  border-radius: 1em 0 0 1em;
  border: 1px solid #00aae1;
  overflow: hidden;
  z-index: 99999;
}

@media print {
  .ac_results {
    display: none !important;
  }
}
.ac_results ul {
  list-style: none;
  margin: 0;
}

.ac_results li {
  background: 0;
  cursor: pointer;
  font-size: 108%;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0 8px 1px 12px;
}

li.ac_odd {
  background: #ebebeb;
}

li.ac_over {
  background: #00aae1;
  color: #fff;
}

/* =AVAILABILITY
------------------------------------------------------------------- */
.whois {
  border: 1px solid #ebebeb;
  height: 20em;
  margin: 16px 0;
  overflow: auto;
  padding: 12px;
}

.result h2 {
  font-weight: 700;
}

.free h2 {
  color: #64b42d;
}

.taken h2 {
  color: #eb4b0a;
}

.result-state-icon {
  float: left;
  margin: 5px 10px;
}

.result-description {
  overflow: hidden;
}

#availability .row div > label,
#availability .row .label {
  width: 11em;
}

/* Domainname */
#availability .inline-form-elements input {
  width: 14em;
}

/* =AVAILABILITY-CHECKER
------------------------------------------------------------------- */
#availability-checker fieldset {
  margin-right: -11px;
}
#availability-checker fieldset div {
  display: inline-block;
  margin-right: 7px;
}
#availability-checker .plz {
  width: 45px;
}
#availability-checker .ort {
  width: 76px;
}
#availability-checker .district {
  max-width: 137px;
  width: 137px;
}
#availability-checker .strasse {
  width: 101px;
}
#availability-checker .nummer {
  width: 20px;
}

/* =CROSSTEASER
------------------------------------------------------------------- */
.crossteaser-container {
  display: none;
}
.crossteaser-container .ui-tabs-panel {
  border: 0;
  padding: 0;
}
.crossteaser-container.ui-tabs {
  clear: left;
  margin: 0 -5px 0 0;
  position: relative;
}
@media screen {
  .crossteaser-container.ui-tabs {
    display: block;
  }
}
#second-nav + .crossteaser-container {
  margin-top: 8px;
}
.slider + .crossteaser-container {
  margin-top: 13px;
}
.crossteaser-container .tab-nav-container {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -8px;
  width: 240px;
}
.crossteaser-container .tab-nav-container h2 {
  padding-left: 4px;
}
.crossteaser-container .ui-tabs-nav {
  display: block;
  margin: 0 -8px 0 -16px;
  width: auto;
}
.crossteaser-container .ui-tabs-nav li {
  display: block;
  font-size: 120%;
  line-height: 1.45;
  text-align: left;
}
.crossteaser-container .ui-tabs-nav li, .crossteaser-container .ui-tabs-nav li:first-child, .crossteaser-container .ui-tabs-nav li:last-child {
  padding: 0 5px 0 20px;
}
.crossteaser-container .ui-tabs-nav li:first-child a, .crossteaser-container .ui-tabs-nav li:last-child a {
  border-radius: 0;
}
.crossteaser-container .ui-tabs-nav li:first-child a {
  border: 0;
}
.crossteaser-container .ui-tabs-nav .ui-state-default a {
  background: url("/assets/arrow-red-a548ac32.gif") no-repeat 0 50%;
  border-top: 1px solid #ebebeb;
  color: #474747;
  margin: 0;
  padding: 1px 0 2px 12px;
}
.crossteaser-container .ui-tabs-nav .ui-tabs-active {
  background: #66A4CC;
}
.crossteaser-container .ui-tabs-nav .ui-tabs-active a, .crossteaser-container .ui-tabs-nav .ui-tabs-active + li a {
  border-color: transparent;
}
.crossteaser-container .ui-tabs-nav .ui-tabs-active a {
  background: url("/assets/arrow-white-left-2186cc68.gif") no-repeat 0 50%;
  color: #FFF;
}

.crossteaser,
.crossteaser-container .tab-nav-container {
  border-style: solid;
  border-width: 1px;
  min-height: 192px;
  padding: 0 8px 0 16px;
}
.crossteaser h2,
.crossteaser h3,
.crossteaser-container .tab-nav-container h2,
.crossteaser-container .tab-nav-container h3 {
  font-size: 22px;
  color: inherit;
  margin: 9px 0 6px;
}

.crossteaser {
  margin: 8px 0 12px;
}
.ui-tabs .crossteaser {
  box-sizing: border-box;
  float: left;
  margin: -8px 0 0 5px;
  width: 243px;
}
.ui-tabs .crossteaser:first-child {
  margin-left: 0;
}
.ui-tabs .crossteaser + div + div + .crossteaser {
  width: 240px;
}

/* =FLEXSLIDER
------------------------------------------------------------------- */
.slider {
  margin: 24px 0;
  position: relative;
}
@media print {
  .slider {
    display: none;
  }
}

/* Slides Container */
.slides {
  list-style: none;
  margin: 0;
}
.slides li {
  display: none;
  margin: 0;
  position: relative;
}
.slides li:first-child {
  display: block;
}
.slides li.left img {
  margin-right: auto;
}
.slides li.right {
  text-align: left;
}
.slides li.right img {
  margin-left: auto;
}
.slides a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.slides img {
  display: block;
}
.slides .crossteaser {
  box-sizing: border-box;
  margin: 0;
  min-height: 100%;
}

.slide-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.left .slide-overlay {
  padding-left: 395px;
}
.right .slide-overlay {
  padding-right: 395px;
}

/* Control Nav (!!!Obacht!!! #19469 Slider Navigation) */
.flex-control-nav {
  background-color: #ebebeb;
  border-radius: 0 0 6px 6px;
  bottom: 0;
  height: 48px;
  left: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  margin: 16px 6px 0;
}
.flex-control-nav a {
  background-color: #625f5a;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 14px;
  overflow: hidden;
  text-indent: -999em;
  vertical-align: middle;
  width: 14px;
}
.flex-control-nav .flex-active {
  background-color: #143c8c;
  cursor: default;
}

/* Direction Nav */
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding-bottom: 48px;
}
.flex-direction-nav li {
  margin: 0;
}
.flex-direction-nav a {
  bottom: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  height: 48px;
  position: absolute;
}
.flex-direction-nav span {
  background-repeat: no-repeat;
  background-size: auto 20px;
  display: block;
  margin: 0 18px;
  position: relative;
  top: 9px;
}

a.flex-prev {
  left: 0;
}
a.flex-prev span {
  background-image: asset_path("innogy_picto_arrow-left_p_RGB.png");
  background-position: 0 50%;
  padding-left: 28px;
}

a.flex-next {
  right: 0;
}
a.flex-next span {
  background-image: asset_path("innogy_picto_arrow-right_p_RGB.png");
  background-position: 100% 50%;
  padding-right: 28px;
}

a.flex-disabled {
  cursor: default;
  opacity: 0.5;
  text-decoration: none;
}

/*!
 * jQuery UI CSS Framework 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Component containers
----------------------------------*/
.ui-widget-content {
  border: 1px solid currentColor;
  background: #fff;
  color: #474747;
}

.ui-widget-header {
  background: #00aae1;
  color: #fff;
  font-weight: bold;
}

.ui-widget-header a {
  color: inherit;
}

/* Interaction states
----------------------------------*/
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #474747;
  text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: #00aae1;
  text-decoration: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #00aae1;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #00aae1;
  background: #fff;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fff;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("/assets/ui-images/ui-icons_0066aa_256x240-36faa138.png");
}

.ui-widget-content .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_0066aa_256x240-36faa138.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_0066aa_256x240-36faa138.png");
}

.ui-state-default .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_0066aa_256x240-36faa138.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_0066aa_256x240-36faa138.png");
}

.ui-state-active .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_454545_256x240-42d3554d.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_0066aa_256x240-36faa138.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_cd0a0a_256x240-f43ded2e.png");
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; } */
/* Overlays */
.ui-widget-overlay {
  background: #fff;
  opacity: 0.8;
  position: fixed;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #474747;
  opacity: 0.3;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/*!
 * jQuery UI Autocomplete 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
} /* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.22
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  float: left;
  clear: left;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/*!
 * jQuery UI Dialog 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: 0.4em;
  width: 300px;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.3em 30px 0.3em 10px;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  transform: translateY(-50%);
  padding: 1px;
  height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  background: 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  border-width: 1px 0 0;
  padding: 0.5em 10px 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0 0.5em 5px;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 0.4em;
  bottom: 0.4em;
  position: absolute;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*!
 * jQuery UI Datepicker 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

/* =(UI-)ACCORDION
------------------------------------------------------------------- */
.accordion {
  margin: 16px 0;
}
.accordion > div {
  margin-bottom: 2px;
}

.ui-accordion-header {
  background: #ebebeb;
  color: #000;
  cursor: pointer;
  font-size: 1.062rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 5px 12px 5px 14px;
}
.ui-accordion-header.ui-state-default a {
  color: inherit;
}
#content .ui-accordion-header.ui-state-hover, #content .ui-accordion-header.ui-state-active {
  background: #d8d7d6;
  color: #143c8c;
}
.accordion > :first-child .ui-accordion-header {
  border-radius: 6px 6px 0 0;
}
.ui-accordion-header + .ui-accordion-content {
  background: 0;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 6px 11px 0 15px;
}
.ui-accordion-header a:hover,
.ui-accordion-header a:active,
.ui-accordion-header a:focus {
  background: 0;
}

.ui-icon {
  display: none;
}

/* =(UI-)DIALOG
------------------------------------------------------------------- */
@media print {
  .ui-dialog,
  .ui-widget-overlay {
    display: none !important; /* Inline */
  }
}
.ui-dialog-titlebar {
  font-size: 120%;
  line-height: 1.6;
}

.ui-button-icon-only .ui-button-text {
  left: -999em;
  position: absolute;
}

.ui-dialog {
  z-index: 101;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: 0;
  border-radius: 0;
  box-sizing: content-box;
  cursor: pointer;
  height: 18px;
  overflow: hidden;
  padding: 10px !important;
  right: 0;
  text-indent: -999em;
  width: 18px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  background: url("/assets/innogy_picto_close_n_RGB-700ad65a.png") no-repeat 0 0/auto 18px;
  margin: 0;
  position: absolute;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-icon-space {
  display: none;
}

/* =CONTENT */
.ui-dialog .index {
  font-size: 120%;
  line-height: 1.6;
}

.entry {
  padding: 1px 10px;
  position: relative;
}
.entry + .entry {
  border-top: 1px solid #ebebeb;
}
.entry .check,
.entry .radio {
  left: 10px;
  position: absolute;
  top: 8px;
}
.entry .check h3,
.entry .check h4,
.entry .radio h3,
.entry .radio h4 {
  font-size: 120%;
  margin-top: 0;
}
.entry .check label,
.entry .radio label {
  margin-right: 0;
}
.entry .check-item,
.entry .radio-item {
  display: block;
}
.entry fieldset span {
  font-size: 120%;
  margin-bottom: 0;
}
.entry .desc,
.entry .field {
  display: inline-block;
  vertical-align: top;
}
.entry .desc {
  box-sizing: border-box;
  padding-left: 32px;
  width: 66%;
}
.entry .desc .check,
.entry .desc .radio {
  margin-left: -32px;
  position: static;
}
.entry .field {
  background: 0;
  border-radius: 0;
  border: 0;
  font-size: 100%;
  padding: 0;
  text-align: right;
  width: 33%;
}
.entry .field input {
  margin: -4px 4px 2px;
}
.entry .field .note {
  font-size: 108%;
}
.entry .desc:first-child + .field,
.entry .check + .desc + .field,
.entry .radio + .desc + .field {
  margin-top: 4px;
}
.entry h3,
.entry h4 {
  margin-top: 4px;
}
.entry h3 a,
.entry h4 a {
  color: inherit;
  display: block;
  font-size: 100%;
  font-weight: 700;
  line-height: inherit;
  text-decoration: none;
}

.xor-active {
  background-color: #f5f5f5;
}
.xor-active, .xor-active + .entry {
  border-color: #fff;
}

/* =OVERLAY */
.ui-widget-overlay {
  z-index: 100;
}

.ui-clean-dialog .ui-dialog-titlebar {
  display: none;
}
.ui-clean-dialog .ui-dialog-content {
  padding-bottom: 1em;
  padding-top: 1em;
}

.dialog-auto {
  display: none;
}

.dialog-action {
  padding-top: 1em;
  font-size: 108%;
  text-align: right;
}

/* =(UI-)TABS
------------------------------------------------------------------- */
.ui-tabs {
  background: 0;
  border: 0;
  color: inherit;
  margin: 16px 0;
}

.ui-tabs-hide {
  display: none;
}

.ui-tabs-nav {
  background: 0;
  border: 0;
  color: inherit;
  display: table;
  font-weight: normal;
  list-style: none;
  table-layout: fixed;
  width: 100%;
}
.ui-tabs-nav.ui-helper-clearfix:before, .ui-tabs-nav.ui-helper-clearfix:after {
  display: none;
}
.ui-tabs-nav li {
  background: 0;
  display: table-cell;
  margin: 0;
  padding: 0 1px;
  text-align: center;
}
.ui-tabs-nav li:first-child {
  padding-left: 0;
}
.ui-tabs-nav li:first-child a {
  border-top-left-radius: 6px;
}
.ui-tabs-nav li:last-child {
  padding-right: 0;
}
.ui-tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}
.ui-tabs-nav a:hover,
.ui-tabs-nav a:active,
.ui-tabs-nav a:focus {
  background: 0;
  text-decoration: none;
}
.ui-tabs-nav .ui-state-default a {
  background: #ebebeb;
  color: #00aae1;
  display: block;
  padding: 6px 0 4px;
}
.ui-tabs-nav .ui-state-hover a,
.ui-tabs-nav .ui-state-active a,
.ui-tabs-nav .ui-state-focus a {
  background: #d8d7d6;
  color: #00aae1;
}

.ui-tabs-panel {
  background: 0;
  border-color: #ebebeb;
  color: inherit;
  padding: 18px 11px 12px 11px;
}

.tab-visually-reset .ui-tabs-nav li {
  font-size: 22px;
  line-height: 1.3;
}
.tab-visually-reset .ui-tabs-nav li:first-child a {
  border-bottom-left-radius: 6px;
}
.tab-visually-reset .ui-tabs-nav li:last-child a {
  border-bottom-right-radius: 6px;
}
.tab-visually-reset .ui-tabs-nav .ui-state-default a {
  padding: 8px 0;
}
.tab-visually-reset .ui-tabs-panel {
  border: 0;
  padding: 7px 0 0;
}

/* =ICON-LIST
------------------------------------------------------------------- */
.icon-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 12px -4px;
}
.icon-list li {
  word-break: break-word;
  background-color: #f5f5f5;
  box-sizing: border-box;
  line-height: 1.3;
  margin: 4px;
  max-width: 199px;
  min-height: 180px;
  outline-offset: -5px;
  outline: 1px solid #fff;
  padding: 8px;
  text-align: center;
  width: calc(25% - 8px);
}
.icon-list a {
  box-sizing: border-box;
  color: inherit;
  display: block;
  height: 100%;
  margin: -8px;
  padding: 8px;
}
.icon-list svg {
  color: #474747;
  display: block;
  height: 85px;
  margin: 16px auto;
  max-width: 100%;
  vertical-align: middle;
  width: 85px;
}
.icon-list .disabled {
  background: none;
}
.icon-list .disabled div {
  color: #ccc;
}
.icon-list .disabled svg {
  color: #ccc;
}
.icon-list .cross-selling {
  background-color: #009ba5;
  color: #fff;
}
.icon-list .cross-selling svg {
  color: #fff;
}

.icon-headline {
  align-items: center;
  display: flex;
  gap: 30px;
}
.icon-headline .icon-list li {
  box-sizing: content-box;
  min-height: 130px;
  min-width: 130px;
}
.icon-headline .icon-list svg {
  height: 60px;
}
.icon-headline h1 {
  width: auto;
}

.icon-headline--no-flex {
  display: table-cell;
}

.row div.chosen,
.row div.chosen div {
  overflow: visible;
}

.chosen-container ul.chosen-results {
  list-style: none;
}

.chosen-container ul.chosen-results li {
  font-size: 100%;
  margin-left: 0;
  padding: 3px 6px;
}

.chosen-single span {
  margin-top: 3px;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-single .chosen-drop {
  background: #fff;
  border: 1px solid #b2d1e5;
  color: #474747;
  border-radius: 0;
  box-shadow: none;
}

div.chosen-container-active .chosen-single,
div.chosen-container-active.chosen-with-drop .chosen-single,
div.chosen-container-active div.chosen-drop {
  border-color: #00aae1;
}

.chosen-container-single .chosen-drop {
  border-top: none;
}

.chosen-container .chosen-results li.highlighted {
  background: #f5f5f5;
  color: #474747;
}

/* =CONTACT-LIST
------------------------------------------------------------------- */
.contact-list {
  list-style: none;
  margin: -4px 0 16px;
}
.contact-list li {
  margin-left: 0;
}
.contact-list h3 {
  cursor: pointer;
  font-weight: 400;
}
.contact-list h3:hover {
  text-decoration: underline;
}

.cross-selling-icon {
  aspect-ratio: 1/1;
  border: solid 2px #222;
  cursor: pointer;
  height: 1.85em;
  margin: 0 0.25em 0.25em 0;
  padding: 0.25em;
  width: auto;
}

.cross-selling-icon--selected {
  background-color: #009ba5;
}

/* =FOOTNOTE
------------------------------------------------------------------- */
.footnote {
  color: #999;
  font-size: 82.4%;
  margin: 16px 0 16px 12px;
}

/* =INDEX
------------------------------------------------------------------- */
.index {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 1px 0;
  font-weight: 700;
  margin: 16px 0;
  padding: 4px 0;
  text-align: center;
}
.index * {
  display: inline-block;
  margin: 0 -0.1em;
  padding: 0 0.4em;
}
.index em {
  background: #00aae1;
  color: #fff;
  font-style: normal;
}

#diagram-strom-usage {
  height: 250px;
  width: 100%;
}

.jqplot-target {
  position: relative;
  font-family: inherit;
  font-size: 1em;
}

.jqplot-axis {
  font-size: 1em;
}

.jqplot-highlighter-tooltip,
.jqplot-canvasOverlay-tooltip {
  background: rgba(166, 202, 225, 0.6);
  border-radius: 5px;
  border: 1px solid #ebebeb;
  font-size: 1.2em;
  padding: 0.5em;
  white-space: nowrap;
}

/* =(UI-)MENU
------------------------------------------------------------------- */
.ui-menu {
  background: #fff;
  border-color: #00aae1;
  border-radius: 1em;
  padding: 0;
  overflow: hidden;
}

@media print {
  .ui-menu {
    display: none !important;
  }
}
.ui-menu-item {
  background: 0;
  font-size: 108%;
}

.ui-menu .ui-menu-item a {
  color: inherit;
  cursor: pointer;
  line-height: inherit;
  padding: 0 8px 1px 12px;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  background: #00aae1;
  color: #fff;
  margin: 0;
}

/* =LOGIN
------------------------------------------------------------------- */
div#login {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div#login form,
div#login p {
  font-size: 108%;
  line-height: 1.6;
  margin: 12px 0 4px;
}
div#login a {
  color: inherit;
}
div#login select,
div#login .button {
  left: 10px;
  margin-right: 10px;
}
div#login select {
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media print {
  div#login {
    display: none;
  }
}
/* =OPTIONS
------------------------------------------------------------------- */
.options fieldset {
  border: 0;
  padding: 0;
}

/* =SPINNER
------------------------------------------------------------------- */
#spinner {
  display: none;
  left: 50%;
  margin: -image-height("spinner.gif")/2 0 0 -image-width("spinner.gif")/2;
  position: fixed;
  text-align: center;
  top: 50%;
  z-index: 2000;
}

@media screen {
  .activity {
    display: block !important;
  }
}
/* =STEPS
------------------------------------------------------------------- */
#steps ol {
  list-style: none;
  margin: 24px auto;
  overflow: hidden;
}

#steps li {
  color: #999;
  display: block;
  float: left;
  margin: 0;
}

#steps li.current {
  color: #eb4b0a;
}

#steps li.done {
  color: #00aae1;
}

@media screen {
  #steps ol {
    width: 539px;
  }
  #steps li {
    background: url("/assets/steps-01b8145f.png") no-repeat;
    height: 86px;
    text-indent: -999em;
    width: 148px;
  }
  #steps li.current {
    background-position: 0 50%;
  }
  #steps li.done {
    background-position: 0 100%;
  }
  #steps li.kundendaten {
    background-position: -148px 0;
  }
  #steps li.kundendaten.current {
    background-position: -148px 50%;
  }
  #steps li.kundendaten.done {
    background-position: -148px 100%;
  }
  #steps li.bankverbindung {
    background-position: -296px 0;
  }
  #steps li.bankverbindung.current {
    background-position: -296px 50%;
  }
  #steps li.bankverbindung.done {
    background-position: -296px 100%;
  }
  #steps li.zusammenfassung {
    background-position: 100% 0;
    width: 95px;
  }
  #steps li.zusammenfassung.current {
    background-position: 100% 50%;
  }
  #steps li.zusammenfassung.done {
    background-position: 100% 100%;
  }
}
@media print {
  #steps li {
    border: 1px solid;
    margin-right: 12px;
    padding: 6px;
  }
}
/* =TABLE-PORTALE
------------------------------------------------------------------- */
.small th {
  font-weight: 400;
}

tfoot td {
  font-weight: 700;
}

/* sortable */
table.sortable thead th {
  white-space: nowrap;
}

/* col/row */
table.col th,
table.row th {
  background: 0;
  font-weight: 700;
}

tr.em th,
tr.em td,
tr.odd th,
tr.odd td {
  background: #f5f5f5;
}

tr.entered th,
tr.entered td {
  background: #e5f6fc;
}

tr.timed-out th,
tr.timed-out td {
  background: #fce5ee;
  font-weight: 700;
}
tr.timed-out th a,
tr.timed-out td a {
  color: #e60055;
}

/* =KOSTEN (Kundenportal Online-Bestellung)
------------------------------------------------------------------- */
#kosten dt {
  font-weight: 700;
}

#kosten dd {
  color: #999;
}

/* =WRAPPER-TABLE
------------------------------------------------------------------- */
.wrapper-table {
  margin: 16px 0;
}

.wrapper-table table {
  margin: -1px 0 0;
}

.wrapper-table th,
.wrapper-table td {
  background: 0;
  border-width: 0;
}

.wrapper-table thead th {
  vertical-align: top;
  white-space: nowrap;
}

table.full {
  width: 100%;
}

tr.product th {
  background: #f59b00;
  border-color: currentColor;
  border-width: 1px 0;
  color: #fff;
  font-weight: 700;
}

tr.product a {
  color: inherit;
  display: inline-block;
  font-weight: 400;
  margin-left: 12px;
}
@media screen {
  tr.product a {
    background: url("/assets/innogy_picto_c-arrow-right_n_RGB-245daf9e.png") no-repeat 0 50%/auto 20px;
    padding-left: 28px;
    white-space: nowrap;
  }
}

tr.option th {
  background: #00aae1;
  border-color: currentColor;
  border-width: 1px 0;
  color: #fff;
  font-weight: 700;
}

tr.option a {
  color: inherit;
  display: inline-block;
  font-weight: 400;
  margin-left: 12px;
}
@media screen {
  tr.option a {
    background: url("/assets/innogy_picto_c-arrow-right_n_RGB-245daf9e.png") no-repeat 0 50%/auto 20px;
    padding-left: 28px;
    white-space: nowrap;
  }
}

@media screen {
  tr.product sup a,
  tr.option sup a {
    background: none;
    padding-left: 0;
    margin-left: 0;
  }
}

tr.option .error {
  background-color: #fdede6;
  font-weight: 400;
  margin-left: -12px;
  margin-right: -10px;
  padding: 2.5px 10px 2.5px 12px;
  position: relative;
  top: 5px;
}

hr.spacer {
  margin: 0.5em 0;
}

/* =THREE-COLS (Tripleplay: Senderliste)
------------------------------------------------------------------- */
.three-cols {
  clear: both;
  margin: 12px 0;
  overflow: hidden;
}

.three-cols > div {
  float: left;
  width: 30.6666666667%;
}

.three-cols > :first-child {
  margin-right: 4%;
}

.three-cols > div + div + div {
  float: right;
}

/* =TOOLTIP
------------------------------------------------------------------- */
#tooltip,
.tooltip_content {
  background: #fff;
  border: 1px solid #474747;
  font-size: 108%;
  line-height: 1.6;
  max-width: 300px;
  padding: 15px;
  position: absolute;
}
#tooltip h3,
.tooltip_content h3 {
  margin: -5px 0 10px;
}

.map-wrapper {
  height: 455px;
  position: relative;
}

.primary-map {
  position: absolute;
  z-index: 10;
}

.secondary-map {
  position: absolute;
  z-index: 0;
}

.maps-section {
  height: 400px;
  position: relative;
  width: 100%;
}

.map-marker {
  align-items: center;
  display: flex;
  font-size: 55px;
  height: 100%;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  user-select: none;
  width: 100%;
  z-index: 460;
}
.map-marker .svg-crosshair {
  width: 0.75em;
}
.map-marker .svg-crosshair path {
  fill: #4e4e4e;
}

.map-marker-white .svg-crosshair path {
  fill: #fff;
}
.map-marker-white {
  color: #fff;
}

.maps-options {
  align-items: center;
  bottom: 0;
  display: inline-flex;
  position: absolute;
}

.switch-map-mode {
  background-color: #9c9c9c;
  color: #fff;
  margin: 0.5em 1em 0 0;
  padding: 0.5em 0.65em;
  width: 9em;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/chosen-sprite-f7fbca86.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/chosen-sprite-f7fbca86.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/assets/chosen-sprite-f7fbca86.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/chosen-sprite-f7fbca86.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("/assets/chosen-sprite-f7fbca86.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/assets/chosen-sprite@2x-c4cb34f0.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-button.trix-button--icon-heading-1,
.trix-button.trix-button--icon-quote,
.trix-button.trix-button--icon-code,
.trix-button-group.trix-button-group--file-tools {
  display: none;
}

trix-toolbar {
  width: 800px;
}

trix-editor {
  overflow-y: auto;
  max-height: 500px;
}

trix-editor.long {
  min-height: 300px;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url("images/layers.png");
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("images/layers-2x.png");
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url("images/marker-icon.png");
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
@-webkit-keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leaflet-container:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s backwards;
  animation: leaflet-gestures-fadein 0.8s backwards;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 461;
  pointer-events: none;
}

.leaflet-gesture-handling-touch-warning:after,
.leaflet-gesture-handling-scroll-warning:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s forwards;
  animation: leaflet-gestures-fadein 0.8s forwards;
}

.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content);
}

.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content);
}

.cross-selling-icon {
  display: inline-block;
  overflow: hidden;
  width: 1.85em;
}
.cross-selling-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=/assets/application-c902c217.css.map */
