﻿/*#region electiongallery */
.e-tsv3-electiongallery {
  font-family: 'Duplicate Sans Web', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 12px auto;
  max-width: 660px;
  /*#region Update button */
  /*#endregion*/
  /*#region notselected */
  /*#endregion */
  /*#endregion */
}
.e-tsv3-electiongallery .scrollbutton {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2232%22%20height%3D%2232%22%20style%3D%22enable-background%3Anew%200%200%2032%2032%22%3E%0D%0A%20%20%3Cg%20style%3D%22opacity%3A.54%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M-360.7%2022.4-348%209.6l12.7%2012.7%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Anone%3Bstroke%3A%23191919%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%22%20transform%3D%22translate(364)%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44px;
  height: 50px;
  cursor: pointer;
}
.e-tsv3-electiongallery .scrollbutton.scrollbutton--bottom {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2232%22%20height%3D%2232%22%20style%3D%22enable-background%3Anew%200%200%2032%2032%22%3E%0D%0A%20%20%3Cg%20style%3D%22opacity%3A.54%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M-335.3%209.6-348%2022.4l-12.7-12.7%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Anone%3Bstroke%3A%23191919%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%22%20transform%3D%22translate(364)%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  opacity: 1;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__area.scroll-top .scrollbutton.scrollbutton--top,
.e-tsv3-electiongallery.e-tsv3-electiongallery--table .e-tsv3-electiongallery__area.scroll-top .scrollbutton.scrollbutton--top,
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .e-tsv3-electiongallery__area.scroll-top .scrollbutton.scrollbutton--top {
  opacity: 0.2;
  cursor: none;
  pointer-events: none;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__area.scroll-bottom .scrollbutton.scrollbutton--bottom,
.e-tsv3-electiongallery.e-tsv3-electiongallery--table .e-tsv3-electiongallery__area.scroll-bottom .scrollbutton.scrollbutton--bottom,
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .e-tsv3-electiongallery__area.scroll-bottom .scrollbutton.scrollbutton--bottom {
  opacity: 0.2;
  cursor: none;
  pointer-events: none;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__area .e-tsv3-electiongallery__area__content,
.e-tsv3-electiongallery.e-tsv3-electiongallery--table .e-tsv3-electiongallery__area .e-tsv3-electiongallery__area__content {
  max-height: 400px;
  overflow: auto;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__area .e-tsv3-electiongallery__area__content {
  max-height: 350px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--table table {
  width: 100%;
}
.e-tsv3-electiongallery p {
  margin: 0;
}
.e-tsv3-electiongallery .ajaxloader {
  display: none;
}
.e-tsv3-electiongallery .ajaxloader img {
  height: 40px;
  vertical-align: middle;
}
.e-tsv3-electiongallery .ajaxloader span {
  line-height: 40px;
  margin-left: 10px;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result {
  position: relative;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .cityHeader {
  margin-bottom: 10px;
  position: relative;
  display: flex;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .cityHeader h2 {
  font-weight: 500;
  text-transform: uppercase;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .cityHeader .cityHeader__leftside {
  flex: 0 0 205px;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .cityHeader .cityHeader__rightside {
  display: flex;
  justify-content: space-around;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .cityHeader .cityHeader__map {
  position: relative;
  flex: 50px;
  top: -20px;
}
.tsv3-c-common-article__attachment .e-tsv3-electiongallery .e-tsv3-electiongallery__result .cityHeader .cityHeader__map {
  top: 0;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .countryHeader {
  margin-bottom: 20px;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .countryHeader .infocolumns .inforow__header,
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .countryHeader .infocolumns .inforow__value {
  display: inline-block;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .countryHeader .infocolumns .inforow__header {
  margin-right: 2px;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .countryHeader .infocolumns .inforow__header--big {
  /*font-size: 22px;
                    line-height: 22px;
                    font-weight: 500;
                    text-transform: uppercase; */
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .countryHeader .infocolumns .inforow__timestamp {
  margin-left: 20px;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .e-tsv3-electiongallery__area__header {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: end;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .e-tsv3-electiongallery__area__header > p,
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .e-tsv3-electiongallery__area__header div {
  font-weight: 500;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  text-align-last: right;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .e-tsv3-electiongallery__area__header > p > span,
.e-tsv3-electiongallery .e-tsv3-electiongallery__result .e-tsv3-electiongallery__area__header div > span {
  display: block;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__area > div {
  padding: 0;
  margin: 0;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__element {
  margin: 0 15px 0 0;
  margin-bottom: 10px;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__area--notdone .e-tsv3-electiongallery__element {
  list-style-type: none;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__timestamp {
  color: #ccc;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__calculationstatus,
.e-tsv3-electiongallery .e-tsv3-electiongallery__timestamp,
.e-tsv3-electiongallery .e-tsv3-electiongallery__element > div,
.e-tsv3-electiongallery .e-tsv3-electiongallery__datatimestamp {
  font-size: 17px;
  line-height: 19px;
  font-weight: normal;
  color: #000;
  margin: 0;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__calculationstatus,
.e-tsv3-electiongallery .e-tsv3-electiongallery__timestamp,
.e-tsv3-electiongallery .e-tsv3-electiongallery__repcount {
  font-family: 'Duplicate Sans Web', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 17px;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__datatimestamp {
  display: none;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__area--done .e-tsv3-electiongallery__datatimestamp {
  color: #808080;
  font-size: 10px;
  display: inline;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__element > .e-tsv3-electiongallery__element__container {
  display: flex;
  box-sizing: border-box;
  width: 200px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area {
  font-size: 18px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .infocolumns,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .infocolumns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .inforow,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .inforow {
  font-size: 14px;
  font-weight: 300;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .inforow .inforow__header,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .inforow .inforow__header {
  display: inline-block;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .inforow .inforow__header--big,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .inforow .inforow__header--big {
  /*font-size: 22px;
                    line-height: 22px;
                    font-weight: 500;
                    text-transform: uppercase;*/
  display: block;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .inforow .inforow__value,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .inforow .inforow__value {
  display: inline-block;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .inforow .inforow__timestamp,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .inforow .inforow__timestamp {
  margin-left: 20px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .inforow.inforow--areaname,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .inforow.inforow--areaname {
  margin-bottom: 18px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .inforow.inforow--areaname .inforow__header,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .inforow.inforow--areaname .inforow__header {
  font-weight: 700;
  min-width: 0;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .updatecontainer,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .updatecontainer {
  text-align: right;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .image,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .image {
  max-width: 350px;
  min-width: 200px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .image img,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .image img {
  max-width: 100%;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .searchbar,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .searchbar {
  padding-top: 10px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .searchbar input,
.e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .searchbar input {
  border: 1px solid #b9b9b9;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph.e-tsv3-electiongallery--pv {
  max-width: none;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph {
  font-weight: 500;
  margin-top: 20px;
  overflow: hidden;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-around;
  position: relative;
  font-size: 17px;
  line-height: 17px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .zeroline {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #d4dfe0;
  bottom: 41px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .party {
  display: grid;
  grid-template-columns: 40px;
  grid-gap: 0px 0px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .party:not(.party--withcomparison) {
  grid-gap: 4px 0;
  grid-template-columns: 20px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .party--withcomparison {
  grid-template-columns: 15px 15px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .bar {
  height: 120px;
  grid-row: 1 / 1;
  display: flex;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .bar div {
  width: 100%;
  align-self: flex-end;
  background-color: #00347D;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .bar.bar--comparison div {
  background-color: #DCDCDC;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .bar-seats {
  grid-row: 2 / 2;
  font-weight: 300;
  color: #191919;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .bar-seats > span {
  display: flex;
  justify-content: center;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .bar-party {
  grid-row: 3 / 4;
  grid-column: span 2;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  display: flex;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .bar-seats,
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .bar-party {
  text-align: center;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend {
  position: absolute;
  right: 50px;
  top: -40px;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .election {
  font-family: 'Duplicate Sans Web', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .election .name {
  text-transform: uppercase;
  padding-bottom: 10px;
  line-height: 1;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .election .map {
  margin-block: 15px;
  height: 140px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .election .map img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .election .years {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #191919;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .election .years .year {
  padding: 0 15px;
  font-weight: 300;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .election .years .year span {
  display: block;
  margin: auto auto 6px auto;
  width: 19px;
  height: 19px;
  background-color: #00347D;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .election .years .year.comparison span {
  background-color: #DCDCDC;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .arms img {
  max-width: 40px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .e-tsv3-electiongallery__uniontext {
  position: absolute;
  bottom: -27px;
  right: 20px;
  font-style: italic;
  font-size: 14px;
  color: #949494;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph.e-tsv3-electiongallery--pv {
  max-width: none;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .graph {
  font-weight: 500;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data {
  display: grid;
  position: relative;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .zeroline {
  position: absolute;
  background: #d4dfe0;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .candidate {
  position: relative;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .bar {
  grid-row: 1 / 1;
  display: flex;
  justify-content: center;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .bar div {
  width: 100%;
  text-align: center;
  background-color: #00347D;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .bar-candidate {
  font-weight: 400;
  color: #191919;
  font-size: 17px;
  line-height: 17px;
  margin-top: 2px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .bar-candidate > span {
  display: flex;
  justify-content: center;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .bar-image {
  text-align: center;
  font-size: 10px;
  display: flex;
  justify-content: center;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .bar-image img {
  border-radius: 60px;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .bar-percent span {
  font-family: 'Duplicate Sans Web', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #6e9cde;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .limiterline {
  position: absolute;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .limiterline::before {
  content: " ";
  display: block;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_vertical .data {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-auto-flow: column;
  grid-column-gap: 10px;
  justify-content: space-around;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_vertical .data .zeroline {
  height: 1px;
  width: 100%;
  bottom: 41px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_vertical .data .bar {
  height: 300px;
  grid-row: 1 / 1;
  display: flex;
  justify-content: center;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_vertical .data .bar div {
  width: 100%;
  max-width: 42px;
  align-self: flex-end;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_vertical .data .bar-percent,
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_vertical .data .bar-candidate {
  text-align: center;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_vertical .data .bar-image img {
  border-radius: 60px;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_vertical .data .limiterline {
  height: 50%;
  top: 50%;
  left: -5px;
  transform: translate(0, -50%);
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_vertical .data .limiterline::before {
  height: 100%;
  border-left: 1px dotted #191919;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal {
  border-bottom: 1px dotted #191919;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal .data {
  margin-right: 25px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal .data .candidate {
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal .data .candidate .right-bars {
  width: 100%;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal .data .bar {
  justify-content: left;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal .data .bar div {
  height: 5px;
  text-align: left;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal .data .bar-candidate {
  margin: 0 0 5px 0;
  line-height: 22px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal .data .bar-percent span {
  color: #6e9cde;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal .data .bar-image {
  margin-right: 5px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal .data .limiterline {
  width: 100%;
  top: -5px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal .data .limiterline::before {
  border-top: 1px dotted #858D8F;
  width: 100%;
  height: 1px;
}
.e-tsv3-electiongallery--pv.e-tsv3-electiongallery--pv_r2.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal .data .bar div {
  height: 42px;
}
.e-tsv3-electiongallery--pv.e-tsv3-electiongallery--pv_r2.e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal .data .bar-image img {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .divider {
  border-bottom: 2px solid #00347D;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .gray {
  color: #949494;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__area__header {
  padding: 0 20px 5px 20px;
  border-bottom: 1px solid #b1b1b1;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element {
  margin: 7px 10px 7px 10px;
  border-bottom: 1px solid #b1b1b1;
  padding: 3px 10px 3px 10px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element:first-child {
  margin-top: 0;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element.lastselected {
  border-bottom: none;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element .e-tsv3-electiongallery__element__container {
  width: 100%;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element .e-tsv3-electiongallery__element__info {
  flex: 1 1 auto;
  padding: 5px 0 5px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element .e-tsv3-electiongallery__element__info .e-tsv3-electiongallery__element__info__position {
  color: #00347D;
  font-size: 15px;
  margin-bottom: 10px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element .e-tsv3-electiongallery__element__info .e-tsv3-electiongallery__element__info__right {
  text-align: right;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  white-space: nowrap;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element .e-tsv3-electiongallery__element__info .e-tsv3-electiongallery__element__info__party,
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element .e-tsv3-electiongallery__element__info .e-tsv3-electiongallery__element__info__selection,
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element .e-tsv3-electiongallery__element__info .e-tsv3-electiongallery__element__info__votes {
  display: block;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element .e-tsv3-electiongallery__element__info .e-tsv3-electiongallery__element__info__selection {
  font-size: 14px;
  display: inline;
  margin: 0 22px;
  color: white;
  background: #00347D;
  padding: 1px 7px;
  border-radius: 10px;
  text-transform: uppercase;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element .e-tsv3-electiongallery__element__image {
  position: relative;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element .e-tsv3-electiongallery__element__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 70px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element.e-tsv3-electiongallery__element--onreserve .e-tsv3-electiongallery__element__info,
.e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element.e-tsv3-electiongallery__element--notselected .e-tsv3-electiongallery__element__info {
  color: #858D8F;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--table tr {
  background-color: #f3f3f3;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--table tr:nth-of-type(2n) {
  background-color: #fff;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--table tr.divider td {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAABCAIAAABR8BlyAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAlSURBVBhXYzQ3N2eAARYWlh07dkA5DAx//vzx8PCAcjBl//wBACOAC8++gtWaAAAAAElFTkSuQmCC') repeat-x;
  background-position: left top;
  padding: 0;
  height: 1px;
  width: 100%;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--table td,
.e-tsv3-electiongallery.e-tsv3-electiongallery--table th {
  text-align: left;
  padding: 10px 5px 10px 0;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--table td:first-child,
.e-tsv3-electiongallery.e-tsv3-electiongallery--table th:first-child {
  padding-left: 10px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--table td:last-child,
.e-tsv3-electiongallery.e-tsv3-electiongallery--table th:last-child {
  padding-right: 10px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--table th.stick {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--preview {
  max-width: none;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--preview .updatecontainer {
  display: none;
  color: #fff;
  background-color: rgba(0, 52, 125, 0.95);
  padding: 5px 10px 5px 10px;
  justify-content: end;
  position: absolute;
  top: 0;
  right: 0;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--preview .e-tsv3-electiongallery__preview-content .counter {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.e-tsv3-electiongallery.e-tsv3-electiongallery--preview .e-tsv3-electiongallery__preview-content .counter > span {
  color: white;
  background-color: rgba(0, 52, 125, 0.95);
  padding: 20px 20px;
  width: 100%;
  display: block;
}
@media (max-width: 600px) {
  .e-tsv3-electiongallery.e-tsv3-electiongallery--preview .e-tsv3-electiongallery__preview-content.show_update .counter > span {
    padding: 20px 55px;
  }
}
.e-tsv3-electiongallery .updatecontainer {
  padding-top: 5px;
}
.e-tsv3-electiongallery .updatecontainer.updatecontainer--absolute {
  position: absolute;
  top: -30px;
  right: 10px;
  padding-top: 0;
}
.tsv3-c-common-article__attachment .e-tsv3-electiongallery .updatecontainer.updatecontainer--absolute {
  top: 0;
}
.tsv3-c-ts-electiongallery__nomainheader .e-tsv3-electiongallery .updatecontainer.updatecontainer--absolute {
  top: 0;
}
.e-tsv3-electiongallery .updatecontainer .updatebutton_img {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2230.124%22%20height%3D%2230.143%22%20viewBox%3D%220%200%207.97%207.975%22%3E%3Cg%20data-name%3D%22Group%2077%22%3E%3Cg%20data-name%3D%22Group%2034%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M33.143%2014.722V3l-4.421%204.421a15.062%2015.062%200%201%200%204.421%2010.651h-3.349a11.721%2011.721%200%201%201-3.433-8.289l-4.94%204.94z%22%20data-name%3D%22Path%205%22%20style%3D%22fill%3A%23949494%3Bfill-opacity%3A1%22%20transform%3D%22matrix(.26458%200%200%20.26458%20-.799%20-.794)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  height: 35px;
  width: 35px;
  padding: 0 1px;
  text-align: center;
}
.e-tsv3-electiongallery .updatecontainer .updatebutton_text {
  font-size: 14px;
  display: none;
}
.e-tsv3-electiongallery .updatecontainer .updatebutton.enabled {
  font-weight: 400;
  cursor: pointer;
}
.e-tsv3-electiongallery .updatecontainer .updatebutton.enabled .updatebutton_img {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2230.124%22%20height%3D%2230.143%22%20viewBox%3D%220%200%207.97%207.975%22%3E%3Cg%20data-name%3D%22Group%2043%22%3E%3Cg%20data-name%3D%22Group%2034%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M33.143%2014.722V3l-4.421%204.421a15.062%2015.062%200%201%200%204.421%2010.651h-3.349a11.721%2011.721%200%201%201-3.433-8.289l-4.94%204.94z%22%20data-name%3D%22Path%205%22%20style%3D%22fill%3A%23ff8c34%3Bfill-opacity%3A1%22%20transform%3D%22matrix(.26458%200%200%20.26458%20-.799%20-.794)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.e-tsv3-electiongallery .updatecontainer .updatebutton.enabled .updatebutton_text {
  display: block;
}
.e-tsv3-electiongallery .e-tsv3-electiongallery__element.e-tsv3-electiongallery__element--onreserve,
.e-tsv3-electiongallery .e-tsv3-electiongallery__element.e-tsv3-electiongallery__element--notselected {
  color: #a5a5a5;
}
.tsv3-c-ts-electiongallery--small .e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph {
  padding-top: 20px;
}
.tsv3-c-ts-electiongallery--small .e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data {
  justify-content: space-evenly;
}
.tsv3-c-ts-electiongallery--small .e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .election {
  display: flex;
  flex-direction: row-reverse;
}
.tsv3-c-ts-electiongallery--small .e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_horizontal .graph {
  max-height: 250px;
  overflow: scroll;
}
@media (max-width: 900px) {
  .e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .image,
  .e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .image {
    display: none;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_vertical .data .candidate:nth-child(n+10) {
    display: none;
  }
}
@media (max-width: 768px) {
  .e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__area .e-tsv3-electiongallery__area__content,
  .e-tsv3-electiongallery.e-tsv3-electiongallery--table .e-tsv3-electiongallery__area .e-tsv3-electiongallery__area__content {
    max-height: 350px;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--imagelist .e-tsv3-electiongallery__area {
    margin: auto 25px;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--imagelist .e-tsv3-electiongallery__area__header {
    margin: auto 20px auto 4px;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .inforow .inforow__header--big,
  .e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .inforow .inforow__header--big {
    font-size: 19px;
    line-height: 22px;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph {
    position: relative;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .party:not(.party--withcomparison) {
    grid-template-columns: 15px 0;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .party.party.party--withcomparison {
    grid-template-columns: 15px 15px;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .arms img {
    max-width: 40px;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .election .map {
    max-width: 60px;
    margin-block: 0;
    margin: auto;
    top: -15px;
    position: relative;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .election .years .year {
    padding: 0 9px;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .candidate {
    position: relative;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_vertical .data .candidate:nth-child(n+7) {
    display: none;
  }
  .e-tsv3-electiongallery .updatecontainer.updatecontainer--absolute {
    top: -45px;
    right: 12px;
    left: auto;
  }
  .tsv3-c-common-article__attachment .e-tsv3-electiongallery .updatecontainer.updatecontainer--absolute {
    top: 0;
  }
  .tsv3-c-ts-electiongallery__nomainheader .e-tsv3-electiongallery .updatecontainer.updatecontainer--absolute {
    top: -10px;
  }
  .e-tsv3-electiongallery .updatecontainer .updatebutton_img {
    background-size: 35px;
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 450px) {
  .e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .data .bar-seats {
    font-size: 13px;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .countryHeader .infocolumns .inforow__header--big {
    font-size: 20px;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .infocolumns,
  .e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .infocolumns {
    display: block;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .calculationstatus,
  .e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .calculationstatus {
    margin-top: 12px;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .calculationstatus .updatecontainer,
  .e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .calculationstatus .updatecontainer {
    text-align: left;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--cityInfo .e-tsv3-electiongallery__area .updatebutton,
  .e-tsv3-electiongallery.e-tsv3-electiongallery--countryInfo .e-tsv3-electiongallery__area .updatebutton {
    margin-left: 0;
  }
  .e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .pilars_vertical .data .candidate:nth-child(n+5) {
    display: none;
  }
}
/*#region Darkmode */
html.darkmode .e-tsv3-electiongallery h2,
html.darkmode .e-tsv3-electiongallery h3,
html.darkmode .e-tsv3-electiongallery p,
html.darkmode .e-tsv3-electiongallery span {
  color: #fff;
}
html.darkmode .e-tsv3-electiongallery .searchbar input {
  color: #4a4a4a;
}
html.darkmode .e-tsv3-electiongallery .scrollbutton {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2232%22%20height%3D%2232%22%20style%3D%22enable-background%3Anew%200%200%2032%2032%22%3E%0D%0A%20%20%3Cg%20style%3D%22opacity%3A.54%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M-360.7%2022.4-348%209.6l12.7%2012.7%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%22%20transform%3D%22translate(364)%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
html.darkmode .e-tsv3-electiongallery .scrollbutton.scrollbutton--bottom {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2232%22%20height%3D%2232%22%20style%3D%22enable-background%3Anew%200%200%2032%2032%22%3E%0D%0A%20%20%3Cg%20style%3D%22opacity%3A.54%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M-335.3%209.6-348%2022.4l-12.7-12.7%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%22%20transform%3D%22translate(364)%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
html.darkmode .e-tsv3-electiongallery.e-tsv3-electiongallery--partyGraph .graph .legend .election .years {
  color: #BCBFBF;
}
html.darkmode .e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .divider {
  border-color: #BAE3E8;
}
html.darkmode .e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element {
  background: #4a4a4a;
}
html.darkmode .e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element .e-tsv3-electiongallery__element__info__position {
  color: #BAE3E8;
}
html.darkmode .e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element.e-tsv3-electiongallery__element--onreserve .e-tsv3-electiongallery__element__info,
html.darkmode .e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element.e-tsv3-electiongallery__element--notselected .e-tsv3-electiongallery__element__info {
  color: #858D8F;
}
html.darkmode .e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element.e-tsv3-electiongallery__element--onreserve .e-tsv3-electiongallery__element__info__name,
html.darkmode .e-tsv3-electiongallery.e-tsv3-electiongallery--imageList .e-tsv3-electiongallery__element.e-tsv3-electiongallery__element--notselected .e-tsv3-electiongallery__element__info__name {
  color: #949494;
}
html.darkmode .e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .bar-candidate {
  color: #fff;
}
html.darkmode .e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .bar > div {
  background-color: #0049af;
}
html.darkmode .e-tsv3-electiongallery.e-tsv3-electiongallery--candidategraph .data .limiterline::before {
  border-color: #fff;
}
/*#endregion */