/* Minification failed. Returning unminified contents.
(1528,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1529,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1530,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1531,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1610,17): run-time error CSS1039: Token not allowed after unary operator: '-bonus-yellow'
(1617,17): run-time error CSS1039: Token not allowed after unary operator: '-bonus-yellow'
(1630,17): run-time error CSS1039: Token not allowed after unary operator: '-bonus-yellow'
(1649,21): run-time error CSS1039: Token not allowed after unary operator: '-bonus-yellow'
(1666,17): run-time error CSS1039: Token not allowed after unary operator: '-bonus-yellow'
(1684,46): run-time error CSS1039: Token not allowed after unary operator: '-sv-green'
(1684,66): run-time error CSS1039: Token not allowed after unary operator: '-sv-green-dark'
(1685,17): run-time error CSS1039: Token not allowed after unary operator: '-sv-navy'
(1715,21): run-time error CSS1039: Token not allowed after unary operator: '-sv-navy'
(1783,17): run-time error CSS1039: Token not allowed after unary operator: '-bonus-yellow'
(1790,17): run-time error CSS1039: Token not allowed after unary operator: '-bonus-yellow'
 */
html {
    position: relative;
    min-height: 100%;
}

/* Menu*/
body {
    /*min-height: 2000px;*/
    min-width: 320px;
    padding-top: 75px;
    color: #000000;
    margin-bottom: 100px;
    text-align: left;
    background-color: #c4c3c3;
}

.container-fluid {
    max-width: 1000px;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 3px;
}

@media (max-width: 374px) {
    h1.home span {
        font-size: 20px;
    }
}

h4.header-app {
    display: inline-block;
}

h3 {
    margin-top: 0px;
    margin-bottom: 3px;
}

h5.hinfo {
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
}

div.container-partial {
    background-color: #f6f0f0;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

    div.container-partial.card {
        padding-top: 3px;
    }

.container-partial.about {
    text-align: justify;
    padding-left: 50px;
}

div.container-partial-title {
    background-color: #f6f0f0;
    padding: 0 0 0 50px;
    margin-top: 10px;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

div.content-show article {
    text-align: justify;
    padding-left: 30px;
    font-size: 16px; /*pfg increase default font size like new bootstrap version*/
    line-height: 1.6;
}

    div.content-show article p {
        margin-bottom: 16px;
    }

div.content-show img {
    max-width: 100%;
    height: auto;
}

div.content-show iframe {
    max-width: 100%;
}

nav hr.nav-end {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-brand img.main-logo {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 100%;
}

#navbar {
    margin-left: 100px;
}

.nav > li > a {
    font-weight: bold;
}

.navbar-right {
    margin-right: 0;
}

table {
    border: 1px solid #ddd;
}

    table th {
        background-color: #cbcbcb;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eadfdf;
}

.table.table-games tr th {
    vertical-align: middle;
}

.table-games-manage tr:nth-child(50) {
    background-color: orange;
}

table.table-games td.col-desc .team {
    white-space: nowrap;
}

table.table-games td.col-desc .extra {
    white-space: nowrap;
    font-style: italic;
    font-size: 12px;
    color: #555;
}

table.table-games #col-date-header button:first-child {
    padding: 0;
    display: inline;
    border: none;
    background-color: inherit;
    cursor: pointer;
    font-weight: normal;
    text-decoration: underline;
}

table.table-games #col-date-header-timezone {
    font-size: 12px;
    padding: 0;
    display: none;
    border: none;
    background-color: inherit;
    cursor: pointer;
    font-weight: bold;
    line-height: 0.8;
}

#tooltip-utc-config {
    top: 65px;
    left: 118px;
    transform: translate(0, 50%);
    padding: 5px 10px 5px 10px;
    color: #444444;
    text-align: center;
    background-color: #EEEEEE;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 1000;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.4s;
    display: inline;
    margin-right: 5px;
    padding-right: 20px;
}

#tooltip-utc-config .close-button {
    display: none;
    background: transparent;
    border: none;
    padding: 4px;
    font-size: 1em;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#tooltip-utc-config i {
    position: absolute;
    top: -11px;
    left: 3px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    width: 12px;
}

