/*
Theme Name: Tv-Matchen
Text Domain: tvm
Theme URI: https://www.tvmatchen.nu/
Description:  Bootstrap theme for I-Gaming sites
Version: 2.1
Author: Raketech Group
Author URI: https://raketech.com/
GitHub Theme URI: https://github.com/RakeTechGroup/tvm-2015
*/

/*

@blue : #0092d0;
altblue: #1793d0;
color: #0092d0;
background: #0092d0;
*/

.description a:hover {
  text-decoration: underline;
}

/* @CODE AND PREFORMATTED TEXT */
code {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  overflow-y: auto;
  font-size: 10px;
  margin: 2px 0;
  max-height: 500px;
  white-space: pre;
  text-align: left;
}

/* @CONTAINERS */
.container-overlay {
  height: 100%;
  width: 100%;
  z-index: 498;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* @SEARCH */

input#s:focus {
  font-size: 14px;
  zoom: 1;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 2px solid #0092d0;
}

input[type="submit"]:hover {
  background: #32a7d9;
}

input.button:active,
input[type="submit"]:active {
  background: #0092d0;
  color: #fff;
  box-shadow: 0px 0px 0px #222, 2px 2px 20px rgba(0, 0, 0, 0.2) inset;
}

/* @APPBANNER */
body.android-blink #header {
  height: 132px;
}

body.android-blink #tvm-toolbar {
  top: 80px;
}

body.android-blink #stickymob-azone,
body.android-blink #triangel_ad {
  top: 132px;
}

#logo_mob.fadeout {
  opacity: 1;
  -webkit-animation: fadeout ease 1s 0.1s 1 forwards;
  -moz-animation: fadeout ease 1s 0.1s 1 forwards;
  animation: fadeout ease 1s 0.1s 1 forwards;
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/** mobile toolbar
-- change to flexbox!
**/


#tvm-toolbar i {
	font-style: normal;
	font-size: 23px;
	display: block;
	vertical-align: bottom;
	margin: 11px auto;
}

#tvm-toolbar .calendar i {
	font-size: 26px;
	margin: 10px auto;
}
#tvm-toolbar .calendar b {
	font-weight: 400;
	font-size: 13px;
	display: block;
	position: absolute;
	top: 17px;
	left: 0;
	width: 100%;
	color: #fff;
}

#tvm-toolbar .icon {
  height: 26px;
  width: 33px;
  display: block;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
  font-size: 13px;
  vertical-align: bottom;
  margin: 10px auto;
}



#tvm-toolbar.tight span {
  width: 14.28%;
}

#tvm-toolbar span.filter-on {
  background: #0092d0;
}

#tvm-toolbar .title {
  display: none;
}

.single #tvm-toolbar .feeds-only,
.error404 #tvm-toolbar .feeds-only,
#tvm-toolbar .disabled,
body:not(.home) #tvm-toolbar .home-only {
  opacity: 0.3;
}

#tvm-toolbar .home .icon {
  background-position: -116px -348px;
}

#tvm-toolbar .favorite .icon {
  background-position: -155px -378px;
}

.show-home-country .icon {
  background-position: -155px -413px;
}

#tvm-toolbar .sports .icon {
  background-position: -155px -349px;
}

#tvm-toolbar .calendar .icon {
  background-position: -116px -380px;
}

#tvm-toolbar .search .icon {
  background-position: -116px -318px;
}

#tvm-toolbar .xtra .icon {
  background: none;
}

.en_GB #tvm-toolbar .xtra .icon {
  background-position: -86px -725px;
}

.de_DE #tvm-toolbar .xtra .icon {
  background-position: -44px -725px;
  width: 36px;
}

.menubutton .icon {
  position: relative;
}

.menubutton .icon u {
  background: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 5px;
  transition: all ease-in 0.6s;
  -webkit-transition: all ease-in 0.5s;
}

.menubutton .ma {
  top: 8px;
}

.menubutton .mb {
  top: 17px;
}

/* @MENU BUTTON ACTIVE */
.active .ma {
  top: 12px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.active .mb {
  top: 12px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/**
 * Tabs
 */

.tabs {
  list-style: none;
  width: 100%;
  float: left;
  padding: 0;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #0092d0;
}

.tabs li:first-child {
	margin: 0;
}
.tabs li {
  float: left;
  margin-left: 2px;
  display: block;
}

.tabs a:hover {
	text-decoration: none;
	background: #eee;
	transition: all 200ms;
	-webkit-transition: all 200ms;
}
.tabs a {
	display: block;
	margin-bottom: 0;
	background: #fff;
	color: #222;
	outline: none;
	border: none;
	border-radius: 0;
	font-size: 14px;
	min-width: 135px;
	text-align: center;
	line-height: 35px;
	padding: 0;
	height: 32px;
	transition: all 200ms;
	-webkit-transition: all 200ms;
}

.tabs .ui-state-active a {
	border-bottom: none;
	background: #0092d0;
	color: #fff;
	font-weight: 400;
}

/* @FILTERS */
#filter_js_warn {
  position: fixed;
  top: 15px;
  left: 0;
  width: 100%;
  background: rgba(50, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 500;
}
.filter-area-holder {
  /*	clear: both;*/
  position: relative;
  background: rgba(20, 20, 20, 0.8);
}

.filter-area .on,
.sportfilter .active-filter {
  background: #0092d0;
}

.remove {
  font-size: 15px;
  border-radius: 50%;
  background: #000;
  border: 1px solid #000;
}

#favorites {
  padding: 2px;
  position: relative;
}
.favorites li {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
  float: left;
  margin: 2px;
  padding: 4px 8px;
  position: relative;
}

#favorites.ui-sortable li.ui-sortable-helper {
	white-space: nowrap;
	background: rgba(255,255,255,.3) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}


