/* devel log */
.devel_log {
	position: absolute;
	right: 20px;
	top: 20px;
	max-width: 300px;
	max-height: 990px;
	background: black;
	padding: 10px;
	color: #ffff77;
	overflow: auto;
	font-family: monospace;
	z-index: 20;
}
.devel_log div + div.title {
	margin-top: 10px;
}
.devel_log .title {
	color: white;
	background: #333311;
	padding: 5px;
	margin-bottom: 5px !important;
}
.devel_log .dl_bold {
	font-weight: bold;
}
.devel_log .dl_important {
	color: #dd0000;
	font-weight: bold;
}
@media (max-width: 1700px) {
	.devel_log {
		display: none;
	}
}

/* db debug - jen desktop */
@media (max-width: 992px) {
	.pbdbi {
		display: none;
	}
}

/* obecne class pro desktop/tablet/mobile */
@media (max-width: 991.98px) {
	.desktop-only {
		display: none !important;
	}
}
@media (max-width: 767.98px) {
	.desktop-tablet-only {
		display: none !important;
	}
	.tablet-only {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.tablet-only {
		display: none !important;
	}
	.tablet-mobile-only {
		display: none !important;
	}
}

/* odstavce na strance expres zpravy */
.t-shorts-main-list__article p {
	margin-bottom: 0;
}
.t-shorts-main-list__article p + p {
	margin-top: 10px;
}

/* mensi titulek clanku */
@media (min-width: 768px) {
	.t-articles-show__title {
		font-size: 45px;
	}
}

/* menu - zvyraznena polozka "nove" - barva textu pri hoveru */
@media (min-width: 768px) {
	.t-ui-header-menu__container > .t-ui-header-menu__ul > .t-ui-header-menu__li--with-children.t-ui-header-menu__li--active > .t-ui-header-menu__a.text-electric-lime {
		color: #003e63 !important;
	}
}

/* sirka submenu */
@media (min-width: 768px) {
	.t-ui-header-menu__submenu {
		min-width: 170px;
	}
}

/* uprava hlavicek turnaju v last results na homepage */
.home-last-results .t-tables-table-overview__row--header .t-tables-table-overview__cell {
	background: #e9e9e9 !important;
}
.home-last-results .t-tables-table-overview__row:has(+ .t-tables-table-overview__row--header) .t-tables-table-overview__cell:first-child {
	border-bottom-left-radius: 10px;
}
.home-last-results .t-tables-table-overview__row:has(+ .t-tables-table-overview__row--header) .t-tables-table-overview__cell:last-child {
	border-bottom-right-radius: 10px;
}

/* otoceni sort ikony, pokud je default sestupne */
.t-tables-table-overview__sort-link--down .t-tables-table-overview__sort-icon {
	transform: rotate(180deg);
}

/* odkazy v paticce, aby nemusely mit extra class */
.t-ui-footer__menu-children a {
  display: block;
  margin-bottom: 12px;
}

/* odstraneni marginu u odstavce automaticky doplnovaneho editorem v CMS */
.t-pages-betting-rankings__header-text p {
	margin: 0;
}

/* class pro opravu marginu u widgetu v pravem sloupci na tabletu */
@media (min-width: 992px) {
	.t-sidebar-box--margin--first {
		margin-top: 20px;
	}
}

/* hover na username v diskusi */
.l-comments-comment-header__user {
	cursor: initial;
}
.l-comments-comment-header__user:hover {
	text-decoration: none;
}

/* bad text v dislusi */
.comment-bad-text {
	background: #f5f5f5;
	padding: 10px;
	border-radius: 10px;
	max-height: 100px;
	overflow: auto;
}
.comment-bad-text .bad-word {
	color: #F54968;
	font-weight: bold;
}

/* emoji v komentarich */
.l-comments-comment__content .smile {
	height: 16px;
}

/* highlights na strance zapasu */
.t-match-highlights__video-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56%;
}
.t-match-highlights__video-container iframe, .t-match-highlights__video-container object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 20px;
}
@media (max-width: 767.98px) {
	.t-match-highlights__video-container iframe, .t-match-highlights__video-container object {
		border-radius: 10px;
	}
}

/* sirsi bunka pro logo sazkovky v detailu zapasu */
.t-tables-table-overview__cell--expand-min-90 {
  flex: 1 0 90px;
}

/* zelene podbarveni radky v tabulce */
.t-tables-table-overview__row--lime-bg .t-tables-table-overview__cell {
	background: rgba(200, 255, 0, 0.5) !important;
}

/* odstraneni mezery pod poslednim odstavcem v page contentu z databaze */
.t-ui-expandable-text__header-text :last-child {
	margin-bottom: 0;
}

/* barva pro nevyhodnocene tipy v soutezi */
.t-tables-table-overview__cell--highlighted-alert-yellow-pill::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFE81D;
	mix-blend-mode: multiply;
	border-radius: 18px;
}
.t-competition-my-tips-logged-in__legend-icon--yellow {
	background-color: #FFE81D;
}

/* odkazy v clanku */
.t-rich-text--article p a {
	color: #0086D6;
	text-decoration: none;
	font-weight: 500;
}
.t-rich-text--article p a:hover {
	text-decoration: underline;
}

/* odkazy v podminkach */
.t-pages-terms p a {
	color: #0086D6;
	text-decoration: none;
	font-weight: 500;
}
.t-pages-terms p a:hover {
	text-decoration: underline;
}