#tooltip-utc-config i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    transform: translate(-100%,50%) rotate(45deg);
    background-color: #EEEEEE;
    box-shadow: 0 1px 8px rgba(0,0,0,0.5);
}


/* AddSiteMobileGuide.cshtml */
#tooltip-add-site {
    top: 35px;
    right: 35px;
    transform: translate(0, 50%);
    padding: 5px 30px 5px 10px;
    color: #444444;
    text-align: center;
    background-color: #EEEEEE;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0,0,0,0.5);
    opacity: 0.95;
    transition: opacity 0.4s;
    display: inline;
    margin-right: 5px;
    z-index: 1050;
}
    #tooltip-add-site .close-button {
        background: transparent;
        border: 1px solid;
        font-size: 1em;
        position: absolute;
        right: 5px;
        top: 3px;
        cursor: pointer;
        line-height: 12px;
        padding-inline-start: 2px;
        padding-inline-end: 2px;
    }
    #tooltip-add-site i {
        position: absolute;
        top: -10px;
        left: 50%;
    }
        #tooltip-add-site i::after {
            content: '';
            position: absolute;
            transform: translateX(-50%);
            background-color: #EEEEEE;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #f9f9f9;
            z-index: 1050;
        }

    #addsitemodal .close {
        font-size: 2.2rem;
        opacity: 0.5;
        cursor: pointer;
        margin-top: -5px;
        margin-right: -5px;
    }

    #addsitemodal .btn-cancel {
        margin-right: 10px;
    }

#divAddSiteInfo {
    padding-top: 10px;
}
    #divAddSiteInfo .well {
        margin-bottom: 5px;
    }
    #adsit-guide-ios ol,
    #adsit-guide-android ol {
        padding-inline-start: 20px;
    }
    #adsit-guide-ios li.aux, #adsit-guide-android li.aux {
        color: gray;
    }
    #adsit-guide-ios img.icon, #adsit-guide-android img.icon {
        height: 1.2em;
        vertical-align: top;
    }
    #adsit-guide-android img.app {
        max-width: 120px;
    }


div.facebook-like-box {
    position: absolute;
    top: 3px;
    left: 10px;
    display: inline-block;
    max-width: 100px;
}

@media (max-width: 992px) {
    #navbar {
        margin-left: 90px;
    }

    nav hr.nav-end {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .navbar .container-fluid {
        margin-left: 5px;
        margin-right: 5px;
        width: 99%;
    }

    .navbar-brand img.main-logo {
        height: 80px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 50px;
    }

    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }

    .row.row-home {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row-home .col-home {
        padding-left: 5px;
        padding-right: 5px;
    }

    h1 {
        margin-top: 2px;
        margin-bottom: 2px;
    }

        h1.home {
            padding-left: 0;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
        }

    h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: left;
    }

        h3.home {
            margin-top: 0;
            margin-bottom: 2px;
            padding-left: 0;
            font-size: 15px;
            text-align: center;
        }

    .home-alert-new{
        text-align: center;
    }

    div.container-partial-title {
        padding: 0 0 0 5px;
        margin-top: 4px;
    }

    div.container-partial {
        padding: 5px;
    }

        div.container-partial.home {
            margin-top: 2px;
        }

        div.container-partial.card.home {
            padding-left: 0;
            padding-right: 0;
        }

    .container-partial.about {
        padding-left: 10px;
    }

    div.content-show article {
        padding-left: 0;
    }

    #navbar {
        padding-top: 0;
        min-width: 300px;
        margin-left: 20px;
        border-bottom: 1px solid black;
    }

    .navbar-brand {
        padding-top: 5px;
        padding-left: 5px;
    }

        .navbar-brand img.main-logo {
            height: 48px;
        }

    .navbar-toggle {
        margin-top: 5px;
        margin-bottom: auto;
        margin-right: 20px;
    }

    /*remove default padding 30px for small devices*/
    .no-gutter-xs {
        margin-left: 0;
        margin-right: 0;
    }

        .no-gutter-xs > [class*='col-'] {
            padding-right: 0;
            padding-left: 0;
            display: inline-block;
            width: auto;
        }

    div.facebook-like-box {
        top: 3px;
        left: 60px;
    }

    .footer-facebook {
        margin-left: 0;
    }

    table.table-games > thead > tr > th {
        padding: 2px 4px 2px 4px;
        white-space: nowrap;
    }

    table.table-games > tbody > tr > td {
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        vertical-align: middle;
        /*border-top: none;*/
    }

    table.table-games td.col-date {
        /*width: 88px;*/
        white-space: nowrap;
        font-size: 13px;
    }

    table.table-games td.col-channel {
        max-width: 73px;
        /*width: 75px;*/
        font-size: 13px;
        font-weight: bold;
    }

    .table-games-manage {
        width: 550px;
        font-size: 12px;
        padding: 1px;
    }
        .table-games-manage td {
            padding: 1px !important;
        }
        .table-games-manage td.visibility {
            width: 70px;
        }
        .table-games-manage td.description {
            width: 135px;
            max-width: 135px;
            overflow: hidden;
            text-overflow: ellipsis;
            /*white-space: nowrap;*/
        }
        .table-games-manage td.channel {
            width: 40px;
        }
        .table-games-manage td.date {
            width: 40px;
        }
        .table-games-manage td.options {
            /*white-space: nowrap;*/
        }

    #tooltip-utc-config {
        padding: 2px 4px;
        top: 35px;
        left: 85px;
        padding-right: 20px !important;
    }

    #tooltip-utc-config .close-button {
        display: block !important;
        padding: 3px 5px 3px 3px;
    }
}