.favorites li span {
  display: block;
  font-size: 14px;
}


.fav-guide {
  padding: 10px;
  display: none;
  position: relative;
  font-size: 12px;
}
.sticky .fav-guide {
	flex-grow: 2;
}


/* @SPORTFILTER */

.sportfilter li.disabled {
  cursor: default;
  opacity: 0.3;
}


/* @idea only do opacity above, skip below? */
/*.filter-area li.disabled .icon {
	opacity: 0.3;
}*/

.you-can-scroll {
  display: none;
  position: fixed;
  top: 70%;
  right: 4%;
  z-index: 500;
  margin: 32px 0 0 -17px;
  width: 34px;
  height: 34px;
  border-radius: 28px;
  background: #0092d0;
  color: #fff;
  line-height: 35px;
  transition: line-height 0.1s linear, opacity 3s ease-out;
  text-align: center;
  font-size: 20px;
}

.fold-out + .you-can-scroll {
  display: block;
  animation: slight-bounce 1s 3, fade-it-out 1.5s linear 5s 1 normal forwards;
  -webkit-animation: slight-bounce 1s 3,
    fade-it-out 1s linear 5s 1 normal forwards;
}

@keyframes slight-bounce {
  40% {
    line-height: 28px;
  }
  80% {
    line-height: 40px;
  }
}

@-webkit-keyframes slight-bounce {
  40% {
    line-height: 28px;
  }
  80% {
    line-height: 40px;
  }
}

@keyframes fade-it-out {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade-it-out {
  100% {
    opacity: 0;
  }
}

.calendar-box {
  width: 100%;
}

#tvm_calendar {
  width: 100%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

#popup-loading {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 500;
  margin-left: -50px;
  margin-top: -50px;
  width: 60px;
  height: 60px;
  font-size: 54px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}

.explanation {
  color: #444;
  font-size: 11px;
  padding: 15px;
  background: #eee;
  display: none;
}

li.mark-it {
  background: yellow;
}

/* matches */
.swiper-container #matches.show-all li.yesterday {
  display: block;
}

ol.matches li.active {
  opacity: 1; /*?*/
}

li.match {
  cursor: pointer;
}

li.match a.no-href {
  cursor: default;
}

li.force-hide {
  display: none !important;
}

li.match .details a.league:hover,
li.match .details a.league:focus {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  color: inherit;
}

/* these are obsolete. remove */
i.odds-mark {
  background-position: -60px -65px;
  margin-right: 3px;
}

body.da_DK li.match i.odds-mark {
  background-position: -60px -83px;
}

/*Commenting this out as it interferes with the partner logo in mobile*/
/*body.nb_NO li.match i.odds-mark { background-position: -40px -83px; }*/
li.match i.vid {
  margin-right: 2px;
  background-position: -40px -65px;
}

li.ajax {
  background: #777;
  height: 12px;
  font-size: 11px;
  padding: 2px 10px;
  color: #fff;
  text-align: right;
}

/* @EURO-FLAGS */
.teams i.flg-2133 {
  background-position: -3px -63px;
}

.teams i.flg-2223 {
  background-position: -3px -3px;
}

.teams i.flg-2323 {
  background-position: -73px -63px;
}

.teams i.flg-2197 {
  background-position: -97px -43px;
}

.teams i.flg-2150 {
  background-position: -26px -43px;
}

.teams i.flg-2325 {
  background-position: -3px -43px;
}

.teams i.flg-2326 {
  background-position: -50px -43px;
}

.teams i.flg-2338 {
  background-position: -3px -23px;
}

.teams i.flg-2346 {
  background-position: -120px -3px;
}

.teams i.flg-2356 {
  background-position: -97px -23px;
}

.teams i.flg-2354 {
  background-position: -97px -63px;
}

.teams i.flg-2366 {
  background-position: -26px -63px;
}

.teams i.flg-2370 {
  background-position: -120px -63px;
}

.teams i.flg-2242 {
  background-position: -50px -63px;
}

.teams i.flg-2383 {
  background-position: -97px -3px;
}

.teams i.flg-2160 {
  background-position: -73px -3px;
}

.teams i.flg-2251 {
  background-position: -73px -43px;
}

.teams i.flg-2228 {
  background-position: -26px -23px;
}

.teams i.flg-2244 {
  background-position: -50px -3px;
}

.teams i.flg-2316 {
  background-position: -50px -23px;
}

.teams i.flg-2318 {
  background-position: -120px -43px;
}

.teams i.flg-2214 {
  background-position: -73px -23px;
}

.teams i.flg-2201 {
  background-position: -26px -3px;
}

.teams i.flg-2305 {
  background-position: -120px -23px;
}

/* @NO_POSTS */
#no-posts {
  background: #fff;
  text-align: center;
  padding: 100px 20px;
  color: #888;
}

#no-posts i {
  margin-right: 10px;
  color: #aaa;
}

#no-posts * {
  vertical-align: middle;
}

/* widgets */

.related_taxonomies {
  list-style: none;
  background: #fff;
  margin: 0;
  padding: 15px;
  font-size: 12px;
}

.related_taxonomies li + li {
  border-top: 1px solid #eee;
  padding-top: 3px;
  margin-top: 3px;
}

/**
 * Footer
 */

