@font-face {
  font-family: 'servicesymboler';
  src: url('servicesymboler.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'servicesymboler' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-el:before {
  content: "\f102";
}
.icon-bastu:before {
  content: "\f100";
}
.icon-septi:before {
  content: "\f103";
}
.icon-vatten:before {
  content: "\f104";
}
.icon-wifi:before {
  content: "\f105";
}
.icon-dusch:before {
  content: "\f101";
}

.quicktabs-wrapper {
  overflow: hidden;
  padding: 0;
}

.quicktabs-tabs {
  background: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  margin: 0 0 1em;
  padding: 1em;
  text-align: center;
}

.quicktabs-tabs > li {
  display: inline-block;
  margin-right: 16px;
}

.quicktabs-tabs > li > a {
  text-decoration: none;
  color: #00b5c8;
  font-family: "Yle Next", sans-serif;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.75em;
  padding: 0.3em 0.6em;
  text-transform: uppercase;
  word-break: normal;
  word-wrap: normal;
}

.quicktabs-tabs > li > a:hover,.quicktabs-tabs > li > a:active,.quicktabs-tabs > li > a:focus {
  color: #00b5c8;
}

.quicktabs-tabs > li > a.active,.quicktabs-tabs > li > a:active {
  color: #ffb400;
}

.quicktabs-tabs > li > a:focus,.quicktabs-tabs > li > a:hover {
  background-color: #ffb400;
  color: white;
}

.quicktabs-tabs > li > a.active {
  color: #00b5c8;
}

.quicktabs-tabs > li > a:hover {
  color: #FFF;
}

.quicktabs-tabs > li.active > a.active {
  background-color: #00b5c8;
  color: white;
}

.quicktabs-tabs > li.active > a.active:focus,.quicktabs-tabs > li.active > a.active:active,.quicktabs-tabs > li.active > a.active:hover,.quicktabs-tabs > li.active > a.active:visited {
  color: white;
}

.quicktabs-tabpage .block--ydd-api-yle-articles-api-related .ydd-teaser-list__header {
  display: none;
}

.quicktabs-tabpage .block--ydd-api-yle-articles-api-related .ydd-teaser-list-more .ydd-teaser-list__header {
  display: block;
}

.yddvizButton {
  cursor: pointer;
}

.sort {
  cursor: pointer;
}

.sort:after {
  display:inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
  margin-right: 5px;
}

.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content:"";
  position: relative;
  top:4px;
  right:-5px;
}

.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content:"";
  position: relative;
  top:-4px;
  right:-5px;
}


.yddvizSearch {
background: url("https://svenska-dataviz.ylestatic.fi/2016-svenska-migrated/2016-gasthamnar/img/search.png") no-repeat scroll 20px 50% #E1F6F9;
padding: 0px 0px 0px 80px;
height: 70px;
border: 0px none;
box-sizing: border-box;
display: block;
font-size: 2.5em;
margin: 10px 0px;
outline: medium none;
overflow: hidden;
white-space: nowrap;
width: 100%;
}

.yddvizPagination {
 display: inline; 
}

.yddvizPagination li {
  display:inline-block;
  padding: 5px;
  border-radius: 5px;
  background: #98e9eb;
  width: 40px;
  margin: 5px;
  text-align: center;
}

.yddvizPagination a {
color: #777;
font-weight: bold;
text-decoration: none;
}

.yddvizPagination li.active {
  background: #18B5CA;
  color: #fff;
}

.yddvizPagination li.active a {
  color: #fff;
}

.yddvizPagination li:hover {
  background: #ef6323;
}

.yddvizPagination li:hover a {
  color: #fff;
}

.yddvizSearchButtons li:first-of-type:before {
    content: "Filtrera:";
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    font-family: "Yle Next", sans-serif;
}
.yddvizSea, .yddvizMuni, .yddvizCount {
  display: none;
}

#yddvizTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
} 

#yddvizTable th {
  background-color: #00b5c8;
  color: white;
  text-transform: uppercase;
  padding: 4px;
}

#yddvizTable td {
  padding: 4px;
  border-bottom: 1px solid #dcdcdc;
}

td.yddvizPrice, th.yddvizPrice {
max-width: 75px;
text-align: center;
padding-right: 0 !important;
}

td.yddvizServices, th.yddvizServices {
max-width: 90px;
text-align: left;
}

td.yddvizServices, td.yddvizPrice {
font-size: 20px;
}

.yddvizPlace {
font-size: 90%;
font-weight: bold;
box-sizing: content-box;
padding-right: 0 !important;
}

.yddvizName {
box-sizing: content-box;
}