.game-editor textarea {
    width: 100%;
}

@media (min-width: 768px) {
    body {
        padding-top: 75px;
        background: url(/Images/ondebola/bg/tvstadium-blur-2018.jpg) no-repeat center center fixed;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    div.facebook-like-box {
        left: 600px;
    }

    .navbar-brand {
        padding-bottom: 0;
        padding-top: 5px;
        padding-left: 5px;
        height: 100%;
    }

        .navbar-brand img.main-logo {
            height: 80px;
        }

    /* ajustes devido ao menu com logotipo responsive */
    #navbar {
        padding-top: 18px;
        margin-left: 90px;
        border-bottom: none;
    }

    .footer-facebook
    {
        margin-left: 60px;
    }

    table.table-games td.col-date {
        white-space: nowrap;
        /*        width: 97px;
        min-width: 92px;*/
        /*padding-bottom: 2px;
        padding-top: 2px;*/
    }

    table.table-games td.col-channel {
        /*width: 80px;*/
    }

    #tooltip-add-site {
        display: none;
    }

}

@media (min-width: 1220px) {
    #navbar {
        margin-left: 0;
    }
    .navbar-brand img.main-logo {
        height: 109px;
    }
}

/*div.body-content
{
    overflow-x: scroll;
}*/

div.big-horizontal-zone {
    overflow-x: scroll;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000;
}

nav.navbar .navbar-toggle .menu-collapsed-text {
    display: inline-block;
}

nav.navbar .navbar-toggle .menu-collapsed-icon {
    display: inline-block;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: green;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #c4c3c3;
}

footer.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #000000;
    color: #C5C5C5;
    padding: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.footer-facebook
{
    display: inline-block;
}

.menu-small-icon {
    width: 50px;
    padding: 10px !important;
    margin-left: 5px;
}

.menu-small-icon-active {
    border-color: green !important;
    color: green !important;
}

.navbar-header .extra-button {
    padding: 5px;
    color: green;
}

.navbar-header .extra-button i {
    font-size: 22px;
}

/* CONTENTS EDITION AND SHOW*/

.thumbnail .no-margin {
    margin: auto;
}

img.content-thumb {
    width: 300px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
}

img.content-thumb-mini {
    width: 60px;
    height: 40px;
}

.content-preview {
    border-style: dotted;
    border-width: thin;
}

/* CONTENTS SHOW*/

div.content-thumb-list {
    background-color: #f6f0f0;
    margin: 10px 0 0 0;
    border-radius: 4px;
}