#before-footer {
  float: left;
  width: 100%;
  margin-top: 40px;
}

#footer {
  display: none;
}

.en_GB #footer,
.de_DE #footer {
  background: #1d1130;
}

#footer-sidebar {
  margin-bottom: 2em;
}

#footer-sidebar .widget {
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
}

#footer-sidebar .textwidget {
  background: none;
  padding: 10px 0;
}

.footer-title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

ul.footer-menu {
  list-style: none;
  border-top: 1px solid #444;
  border-bottom: 2px solid #444;
  margin: 0;
  padding: 0;
}

ul.footer-menu li {
  margin: 0;
  padding: 6px 3px 4px 3px;
  font-weight: 400;
  border-top: 1px solid #444;
}

ul.footer-menu li a,
.footer-links a {
  color: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin-top: 0;
  width: 220px;
  max-width: 100%;
}

.footer-links li.fi img{
	float:left;
	margin:12px;
}
.footer-links li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
}

.footer-links li + li {
  border-top: 1px solid #444;
  padding-top: 8px;
}

.footer-links a.com {
  display: block;
  overflow: hidden;
  text-indent: -400px;
}

.footer-links a.com {
  height: 30px;
  margin: 5px 0;
}

.footer-links a.tvmatchen {
  background-position: 0px -143px;
}

.footer-links a.tvsporten {
  background-position: 0px -177px;
}

.footer-links a.tvkampen {
  background-position: 0px -211px;
}

.footer-links a.tvsportguide-uk {
  background-position: 0px -625px;
}

.footer-links a.tvsportguide-de {
  background-position: 0px -691px;
}

.footer-links a.esportsguide {
  background-position: 0px -755px;
  height: 26px;
}

.footer-links a.tvsportiva-it {
  background-image: url("images/logo_it_wht.svg");
  background-position:0 0;
  background-size: contain;
}
.footer-links a.tvmatsit-com {
  background-image: url("images/logo_fi_wht.svg");
  background-position:0 0;
  background-size: contain;
}
.footer-links a.tvsportsguide-com {
	background-image: url("images/logo_us_white.svg");
	background-position:0 0;
	background-size: contain;
}

.footer-links a.stodlinjen-se {
  background-image: url("images/stodlinjen.png?version=1");
  background-size: 145px auto;
}

.footer-links a.ludomani-dk {
  background-image: url("images/ludomani.png?version=1");
  background-size: 125px auto;
}

.footer-links a.hjelpelinjen-no {
  background-image: url("images/hjelpelinjen.png?version=1");
  background-size: 130px auto;
}

.footer-links a.begambleaware-org {
  background-image: url("images/begambleaware.png?version=1");
  background-size: 165px auto;
}

.footer-links a.spielen-mit-verantwortung-de {
  background-image: url("images/spielen-mit-verantwortung.png?version=1");
  background-size: 70px auto;
  height: 65px;
}

#print_page {
  font-size: 14px;
  display: inline-block;
  background: white;
  color: #222;
  padding: 3px 8px;
  border-radius: 3px 4px;
}

#print_page i {
  font-size: 15px;
}

/* @ONOFFSWITCH */
.onoffswitch {
  position: relative;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 2px solid #cccccc;
  border-radius: 20px;
  background-color: #eee;
  transition: background-color 0.25s ease-in;
}

.onoffswitch-label::before {
  content: "";
  display: block;
  width: 20px;
	height:20px;
  margin: 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  border: 2px solid #cccccc;
  border-radius: 20px;
  transition: all 0.25s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #49e845;
}

.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label::before {
  border-color: #39d835;
}

.onoffswitch-checkbox:checked + .onoffswitch-label::before {
  right: 0px;
}

.onoffswitch + .desc {
  margin-left: 10px;
  line-height: 23px;
  display: none;
  float: left;
  color: #999;
}

/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: August 22, 2015
 */
.mainfeed #matches.show-all .faded {
  opacity: 0;
  transform: scale(0.9, 0.9);
  transition: none;
}

.swiper-container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  min-height: 100% !important;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  /*  overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
    */
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-container .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  /* for some nice effect */
  -moz-transform-origin: center 10%;
  -ms-transform-origin: center 10%;
  transform-origin: center 10%;

  transform: scale(1, 1);
  transition: opacity ease 0.3s, transform ease-out 0.1s;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-active .swiper-button-prev,
.swiper-active .swiper-button-next {
  display: block;
}

.hide-swiper-buttons .swiper-button-prev,
.hide-swiper-buttons .swiper-button-next {
  display: none !important;
}

.swiper-button-prev,
.swiper-button-next {
  position: fixed;
  display: none;
  top: 270px;
  width: 20px;
  height: 45px;
  margin-top: -22px;
  z-index: 400;
  cursor: pointer;
}

.os-2016 .swiper-button-prev,
.os-2016 .swiper-button-next {
  top: 300px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-position: -100px -60px;
  left: 0px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-position: -120px -60px;
  right: 0px;
  left: auto;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Add 2 Any styling */
.a2a_menu,
.a2a_menu_find_container {
  border-radius: 0 !important;
}

.addtoany_shortcode {
  display: block;
  float: left;
}

.addtoany_list a.a2a_dd {
  padding-right: 0;
  vertical-align: top;
}

.a2a_label {
  display: none !important;
}

.fb-like {
  display: block;
  float: left;
}

.fb_iframe_widget span iframe {
  max-width: none;
}

.tvm-share-it .fb_iframe_widget_lift {
  z-index: 3;
}

#cookie_prompt {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 501;
  text-align: center;
}

