.ticket-view-code{
    padding: 0 5px;
    padding-bottom: 1.5em;
    border-bottom: 1px solid white;
}
.ticket-header-code{
    font-weight: bold;
    margin: 0;
}
.ticket-header-time-date, .played-tickets-result {
    color: #ffb821;
}
.external-description-match{
    color: #bdbdbd;
}
.ticket-active .ticket-view-code .ticket-view-content{
    color: #efbd09;
}
.ticket-win .ticket-view-code .ticket-view-content{
    color: #54e120;
}
.ticket-lose .ticket-view-code .ticket-view-content{
    color: #eb0000;
}
.ticket-storno .ticket-view-code .ticket-view-content{
    color: grey;
}
.ticket-view-code .ticket-storno{
    background: grey;
}

.odd-status-pao{
    text-align: center;
    border-right: 2px solid #d3360b;
}
.odd-status-prosao{
    text-align: center;
    border-right: 2px solid #54e120;
}
.odd-status-nepoznat{
    text-align: center;
    border-right: 2px solid #efbd09;
}
.odd-status-kvota{
    text-align: center;
    border-right: 2px solid grey;
}
.ticket-view-content .ticket-active-dot,
.ticket-view-content .ticket-win-dot,
.ticket-view-content .ticket-lose-dot,
.ticket-view-content .ticket-storno-dot{
    width: 0.8em;
    height: 0.8em;
    border-radius: 1em;
    margin: 0 0 0 0.5em;
}
.ticket-active-dot{ background: #efbd09;}
.ticket-win-dot{ background: #54e120;}
.ticket-lose-dot{ background: #d3360b;}
.ticket-storno-dot{background: grey;}

.ticket-view-wrap{
    margin-top: 0px;
    padding: 1em;
    background: #242323;
}

.ticket-match-wrap, .ticket-match-global{
    border-radius: 2px;
}

.ticket-match-line{
    margin-top: 0em;
    margin-bottom: 0;
}
.ticket-match-wrapper{
    padding: 0.5em 0;
    border-bottom: 1px solid #747474;
    border-radius: 2px;
}
.ticket-view-header{
    color: #690;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid lightgray;
}
.ticket-match-details{
    padding-left: 0.8em;
}
.ticket-view-body{
    padding-bottom: 5px;
}
.ticket-view-content{
    text-align: right;
    margin: 5px 0;
    font-size: 1.2em;
}
.ticket-number-matches{
    margin-bottom: .4em;
    padding: 0.3em 0;
    font-size: 1em;
    font-weight: bold;
    background-color: #ededec;
}
.ticket-number-text{
    margin-left: 5px;
}
.ticket-num-matches{
    font-size: 1.2em; 
    font-weight: bold; 
    color: #10901b;
}
.ticket-view-odd{
    background-color: #fde74c;  
    margin-left: 5px;
    text-align: center;
    color: black;
    font-weight: bold;
    line-height: 1.8em;
}
.ticket-view-odd{
    color: #fff;
    border-radius: 3px;
}
.ticket-view-odd.odd-status-nepoznat{
    background: #fef8c4;
    color: black;
}
.ticket-view-odd.odd-status-pao{
    background: #c41700;
} 
.ticket-view-odd.odd-status-prosao{
    background-color: darkgreen;
}
.ticket-view-odd.odd-status-kvota{
    background: grey;
}
.ticket-view-possible-win{
    padding-top: 8px;
}
.external-ticket{
    background: #8dabd9;
    color: #485961;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    width: 50%;
}
.external-ticket-tim-name{
    width: 100%;
    font-size: 1.1em;
    box-sizing: border-box;
}
.external-ticket-code{
    width: 13%;
    padding-left: 1%;
}
.external-time{
    width: 26%;
    text-align: center;
}
.external-ticket-value{
    font-weight: bold;
    margin-right: 3px;
}

.external-num-matches{
    font-size: 1.4em; 
    color: #ffb821;
}
.external-ticket-system{
    border-radius: 0 0 5px 5px;
    font-weight: bold;
    color: #ffb821;
}
.ticket-footer-wrap{
    padding: 0 5px; 
    margin-top: 0.5em;
}
.played-ticket-content{
    margin: 5px 0;
    font-size: 1.2em;
    border-radius: 5px;
    margin-bottom: 0;
}
.played-tickets-sport{
    height: 0.9rem;
    background-size: 80% auto;
    padding: 1px;
    margin: 0 6px;
}
.played-tickets-sport svg{
        min-width: 2em;
    max-width: 2em;
    width: 2em;
    height: 2em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask-size: 2em;
    -webkit-mask-repeat: no-repeat;
}

@media print {
    .pagebreak {
        page-break-inside: avoid;
    }
}