div.content-thumb-list-item {
    /*opacity: 0.92;
    display: inline-block;*/
    background-color: #f6f0f0;
}

    div.content-thumb-list-item div.thumbnail {
        padding-top: 10px;
        margin-top: 10px;
        background-color: #f6f0f0;
        min-height: 340px;
    }

        div.content-thumb-list-item div.thumbnail img {
            width: 300px;
            height: 200px;
        }

        div.content-thumb-list-item div.thumbnail div.caption {
            text-align: center;
        }

            div.content-thumb-list-item div.thumbnail div.caption p {
                margin-bottom: 0;
            }

    div.content-thumb-list-item a div.thumbnail div.caption p, div.content-thumb-list-item a div.thumbnail div.caption div {
        text-decoration: none;
        display: inline-block;
        width: 100%;
    }

    div.content-thumb-list-item div.thumbnail div.caption div.content-info {
        margin-bottom: 0;
        text-align: center;
    }

.content-info {
    padding: 3px;
    color: #777;
    font-size: 85%;
    text-align: justify;
}

div.content-photos a img {
    width: 19%;
    margin-bottom: 3px;
}

textarea.contact-message {
    height: 120px;
}

textarea.contact-message-partner {
    height: 60px;
}

input.checkbox-fix-form {
    margin-left: 0 !important;
}

.form-content-visible-field{
    width: 80px;
    height: 20px;
}
.form-content-visible-field-note{
    margin-left: 50px;
}

/*****Ads******/
/*.adsbygoogle {
    outline: 2px dashed red;
}*/

/*top banner Ad responsive
    ref: https://support.google.com/adsense/answer/9183363#adv&zippy=%2Cexpandable-width-with-fixed-height-example%2Cexact-size-per-screen-width-example%2Chiding-ads-for-specific-screen-sizes-example*/
.adslot_top {
    display: block;
    min-width: 320px;
    max-width: 1024px;
    width: 100%;
    height: 250px; /*TODO: REPOR 200px epoca baixa*/
    /*PREFFERED!!: height: 250px;*/
    margin-top: 10px;
}
@media (min-width:500px) {
    .adslot_top {
        height: 250px;
    }
}

/*footer banner Ad responsive*/
.adslot_footer {
    display: block;
    max-height: 700px;
    margin-top: 10px;
}

/*in games table Ad responsive*/
.adslot_in_games_table {
    width: 100%;
    height: 250px; /*150px*/
}

/*games banner Ad responsive*/
.adslot_games {
    display: block;
    width: 100%;
    min-height: 90px;
    max-height: 800px;
    height: 100%;
    margin-top: 3px;
    margin-bottom: 10px;
}

 /*content dynamic banner Ad responsive*/
.adslot_dyncontent {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.adslot_horizontal_big_desktop_extra {
    display: none;
}

.adslot_league_scores {
    display: block;
    width: 100%;
    min-height: 30px;
    max-height: 300px;
    height: 100%;
    margin-bottom: 10px;
}

div.adslot_vertical_container {
    display: none;
}

ins.adslot_vertical_banner_right {
    display: none;
}

/* Hide adsense desktop banners on main and articles pages, to use other ad networks, inserted via sites.js script */ 
@media (min-width: 1024px) {
    /* TEMP hide all adsense ads in desktop mode
    .adslot_top, .adslot_games, .adslot_footer, .adslot_dyncontent {*/
    .adslot_top {
        display: none;
    }
    .adslot_horizontal_big_desktop_extra {
        display: inline-block;
        width: 970px;
        height: 257px;
        text-align: center;
    }
}

/*funciona... div.ad-container-vertical-md
{
    position: absolute;
    top: 310px;
    left: 110px;
    width: 200px;
}
    @media (max-width: 1600px) {
        div.ad-container-vertical-md {
            display: none;
        }
    }*/


/**cookie bar**/

#cookie-bar{
    opacity: 0.8 !important;
}

@media (max-width: 768px) {
    #cookie-bar {
        /*move a litle up due do adsense page level ads*/
        bottom: 70px !important;
    }
}

/****Teams icons spritesheet*****/

.sprite-teams-icons {
    background-image: url(../Images/ondebola/teams/teams-icons-spritesheet-v13.png);
    background-repeat: no-repeat;
    position: absolute;
}

.sprite-teams-icons.team1{
    top: 20%;
    right: 24px;
}
.sprite-teams-icons.team2{
    top: 20%;
    right: 0;
}

.sprite-arouca {
    width: 23px;
    height: 26px;
    background-position: -5px -5px;
}

.sprite-belenenses {
    width: 23px;
    height: 26px;
    background-position: -38px -5px;
}

.sprite-benfica {
    width: 23px;
    height: 26px;
    background-position: -71px -5px;
}