#cookie_prompt div {
  padding: 11px;
}

.en_GB #cookie_prompt,
.de_DE #cookie_prompt {
  background: #1d1130;
}

/** @MEDIA QUERIES START */
@media only screen and (max-width: 550px) {
  .reminder-intro {
    display: inline-block;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 750px) {
  *:not(input, textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Disable selection/Copy of UIWebView */
  }

  #editfavs {
  	display: block;
	right: 10px;
	top: 10px;
	color: #aaa;
  }

  .filter-area * {
    -webkit-tap-highlight-color: transparent;
  }

  .primary-menu li a,
  ul.favorites li {
  	display: block;
 	padding: 12px 10px;
 	font-size: 14px;
 	float: none;
 	color: #fff;
    margin: 0;
  }

  .fold-out {
    max-height: 95vh;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
  }

  .content-wrap {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter linear 0.1s;
    transition: filter linear 0.1s;
  }

  .toolbar-active .content-wrap {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  #favorites li {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }


	#favorites.edit-favs li {
		display: flex;
		align-items: center;
		text-align: left;
	}

	#favorites.edit-favs li span {
		flex-grow: 2;
	}

	#favorites.edit-favs .move,
	#favorites.edit-favs .remove {
		display: block;
		flex-shrink: 2;
		position: relative;
		border: 0 none;
		background: none;
		border-radius: 0;
	}

	#favorites.edit-favs .move {
		margin-right: 10px;
		color: rgba(255,255,255,.3);
	}

	#favorites.edit-favs li.show-all span {
		opacity: 0.2;
	}

  .menu-items li {
    display: block;
    position: relative;
  }

  .menu-items li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  #no-posts {
    font-size: 13px;
  }

  #no-posts i {
    margin-right: 7px;
  }

  #tvmwidget #no-posts {
    padding: 50px 20px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 749px) {

	#fold-sports-toggle {
		display: none;
	}

  #footer {
    display: block;
    background: #222;
    clear: both;
    color: #eee;
    position: relative;
    z-index: 498;
    padding: 20px 10px 40px 10px;
    font-size: 12px;
  }

  #footer .footer-left,
  #footer .one-third {
    width: 100%;
  }

  /* Style the divs that are used to open and close the accordion panel */
  .footer-left .footer-title {
    background: rgb(49, 49, 49);
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    transition: 0.4s;
    text-indent: 15px;
    margin-bottom: 5px;
  }

  .de_DE .footer-left .footer-title,
  .en_GB .footer-left .footer-title {
    background: rgb(30, 30, 30);
  }

  ul.footer-menu {
    border-top: 0;
    border-bottom: 0;
  }

  ul.footer-menu li:last-child {
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
  }

  /* Add a background color to the div if it is clicked on hover */
  .footer-left .active,
  .de_DE .footer-left .active,
  .en_GB .footer-left .active {
    background-color: rgba(0, 0, 0, 0.4);
  }

  /* The accordion panel, hidden by default */
  .footer-left .footer-menu {
    padding: 0 15px;
    display: none;
    overflow: hidden;
  }

  .footer-right {
    /* display: none; */
    display: block;
  }

  .footer-left .footer-title:after {
    /* Unicode character for arrows */
    content: "▼";
    font-size: 11px;
    color: #ccc;
    float: right;
    margin-right: 15px;
  }

  .footer-left .active:after {
    content: "▲";
  }
}

