#tabLiga {background:none;}
.hidden-fieldset {display:none;}
.form-control, .custom-select {height:40px;}
.subpage_games .game .logos .logo {
	max-width:48px;
	overflow:hidden;
}
@media (min-width: 768px) {
	.header_bottom {
		top:104px;
	}
}
table.table-youth tr.PCE {
	font-weight: bold;
	color: #E4002B;
}
.header_cup {
	background-image: url('../../img/cup-black.svg');
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 23px;
}
.header_cup:hover {
	background-image: url('../../img/icons/cup_wh.svg');
	opacity: 1 !important;
}
.article_text img {
	max-width: 100%;
}
@media (min-width: 768px) {
	.subpage_article .article_image {
    height: 590px;
}
}

.club_leader .leader_photo-thumb {
    width: 120px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130%;
}

.article_text table{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.article_text table td, .article_text table th{
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
@media(max-width: 991px){
	.article_text table{
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
iframe{max-width:100%;}

.subpage_games .game .game_detail .teams .PCB {
	color: #E4002B;
}
.header_bottom .navbar-collapse .nav-item.dropdown .dropdown-menu .submenu .dropdown-submenu .submenu .dropdown-submenu {
	visibility: none;
	opacity: 0;
}

.header_bottom .navbar-collapse .nav-item.dropdown .dropdown-menu .submenu .dropdown-submenu .submenu .dropdown-submenu {
	visibility: none;
	opacity: 0;
	background: #E4002B;
}

.header_bottom .navbar-collapse .nav-item.dropdown .dropdown-menu .submenu .dropdown-submenu .submenu:hover .dropdown-submenu {
	visibility: visible;
	opacity: 1;
}
.ptejte-se-btn{
color: white !important;
font-size: 1.25em;
text-decoration: none;
font-weight: bold;
margin-right: 1.8rem;
}