.sprite-boavista {
    width: 23px;
    height: 26px;
    background-position: -104px -5px;
}

.sprite-braga {
    width: 23px;
    height: 26px;
    background-position: -5px -41px;
}

.sprite-chaves {
    width: 23px;
    height: 26px;
    background-position: -38px -41px;
}

.sprite-estoril {
    width: 23px;
    height: 26px;
    background-position: -71px -41px;
}

.sprite-futsal-mundial {
    width: 23px;
    height: 26px;
    background-position: -104px -41px;
}

.sprite-guimaraes {
    width: 23px;
    height: 26px;
    background-position: -5px -77px;
}

.sprite-euro2025sub21 {
    width: 23px;
    height: 26px;
    background-position: -38px -77px;
}

.sprite-moreirense {
    width: 23px;
    height: 26px;
    background-position: -71px -77px;
}

.sprite-nacional {
    width: 23px;
    height: 26px;
    background-position: -104px -77px;
}

.sprite-pferreira {
    width: 23px;
    height: 26px;
    background-position: -5px -113px;
}

.sprite-porto {
    width: 23px;
    height: 26px;
    background-position: -38px -113px;
}

.sprite-portugal {
    width: 23px;
    height: 26px;
    background-position: -71px -113px;
}

.sprite-rio-ave {
    width: 23px;
    height: 26px;
    background-position: -104px -113px;
}

.sprite-setubal {
    width: 23px;
    height: 26px;
    background-position: -137px -5px;
}

.sprite-sporting {
    width: 23px;
    height: 26px;
    background-position: -137px -41px;
}

.sprite-tondela {
    width: 23px;
    height: 26px;
    background-position: -137px -77px;
}

.sprite-tv-ondebola {
    width: 23px;
    height: 26px;
    background-position: -137px -113px;
}

.sprite-tv-ondebola-base {
    width: 23px;
    height: 26px;
    background-position: -5px -149px;
}

.sprite-ligacampeoes {
    width: 23px;
    height: 26px;
    background-position: -38px -149px;
}
.sprite-ligaeuropa {
    width: 23px;
    height: 26px;
    background-position: -5px -185px;
}
.sprite-ligaconferencia{
    width: 23px;
    height: 26px;
    background-position: -38px -185px;
}
.sprite-futsal-ligacampeoes {
    width: 23px;
    height: 26px;
    background-position: -71px -185px;
}
.sprite-euro2024 {
    width: 23px;
    height: 26px;
    background-position: -104px -185px;
}
.sprite-liganacoes {
    width: 23px;
    height: 26px;
    background-position: -137px -185px;
}
.sprite-tacaliga {
    width: 23px;
    height: 26px;
    background-position: -137px -149px;
}
.sprite-worldcup23Women {
    width: 23px;
    height: 26px;
    background-position: -104px -149px;
}
.sprite-fifamundialclubes {
    width: 23px;
    height: 26px;
    background-position: -5px -221px;
}
/*---------------*/

.bootstrap-datetimepicker-widget {
    /*put calendar above main menu*/
    z-index: 1100;
}

.datetimepicker {
    width: 160px;
    display: inline-block;
}

.calendar-ico {
    display: inline-block;
    width: 40px;
}

.btn-preview {
    font-weight: bold;
}

/*LOGS*/
.logs-area {
    font-size: 12px;
}
.logs-col-exception{
    font-size: 10px;
}

/*Games Table*/
.sidebar-box {
    min-height: 150px;
    max-height: 340px;
    position: relative;
    padding: 0;
    margin-bottom:20px;
    overflow: hidden;
}

    .sidebar-box .read-more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 20px 0 20px 0;
        /*** "transparent" only works here because == rgba(0,0,0,0) ***/
        background-image: -moz-linear-gradient(top, transparent, white);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, white));
        /*background-image: -moz-linear-gradient(top, transparent, #EADFDF);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #EADFDF));*/
    }

.sidebar-box-size-default {
    min-height: 150px;
    max-height: 80vh;
}

.sidebar-box-size-banner-inside {
    min-height: 150px;
    max-height: 150vh;  /*80vh*/
}