@media only screen and (min-width: 600px) {
  li.match i.vid {
    position: absolute;
    top: 22px;
    left: 50px;
  }

  li.match i.odds-mark {
    display: none;
  }

  .search .entry,
  .footer-left,
  .one-third {
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 700px) {
  .match-ad {
    height: auto;
    overflow: visible;
    transition: none;
  }
}

@media only screen and (min-width: 750px) {
	.one-third {
		width: 33.3333%;
	}
	.mobile-fixed {
		position: relative;
		top: auto;
		z-index: 20;
	}

	#favorites li:not(.on) {
		background: rgba(255,255,255,.08);
	}

	#favorites li:not(.on):hover {
		background: rgba(255,255,255,.14);
	}
	#favorites.edit-favs li.show-all {
		display: none;
	}
	#favorites.edit-favs {
		width: 400px;
		margin: 0 auto;
	}
	#favorites.edit-favs li {
		justify-content: flex-start;
		border-bottom: 1px solid rgba(255,255,255,.1);
		padding: 10px;
	}

  .calendar-box {
    float: left;
    position: relative;
    z-index:20;
  }

  #tvm_calendar {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 250px;
  }

  .menu-items li a:hover {
    color: #0092d0;
  }

  .menu-items li:hover > ul {
    display: block;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
    margin: 0;
  }

  .menu-items ul ul {
    top: 0;
    left: 230px;
    margin: 0 0 0 20px;
  }

  .menu-items li li a:hover,
  .menu-items li li:hover > a {
    background: #2087bb;
    color: black;
  }

  #sportfilter.fold-out + #fold-sports-toggle .title {
    display: none;
  }
  #sportfilter.fold-out + #fold-sports-toggle .less-title {
    display: block;
  }

  .days-filter li.on .icon {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  #favorites:not(.edit-favs) .remove {
	  position: absolute;
	  top: -9px;
	  right: -6px;
	  z-index: 50;
  }
  #favorites .fav:hover .remove {
    display: block;
  }

  /* @Sticky filter */
  .filter-area.sticky {
    position: fixed;
    width: 100%;
    height: 43px;
    overflow: visible;
    top: 0px;
    left: 0;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.25);
    z-index: 501;
  }

  .sticky .stretch {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .sticky .favorites-area {
    width: 70%;
    padding-top: 5px;
    justify-content: space-between;
    flex-grow: 1;
    position: relative;
    z-index: 300;
    max-height: 34px;
    overflow: hidden;
  }
  .sticky #sportfilter {
  	max-height: 0;
  	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	white-space: normal;
	transition: all 300ms;
  }

  .sticky .sportfilter-compact {
    display: flex;
    width: 100px;
    height: 43px;
    padding: 0px 10px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    flex: initial;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }
  .sticky .calbutton {
    display: block;
    height: 34px;
    float: right;
    padding: 9px 5px 0 5px;
    text-align: left;
    width: 60px;
    text-align: center;
    -webkit-flex-basis: auto;
    -webkit-flex-shrink: 1;
    /*		-webkit-flex: initial;
                flex: initial;*/
  }

	.sticky .favorites-area .more,
	.sticky .sportfilter-compact .more {
		display: inline-block;
		font-size: 16px;
		user-select: none;
		-webkit-user-select: none;
		cursor: pointer;
		position: absolute;
		top: 4px;
		right: 4px;
		padding: 10px;
	}
	.sticky .expand .more {
		transform: rotate(180deg);
	}


  .sticky .favorites-title span {
    display: none;
  }
  .sticky .favorites-title i {
  	margin-right: 0;
  }
  .sticky ul.favorites {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 2;
  }

  .sticky .favorites-area.expand {
    max-height: 300px;
	transition: max-height .5s ease;
  }

  .sticky #sportfilter:not(.fold-out) {
  	transition: none;
  }

  .sportfilter-compact .sport-title {
    font-size: 14px;
    font-weight: 700;
  }

  .sticky #tvm_calendar {
    right: 0px;
  }
	#sportfilter.fold-out {
		max-height: 110px !important;
	}

  .days-filter li.empty-date {
    opacity: 0.5;
  }

  #no-posts {
    padding: 20px;
  }

  #footer {
    display: block;
    background: #222;
    clear: both;
    color: #eee;
    position: relative;
    padding: 20px 10px 40px 10px;
    font-size: 12px;
  }

  .footer-right .wrapper {
    border-left: 2px solid #444;
    padding-left: 15px;
  }

  .footer-left {
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    width: 70%;
  }

  .footer-right {
    float: right;
    width: 30%;
  }

  /* Displaying footer menus in desktop */
  #menu-teams,
  #menu-leagues,
  #menu-sports {
    display: block !important;
  }

  #cookie_prompt .button {
    vertical-align: middle;
  }

  #cookie_prompt div {
    padding: 7px 11px;
  }

  .teams i {
    background-position: 30px 20px;
  }

  .teams i.flg-2133 {
    background-position: -5px -95px;
  }

  .teams i.flg-2223 {
    background-position: -5px -5px;
  }

  .teams i.flg-2323 {
    background-position: -110px -95px;
  }

  .teams i.flg-2197 {
    background-position: -145px -65px;
  }

  .teams i.flg-2150 {
    background-position: -40px -65px;
  }

  .teams i.flg-2325 {
    background-position: -5px -65px;
  }

  .teams i.flg-2326 {
    background-position: -75px -65px;
  }

  .teams i.flg-2338 {
    background-position: -5px -35px;
  }

  .teams i.flg-2346 {
    background-position: -180px -5px;
  }

  .teams i.flg-2356 {
    background-position: -145px -35px;
  }

  .teams i.flg-2354 {
    background-position: -145px -95px;
  }

  .teams i.flg-2366 {
    background-position: -40px -95px;
  }

  .teams i.flg-2370 {
    background-position: -180px -95px;
  }

  .teams i.flg-2242 {
    background-position: -75px -95px;
  }

  .teams i.flg-2383 {
    background-position: -145px -5px;
  }

  .teams i.flg-2160 {
    background-position: -110px -5px;
  }

  .teams i.flg-2251 {
    background-position: -110px -65px;
  }

  .teams i.flg-2228 {
    background-position: -40px -35px;
  }

  .teams i.flg-2244 {
    background-position: -75px -5px;
  }

  .teams i.flg-2316 {
    background-position: -75px -35px;
  }

  .teams i.flg-2318 {
    background-position: -180px -65px;
  }

  .teams i.flg-2214 {
    background-position: -111px -35px;
  }

  .teams i.flg-2201 {
    background-position: -40px -5px;
  }

  .teams i.flg-2305 {
    background-position: -180px -35px;
  }

  body.term-138 #tax-data {
    background: white url("images/em2016_topright.png") no-repeat right top;
    background-size: 350px auto;
  }

  li.match .details a.league:hover,
  li.match .details a.league:focus {
    color: #0092d0;
  }
}

@media only screen and (min-width: 950px) {
  .sticky .calbutton {
    width: 150px;
  }

  .sticky .calbutton .title {
    display: inline-block;
  }

  /*	.os-2016 .calendar-button {
            width: 23%;
            padding: 7px 0 4px 0;
        }
    */
}