/* odkazy v partnerech */
.t-pages-links ul:not(.t-ui-breadcrumbs) a {
	color: #0086D6;
	text-decoration: none;
	font-weight: 500;
}
.t-pages-links ul:not(.t-ui-breadcrumbs) a:hover {
	text-decoration: underline;
}

/* bannery */
.ad-mt-20 .adsenvelope, .ad-mt-20 .px-ads, .ad-mt-20.adFull {
	margin-top: 20px;
}
.ad-mt-30 .adsenvelope, .ad-mt-30 .px-ads, .ad-mt-30.adFull {
	margin-top: 30px;
}
.ad-mt-40 .adsenvelope, .ad-mt-40 .px-ads, .ad-mt-40.adFull {
	margin-top: 40px;
}
.ad-mt-50 .adsenvelope, .ad-mt-50 .px-ads, .ad-mt-50.adFull {
	margin-top: 50px;
}
.ad-mb-20 .adsenvelope, .ad-mb-20 .px-ads, .ad-mb-20.adFull {
	margin-bottom: 20px;
}
.ad-mb-30 .adsenvelope, .ad-mb-30 .px-ads, .ad-mb-30.adFull {
	margin-bottom: 30px;
}
.ad-mb-40 .adsenvelope, .ad-mb-40 .px-ads, .ad-mb-40.adFull {
	margin-bottom: 40px;
}
.ad-mb-50 .adsenvelope, .ad-mb-50 .px-ads, .ad-mb-50.adFull {
	margin-bottom: 50px;
}
.t-ads-banner--bottom-ads {
	padding-top: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: #ffffff;
}
.t-ads-banner--bottom-ads .adsenvelope {
	padding-top: 5px;
}
@media (max-width: 767.98px) {
	.t-ui-footer--sticky-mobile {
		padding-bottom: 55px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.t-ui-footer--sticky-tablet {
		padding-bottom: 95px;
	}
}
.t-ads-banner__branding-spacer {
	height: 110px;
}
.px-ads::after {
	top: auto !important;
	right: auto !important;
	bottom: -14px !important;
	color: #b0b0b0 !important;
}
/* upravy pro pripad, ze popisek reklama zustane jako after element (je potreba zvysit margin prave o vysku afteru) */
.ad-mb-20 .px-ads {
	margin-bottom: 29px;
}
.ad-mb-40 .px-ads {
	margin-bottom: 49px;
}
/* pozadi okolo leaderboard banneru */
.t-ads-banner__branding-spacer--background {
	background-color: #00324F;
}
/* uprava pro tapetu - bez toho se nezobrazi, protoze e-ads-banner ma rozmery 0x0 a obsah se nacita ajaxem po zobrazeni stranky */
.t-ads-banner--branding .t-ads-banner {
	width: 100%;
}
/* uprava pro local db debug, aby nebyl schovany pod tapetou */
.pbdbi {
	z-index: 1;
}
/* seznam bannery */
.szn-ads {
	margin-left: auto;
	margin-right: auto;
}
.t-ads-banner__branding-spacer--seznam {
	height: 230px;
}
.t-ads-footer-rectangle {
	display: flex;
	justify-content: center;
}
.t-ads-footer-rectangle .adFull {
	margin-bottom: 14px;
}
/* sticky RS banner */
.ad-rs-sticky {
	position: sticky; 
	top: 0; 
	z-index: 5; 
}
@media (max-width: 991.98px) {
	.ad-rs-sticky {
		display: none;
	}
}



/* legal dokumenty */
.legal-doc h3 {
	margin-top: 20px;
}
.legal-doc p {
	margin-bottom: 15px;
}
.legal-doc a {
	color: #0086D6;
}
.legal-doc-div {
	margin-bottom: 15px;
	padding-left: 20px;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.legal-doc-div--2 {
	padding-left: 48px;
}
.legal-doc ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 20px;
}
.legal-doc ul>li {
    list-style: disc;
}
.legal-doc-ul-spaced li {
	margin-top: 15px;
}
.legal-doc-div p {
	margin: 0;
}
.legal-doc-div p+p {
	margin-top: 10px;
}
.legal-doc-counter {
	margin-right: 10px;
}
.legal-doc-bottom {
	margin-top: 40px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.third-parties, .dsa {
	border-collapse: collapse;
	margin: 20px 0;
}
.third-parties th, .dsa th {
	text-align: center;
}
.third-parties td, .third-parties th, .dsa td, .dsa th {
	border: 1px solid #e6e6e6;
	padding: 5px;
}
.third-parties th, .third-parties .cell-bg, .dsa th {
	background: #fafafa;
}
.dsa td {
	text-align: center;
	min-width: 100px;
}
.dsa {
	width: 100%;
}



/* minimalni vyska divu pro vysledky live search */
.t-ui-form__dropdown {
	min-height: 44px;
}

/* upravy bilance hrace */
.t-tables-table-overview__expandable-toggle:not(.t-tables-table-overview__expandable-toggle--multi-active), .t-tables-table-overview__row--bg-light-gray .t-tables-table-overview__expandable-toggle:not(.t-tables-table-overview__expandable-toggle--multi-active) {
	background: none;
}
.t-tables-table-overview__expandable-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

/* barva odkazu v pravidlech pro diskusi */
.l-comments-rules__text a, .l-comments-rules__text a:hover, .l-comments-rules__text a:focus {
	color: #0086D6
}

/* oprava schovaneho povrchu ve vzajemnych zapasech, bylo to o 40px sirsi */
@media (min-width: 576px) {
	.w-224-sm-up {
		width: 224px;
	}
	.w-284-sm-up {
		width: 284px;
	}
}