@media (min-width: 1024px) {
    /*Games Table*/
    .sidebar-box-size-default {
        min-height: 150px;
        max-height: 800px;
    }

    .sidebar-box-size-banner-inside {
        min-height: 150px;
        max-height: 1200px; /*800px*/
    }
}

.table-striped > tbody > .read-more {
    background-color: rgba(0, 0, 0, 0); 
    /*#EADFDF;*/
}

.read-more-line td {
    text-align: center;
    padding: 0;
}

.table-games{
    margin-bottom: 0;
}

    .table-games td.col-desc {
         /*para ter espaço para os sprites icons das equipas*/
         position:relative;
         padding-right:47px;
    }

    .table-games span.gametoday {
        color: #a06464;
    }
    .table-games span.tempdate {
        color: #d9d445;
    }

@media (max-width: 359px) {
    .table-games td.col-desc {
        padding-right: 2px; /*remove space for teams icons that will be transparent for small screens*/
    }
    .sprite-teams-icons {
        opacity: 0.3;
    }
}

.table-gx{
    display: none;
}

.appheader1 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
.appheader2 {
    margin-bottom: 0;
    margin-left: 5px;
    padding-bottom: 0;
    font-weight: bold;
    display: inline-block;
}

article.donate h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

/* overlay to block page*/
#overlay-block {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 2;
    cursor: pointer;
}
#overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: white;
    background-color: black;
    padding: 20px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

#imgAdTopBannerExtra {
    max-width: 970px;
    max-height: 250px;
}

#divAppAd{
    padding-top: 10px;
}

div#mainTitle {
    margin-bottom: 5px;
}

.ads-label {
    font-style: italic;
    font-size: 12px;
}