@media only screen and (min-width: 1020px) {
  /*	#panorama-azone, #panorama {
            transition: min-height ease .5s 2s;
          -webkit-animation: adjustPano linear .5s 2s 1 forwards;
             -moz-animation: adjustPano linear .5s 2s 1 forwards;
                  animation: adjustPano linear .5s 2s 1 forwards;

        }
        @keyframes adjustPano {
            to   { min-height: 0; }
        }

        @-moz-keyframes adjustPano {
            to   { min-height: 0; }
        }

        @-webkit-keyframes adjustPano {
            to   { min-height: 0; }
        }
    */
  .filter-area.sticky .constrain {
    width: 100%;
  }

  .footer-left {
    float: left;
    width: 720px;
    padding-right: 0;
    padding-left: 10px;
  }

  .footer-right {
    float: right;
    position: relative;
    width: 250px;
  }
}

@media only screen and (min-width: 1025px) {
  .filter-area.sticky .constrain {
    width: 1020px;
  }

  #right-azone {
    right: 0px;
    display: block;
  }

  .centered #right-azone {
    right: -250px;
  }

  #right-azone .fixed-ad {
    position: absolute;
    top: 0;
    display: block;
  }

  #left-azone .fixed-ad {
    position: absolute;
    top: 0;
    display: block;
  }
}

@media only screen and (min-width: 1040px) {
  #footer {
    padding: 20px 0px 40px 0px;
  }
}

@media only screen and (min-width: 1250px) {
  /*	body.custom-background {
            background-size: 100% auto;
        }
    */
  /*	.constrain .wrap {
            float: none;
            width: 1020px;
            margin: 0 auto;
        }
    */
}

@media only screen and (min-width: 1520px) {
  #right-azone {
    right: -250px;
  }

  #left-azone {
    display: block;
    text-align: right;
  }
}

/* extras */
li.match:hover .post-edit-link,
.widget_tvm_generic:hover .post-edit-link {
  display: block;
}

.widget_tvm_generic .post-edit-link {
  width: 110px;
}

.post-edit-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  font-size: 12px;
  padding: 2px;
  color: #fff;
  background: #0092d0;
}

/**
 * Datepicker
 */
.ui-datepicker {
  background: #222;
  width: 100%;
  padding-bottom: 1px;
  font-size: 14px;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 5px;
  background: rgba(255, 255, 255, 0.1);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 5px;
}

.ui-datepicker .ui-icon {
  text-indent: -999px;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}

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

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

.ui-datepicker-prev .ui-icon {
  background-position: -102px -297px;
}

.ui-datepicker-next .ui-icon {
  background-position: -135px -297px;
}

.ui-datepicker-header .ui-state-disabled {
  visibility: hidden;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 30px;
  text-align: center;
}

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

.ui-datepicker table {
  border-collapse: collapse;
  width: 96%;
  height: 100%;
  margin: 4% auto;
  opacity: 1;
  transition: opacity ease-out 0.4s;
}

.ui-datepicker table.hide {
  opacity: 0;
}

.ui-datepicker th {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.ui-datepicker th,
.ui-datepicker td {
  width: 11.28%;
  padding: 1.5%;
  position: relative;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  margin: 5%;
  height: 1.75em;
  line-height: 1.75em;
  vertical-align: middle;
  text-align: center;
}

.ui-datepicker .ui-datepicker-unselectable,
.ui-datepicker .ui-state-disabled {
  color: rgba(255, 255, 255, 0.3);
}

.ui-datepicker .ui-datepicker-today a {
  background: #0092d0;
  font-weight: 700;
}

.ui-datepicker .ui-state-active {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
}

.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,
.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: 0;
}

#cd_clock {
  width: 140px;
  margin: 5px auto;
}

/* jQuery Countdown styles 2.0.0. */
/*.is-countdown {
	background-color: rgba(0,0,0,.3);
}*/
.countdown-rtl {
  direction: rtl;
}

.countdown-holding span {
  color: #888;
}

.countdown-row {
  clear: both;
  float: left;
  width: 100%;
  padding: 0 2px;
  text-align: center;
}

.countdown-show1 .countdown-section {
  width: 98%;
}

.countdown-show2 .countdown-section {
  width: 48%;
}

.countdown-show3 .countdown-section {
  width: 32.5%;
}

.countdown-show4 .countdown-section {
  width: 24.5%;
}

.countdown-show5 .countdown-section {
  width: 19.5%;
}

.countdown-show6 .countdown-section {
  width: 16.25%;
}

.countdown-show7 .countdown-section {
  width: 14%;
}

.countdown-section {
  display: block;
  float: left;
  font-size: 8px;
  text-align: center;
}

.countdown-amount {
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
}

.countdown-period {
  display: block;
}

.countdown-descr {
  display: block;
  width: 100%;
}

#annons_varning {
  background: url("images/ad_warning.png") no-repeat;
  width: 980px;
  height: 370px;
}

.addtoany_share_save_container {
  clear: both;
  margin: 16px 0;
}

.addtoany_header {
  margin: 0 0 16px;
}

.addtoany_list {
  display: inline;
  line-height: 16px;
}

.addtoany_list a {
  border: 0;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
  vertical-align: middle;
}

.addtoany_list a img {
  border: 0;
  display: inline-block;
  height: auto;
  opacity: 1;
  overflow: hidden;
  vertical-align: top;
  width: auto;
}

.addtoany_list a span {
  display: inline-block;
  float: none;
}

.addtoany_list.a2a_kit_size_32 a {
  font-size: 32px;
}

.addtoany_list.a2a_kit_size_32 a > span {
  border-radius: 4px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  opacity: 1;
  width: 32px;
}

.addtoany_list a .a2a_count {
  position: relative;
  vertical-align: top;
}

.addtoany_list a:hover img,
.addtoany_list a:hover span {
  opacity: 0.7;
}

.addtoany_list a.addtoany_special_service:hover img,
.addtoany_list a.addtoany_special_service:hover span {
  opacity: 1;
}

.addtoany_special_service {
  display: inline-block;
  vertical-align: middle;
}

.addtoany_special_service a,
.addtoany_special_service div,
.addtoany_special_service iframe,
.addtoany_special_service div.fb_iframe_widget,
.addtoany_special_service span {
  margin: 0;
  vertical-align: baseline !important;
}

.addtoany_special_service iframe {
  max-width: none;
}

a.addtoany_share_save.addtoany_no_icon span.a2a_img_text {
  display: none;
}

a.addtoany_share_save img {
  border: 0;
  width: auto;
  height: auto;
}

#go-to-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background: rgb(0, 146, 208);
  background: rgba(0, 146, 208, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 999;
}
#go-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#go-to-top:hover {
  background: rgba(0, 146, 208, 0.9);
}
#go-to-top:hover i {
  color: #fff;
  top: 5px;
}
.longer-info h3 {
  font-size:15px;
  font-weight:700;
}
.longer-info h2 {
  font-size:16px;
  font-weight:700;
}
.sticky #fold-sports-toggle {
  display:none;
}

#page-archives .entry-header,
#page-archives .entry-content {
  padding:0 20px;
}

#page-archives .entry-header h1 {
  margin:0;
}

.archive-date:hover {
  box-shadow: 0 0 10px #eee;
}
.archive-date {
  padding: 10px 0;
  border: 1px solid;
  font-size: 24px;
  margin:15px 0;
  display: block;
  text-align: center;
  width: 100%;
}

.archive-date.month {
  width: 200px;
  display: inline-block;
  margin-right:20px;
}

.archive-date.day {
  max-width: 100px;
  display: inline-block;
  margin-right: 10px;
}

#page-archives .calendar {
  padding:0 20px;
}

#page-archives .calendar.matches {
  padding: 10px 0 0 0;
  border-top: 2px solid #ccc;
}

#page-archives ol.matches li.b4 {
  opacity: 1;
}

#page-archives .day-wrap {
  display:none;
}

#page-archives #matches li.today .hid {
  display: block !important;
}

#page-archives #earlier-divider {
  display:none!important;
}

ul.prefs-livescore li {
  margin-left:30px;
}

#content #team_groups {
  background: linear-gradient(#fff4eb 79%, rgb(235, 227, 225));
}
#team_groups li.active {
  background: rgba(255,255,255,.7);
}

#tax-data {
  clear: both;
  padding: 7px;
  background: #fff;
}
#tax-data header { position: relative; }
#tax-data hr {
  margin: 0.5em 0;
}
#tax-data .tax-title {
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  color: #555;
  display: inline-block;
  vertical-align: middle;
}
#tax-data img {
  max-width: 130px;
  max-height: 60px;
  width: auto;
  height: auto;
  margin: auto 10px auto 4px;
  vertical-align: middle;
  display: inline-block;
}
#tax-data .infotext, .longer-info {
  font-size: 13px;
  color: #555;
}
#tax-data .infotext {
  margin-top: 1em;
  border-top: 1px solid #eee;
  padding: 1em 0 5px 0;
}
.longer-info h5 {
  margin-top: 0;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  #tax-data img {
    max-width: 140px;
  }
}
.boxed-table table { width: 95%; }
@media only screen and (min-width: 1020px) {
  #tabeller,
  #skytteliga,
  #pastevents {
    padding: 5px 15px 15px;
  }
}
/* @skytteliga, tabeller */
#team_groups {
  padding: 5px 0;
}
#team_groups ol {
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.groups-list > li {
  float: left;
  text-align: center;
  width: 32%;
  box-sizing: border-box;
  cursor: pointer;
}
ol.groups-list li.active {
  background: #d0efff;
}
ol.groups-list .group-title {
  padding-top: 4px;
  font-size: 12px;
  display: block;
}
ol.groups-list ol.teams {
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  text-align: center;
}
ol.teams i.flag {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 147px auto;
  margin: 0;
}
.teams i { background-position: 30px 20px; }