/*Add loading icon with css*/
.fb-comments {
    background-image: url(/Images/loading.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    min-height: 30px;
}

.fb-comments[fb-xfbml-state="rendered"] {
    background-image: none;
}


@media (min-width: 1430px) {
    div.adslot_vertical_container {
        display: block !important;
        position: fixed;
        right: 15px;
        top: 100px;
        width: 160px;
        height: 600px;
    }
    ins.adslot_vertical_banner_right {
        display: inline-block;
        width: 160px;
        height: 600px;
    }
}

.video-link {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}
.video-link-live {
    color: red !important;
}
.video-link-summary {
    color: #5cb85c !important;
}
.video-link-ico {
    vertical-align: text-top;
    display: inline-block;
}
.video-link-text {
    display: inline-block;
    text-decoration: underline;
    font-size: 0.9em;
}

.table-games .td-game-table-ad {
    text-align: center;
    padding-top: 10px;
}

.table-games .tr-game-table-bet-ad {
    text-align: center;
}

    .table-games .tr-game-table-bet-ad aside {
        margin-bottom: 5px;
    }

table.table-games > tbody > tr.tr-game-table-bet-ad > td {
    vertical-align: top;
    border-top: none;
    padding-top: 0;
    padding-bottom: 2px;
}

.row-odd-bgcolor {
    background-color: #f6f0f0 !important;
}
.row-even-bgcolor {
    background-color: #eadfdf !important;
}
    
/* table scores */
.table-scores tbody td span.position {
    padding: 0.5em;
    border-radius: 5px;
}
.table-scores tbody tr:nth-child(-n+2) .position {
    background-color: #b6f899;
}
.table-scores tbody tr:nth-child(3) .position {
    background-color: #e0fbd4;
}
.table-scores tbody tr:nth-child(4) .position {
    background-color: #fbf5d1;
}
.table-scores tbody tr:nth-child(5) .position {
    background-color: #fefcec;
}
.table-scores tbody tr:nth-last-child(-n+2) .position {
    background-color: #fccfcf;
}
.table-scores tbody tr:nth-last-child(3) .position {
    background-color: #fee8e8;
}
.table-scores .position-col-h {
    max-width: 64px;
}
.table-scores .team-col{
    max-width: 145px;
}
.table-scores .team-name {
    margin-left: 30px;
}
/* table scores - change strip effect:
            .table-striped tbody tr:nth-child(even) {
            background-color: #eadfdf;
        }
        .table-striped tbody tr:nth-child(odd) {
            background-color: #f6f0f0;
        }
            .table-scores tbody tr:nth-of-type(-n+5) {
            background-color: #f6f0f0;
        }*/
.overflow-cut {
    white-space: nowrap; /* Prevents text from wrapping */
    overflow: hidden; /* Hides text that overflows the container */
    text-overflow: ellipsis; /* Adds the ellipsis to the end of the text */
}


/* Generic pop-up modal */
.generic-modal-background .generic-modal {
    position: fixed;
    min-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em 1.5em 1.5em 1.5em;
    background-color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    z-index: 2000;
}

.generic-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
    z-index: 1900;
}

    .generic-modal-background .generic-modal .close-button {
        background: transparent;
        border: none;
        padding: 1em;
        font-size: 1em;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

.utcSelector-modal .selector select {
    margin-bottom: 5px;
}

.utcSelector-modal .buttons button {
    margin-top: 1em;
}



.banner-close {
    cursor: pointer;
    height: 15px;
    width: 15px;
    z-index: 2147483646;
    background-color: #ffffff;
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00aecd;
}

    .banner-close svg {
        height: 15px;
        width: 15px;
        stroke: #00aecd;
        fill: #00aecd;
        stroke-width: 1.25;
    }



.article-spotlight-container {
    margin-bottom: 5px;
    display: none;
}

@media (max-width: 768px) {
    .article-spotlight-container {
        display: block;
    }
}

.article-spotlight-aside {
    text-align: center;
}

.article-spotlight-link {
    text-decoration: none;
}

.article-spotlight-img {
    height: 40px;
    object-fit: cover;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 4px;
}

.article-spotlight-span {
    padding: 5px;
}


/* animação do border de banner desktop / flick */
.banner-flick {
    border: 2px solid #ff0000;
    animation: flicker-border 1s infinite;
    border-radius: 10px;
}
/* animação do brilho / flick */
@keyframes flicker-border {
    0%, 100% {
        box-shadow: 0 0 5px 2px #ff0000;
        border-color: #ff0000;
    }

    50% {
        box-shadow: 0 0 10px 3px #ff6600;
        border-color: #ff6600;
    }
}

/* animação do border de botao apostar / flick */
.button-bet-flick {
    border: 1px solid #00c81a;
    border-radius: 6px;
    animation: glowBorder 2s infinite ease-in-out;
    box-shadow: 0 0 2px #00c81a;
}
/* brilho suave no bordo */
@keyframes glowBorder {
    0%, 100% {
        border-color: #00c81a;
        box-shadow: 0 0 2px #00c81a;
    }

    50% {
        border-color: #00ff33;
        box-shadow: 0 0 2px #00ff33;
    }
}



/* ═══════════════════════════════════════════════
   Solverde Affiliate – Banner inline + Popup
   ═══════════════════════════════════════════════ */
:root {
    --sv-navy: #010b24;
    --sv-green: #00e87e;
    --sv-green-dark: #00a651;
    --bonus-yellow: #ffe066;
}

/* Elementos ocultos (reservados para variantes futuras) */
.solverde-brand-note,
.bonus-kicker,
.bonus-secondary,
.bonus-badge,
.sv-popup-topline,
.sv-popup-copy {
    display: none;
}

/* ── Banner inline (linha de aposta na tabela) ── */
.solverde-affiliate-banner {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #010b24 0%, #062d22 62%, #0b6d45 100%);
    color: #fff;
    padding: 5px 8px;
    border-radius: 7px;
    border: 1px solid rgba(0, 232, 126, .3);
    box-shadow: 0 4px 12px rgba(1, 11, 36, .16);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

    .solverde-affiliate-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 40%, transparent 60%, rgba(255,255,255,.04));
        pointer-events: none;
    }

.solverde-brand-lockup {
    display: flex;
    align-items: center;
    min-width: 60px;
    margin-right: -2px;
    position: relative;
    z-index: 1;
}

.solverde-logo {
    width: 90px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 3px 8px rgba(0,0,0,.2);
    display: block;
}

/* ── Texto de bónus (partilhado banner + popup) ── */
.bonus-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1px;
    position: relative;
    z-index: 1;
}