ol.teams i.flag img {
  width: 100%;
  height: auto;
  display: inline;
  margin: 0;
}
@media screen and (min-width: 750px) {
  ol.groups-list > li {
    width: 26.333%;
    padding: 2px 0 5px 0;
  }
  ol.teams li {
    margin: 6px 5px;
    display: inline-block;
  }
  ol.teams i.flag {
    width: 30px;
    height: 20px;
    background-size: 220px auto;
  }
}
#tax-data {
  clear: both;
  padding: 7px;
  background: #fff;
}
#tax-data header {
  position: relative;
}
#tax-data hr {
  margin: 0.5em 0;
}
#tax-data .tax-title {
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  color: #555;
  display: inline-block;
  vertical-align: middle;
}
#tax-data img {
  max-width: 130px;
  max-height: 60px;
  width: auto;
  height: auto;
  margin: auto 10px auto 0;
  vertical-align: middle;
  display: inline-block;
}
#tax-data .infotext, .longer-info {
  font-size: 13px;
  color: #555;
}
.longer-info h5 {
  margin-top: 0;
  font-weight: 600;
}
.tax-menu {
  background-color: #fff;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
}
.tax-menu li.active,
.tax-menu li:hover {
  background: rgb(0, 146, 208);
}
.tax-menu li.active a,
.tax-menu li:hover a{
  color:#fff;
}
.tax-menu li {
  display: block;
  font-size: 13px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  border-bottom:1px solid rgb(0, 146, 208);
}
.tax-menu li a {
  color: black;
  display: block;
  padding: 6px;
}
.tax-menu li+li a {
  border-left: 1px solid rgba(0,0,0,.16);
}
#team_groups {
  padding: 5px 0;
  background: -webkit-linear-gradient(top, #fff7f7, #e7e5e0, 100%);
  background: linear-gradient(#fff7f7, #e7e5e0);
}
#team_groups ol {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
ol.groups-list > li {
  text-align: center;
  width: 50%;
  box-sizing: border-box;
  padding: 10px 0px;
  /*	background: #f5efe0;
  */
  cursor: pointer;
  /*border: 2px solid #fff;*/
}
ol.groups-list li.active {
  background: rgba(255, 255, 255, .5);
}
ol.groups-list .group-title {
  font-size: 14px;
  margin: 2px;
}
ol.groups-list ol.teams {
  margin: 10px 0 0 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ol.teams li {
  margin: 6px 3px;
}
ol.teams i.flag {
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 20px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
}
ol.teams img {
  width: 30px;
}

#team_groups.hidden {
    padding:0;
}
#tabeller .mx-statistics-table .mx-table-header th.mx-position div {
  display:none;
}
#tabeller .mx-team-name {
  color: #000;
}
#tabeller .mx-header-label,
#tabeller .mx-stage_header,
#skytteliga .mx-inline-widget th.mx-header-label,
#pastevents .mx-inline-widget th.mx-header-label {
  text-align:left;
  background:#fff;
}
#tabeller .mx-table-header {
  background:rgb(244, 245, 246);
}
#tabeller th,
#tabeller td {
  max-width:200px;
  min-width:40px;
  width:inherit;
  padding:0;
  margin:0;
  line-height:20px;
  font-size:14px;
}
#tabeller th {
  padding:5px 0;
}
#tabeller td.mx-team-name {
  text-align:left;
  padding:0;
  min-width:120px;
}
#tabeller td.mx-position {
  width:auto;
  padding:0;
  text-align:center;
}
#tabeller th.mx-formtable > div {
  width:100%;
  text-align: left;;
}
#tabeller .mx-formtable {
  min-width:100px;
  text-align:left;
}
#tabeller table.mx-table th.mx-header-label {
  padding:0 0 10px 45px;
  font-size:14px;
  color:rgb(0, 146, 208);
}
#pastevents table.mx-table th.mx-header-label,
#skytteliga table.mx-table th.mx-header-label {
  font-size:14px;
  color:rgb(0, 146, 208);
}
#tabeller .mx-highres-icon > div {
  border-radius: 0px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 32px;
  cursor:pointer;
}
#tabeller .mx-formtable .mx-formtable-match {
  margin-right: 3px;
}
#tabeller .mx-highres-icon .icons-dark-form-won,
#tabeller .mx-highres-icon .icons-dark-won {
  background-color: #44c424;
}
#tabeller .mx-highres-icon .icons-dark-form-lost,
#tabeller .mx-highres-icon .icons-dark-lost {
  background-color: #dd0000;
}
#tabeller .mx-highres-icon .icons-dark-form-drawn,
#tabeller .mx-highres-icon .icons-dark-drawn {
  background-color: #5a5a5a;
}
#tabeller .mx-league-points {
  font-weight:bold;
}
.tax-league .mx-incidents-popup .mx-dropdown-table-container,
.tax-league .mx-popup .mx-dropdown-table-container {
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
}
.tax-league .mx-popup {
  pointer-events:none;
}
.mx-sitecover.mx-cover-for-popup {
  width:0;
  height:0;
}
@media screen and (max-width:768px) {
  #tabeller tr td:nth-child(6),
  #tabeller tr td:nth-child(7),
  #tabeller tr td:nth-child(8),
  #tabeller tr td:nth-child(9),
  #tabeller tr th:nth-child(6),
  #tabeller tr th:nth-child(7),
  #tabeller tr th:nth-child(8),
  #tabeller tr th:nth-child(9) {
    display:none;
  }
}

#team_groups .teams img {
  width:50px;
}

.gender-settings {
	padding: 2px 0 0 20px;
}

.gender-settings a {
	border-radius: 4px;
	padding: 0 10px;
	font-size:16px;
	width: 20px;
	line-height: 20px;
	box-shadow: none;
	border: none;
	text-align: center;
	background: #6cd2fd;
	color: #fff;
	display:block;
	float:left;
}
.gender-settings span {
	margin: 1px 6px;
	display: block;
	float: left;
}

.gender-settings a.checkon {
	background:#39d835;
}

.gender-settings a.checkoff {
	background:#ff6d6d;
}
.odds-line {
	display: flex;
	justify-content: space-between;
	margin-top: 16px; }

.partner-logo {
	width: 100px; }

.partner-logo img {
	max-width: 100%; }

.go-to-partner:hover {
	color: #fff;
	text-decoration: none;
	background: #35921e; }

.go-to-partner {
	display: inline-block;
	background: #44c424;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 3px;
	width: 150px;
	text-align: center;
	letter-spacing: 0.5px; }


.matches .match .odds span {
	padding: 0 2px; }

.odds .draw {
	border-right: 2px solid #0795d1;
	border-left: 2px solid #0795d1; }
.best-odds {margin-bottom:20px}

.home .custom_tabset {
	display:none;
}

/* h o n e y p o t */
.ohnohoney{
  opacity: 0;
  position: absolute; 
  top: 3px; 
  left: -680px;
  z-index: -999;
}