.bonus-main-row {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .bonus-main-row.compact {
        white-space: nowrap;
    }

.bonus-prefix {
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: var(--bonus-yellow);
    white-space: nowrap;
}

.bonus-title {
    font-size: 14px;
    line-height: 1.05;
    color: var(--bonus-yellow);
    font-weight: 900;
    text-shadow: 0 1px 4px rgba(255, 224, 102, .16);
}

/* ── Ícone info + trigger (partilhado) ── */
.bonus-info-icon,
.sv-popup-info-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: var(--bonus-yellow);
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.bonus-info-icon {
    font-size: 12px;
    margin-left: 1px;
}

.sv-popup-info-trigger {
    font-size: 13px;
    align-self: center;
}

    .bonus-info-icon .glyphicon,
    .sv-popup-info-trigger .glyphicon {
        display: block;
        color: var(--bonus-yellow);
        line-height: 1;
        position: relative;
        top: -1px;
    }

.bonus-info-icon .glyphicon {
    font-size: 12px;
}

.sv-popup-info-trigger .glyphicon {
    font-size: 13px;
}

/* ── Label termos (partilhado) ── */
.bonus-terms-label-inside,
.bonus-terms-label-inside-popup {
    color: var(--bonus-yellow);
    font-size: 11px;
    margin-top: 2px;
    font-style: italic;
    border-radius: 6px;
    padding: 3px 6px;
    background: rgba(1, 11, 36, .32);
    transition: max-height .2s, opacity .2s;
}

.bonus-terms-label-inside-popup {
    margin-top: 4px;
    text-align: center;
}

/* ── Botões CTA (base partilhada) ── */
.bet-btn,
.sv-popup-button {
    background: linear-gradient(180deg, var(--sv-green) 0%, var(--sv-green-dark) 100%);
    color: var(--sv-navy);
    font-weight: 900;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 0 6px 12px rgba(0, 232, 126, .16);
    transition: transform .15s ease, box-shadow .15s ease;
    letter-spacing: .05em;
    position: relative;
    z-index: 1;
}

.bet-btn {
    font-size: 12px;
    padding: 6px 12px;
}

.sv-popup-button {
    width: 100%;
    min-height: 32px;
    padding: 5px 9px;
    font-size: 13px;
}

    .bet-btn:hover,
    .sv-popup-button:hover {
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(0, 232, 126, .28);
        color: var(--sv-navy);
    }

.bet-btn-label {
    white-space: nowrap;
}

/* ── Popup fixo (bottom sheet) ── */
.sv-popup-fixed {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    width: calc(100vw - 12px);
    max-width: 480px;
    display: none;
}

.sv-popup-shell {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0, 232, 126, .32);
    box-shadow: 0 16px 42px rgba(1, 11, 36, .24);
    background: linear-gradient(135deg, rgba(1,11,36,.76) 0%, rgba(6,45,34,.72) 62%, rgba(11,109,69,.70) 100%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    animation: solverdeGlow 2.6s infinite ease-in-out;
}

.sv-popup-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 1px 10px 1px; /*8px 10px 6px;*/
    text-align: center;
}

.sv-popup-logo {
    width: 146px;
    height: auto;
    display: block;
    padding: 4px 6px;
    background: rgba(1, 11, 36, .22);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.sv-popup-offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sv-popup-offer-title-row {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sv-popup-offer .sv-popup-offer-prefix {
    font-size: 11px;
    line-height: 1;
    color: var(--bonus-yellow);
    white-space: nowrap;
}

.sv-popup-offer strong {
    font-size: 16px;
    line-height: 1;
    color: var(--bonus-yellow);
    white-space: nowrap;
}

.sv-popup-offer span {
    display: inline-block;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.sv-popup-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10px 8px;
    background: rgba(1, 11, 36, .10);
}

.sv-popup-close {
    position: absolute;
    top: 6px;
    right: 8px;
    background: none;
    border: none;
    color: #dfffee;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    z-index: 2;
    opacity: .9;
    padding: 2px;
}

@keyframes solverdeGlow {
    0%, 100% {
        box-shadow: 0 16px 42px rgba(1,11,36,.42), 0 0 0 0 rgba(0,232,126,.15);
    }

    50% {
        box-shadow: 0 20px 48px rgba(1,11,36,.48), 0 0 0 4px rgba(0,232,126,.05);
    }
}

@media (max-width: 768px) {
    .solverde-affiliate-banner {
        gap: 6px;
    }

    .solverde-brand-lockup {
        min-width: 78px;
    }
}

