﻿/*Head*/
.topWinner .tabs {
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 0;
    text-align: left;
}

.topWinner .tabs li {
    position: relative;
    display: inline-block;
    padding: 0;
    height: 23px;
    width: 50%;
    font-size: 11px;
}

.topWinner .tabs li a {
    display: block;
    padding: 0 5px 0 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*Body*/
.topWinner .sideBlockBody {
    padding: 10px;
}

.topWinner .row {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 0;
    cursor: pointer;
}

.topWinner .row.header {
    font-weight: bold;
}

.topWinner .row:last-of-type {
    border-bottom: 0;
}

.topWinner .row span {
    display: inline-block;
    padding: 0 5px;
    font-size: 11px;
    box-sizing: border-box;
}

.topWinner .row .col10 {
    width: 10%;
}

.topWinner .row .col45 {
    width: 45%;
}

.topWinner .row .col50 {
    width: 50%;
}

.topWinner .row .textLeft {
    text-align: left;
}

.topWinner .row .textRight {
    text-align: right;
}

.topWinner .row small {
    font-size: 0.8em;
}

/* Design Top Winner PopUp*/
.topWinnerDialog .content {
    background: -webkit-linear-gradient(#f7f7f7,#eaeaea);
    background: -moz-linear-gradient(#f7f7f7,#eaeaea);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#eaeaea', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#eaeaea', GradientType=0)";
    background: -o-linear-gradient(#f7f7f7,#eaeaea);
    background: linear-gradient(#f7f7f7,#eaeaea);
}

.topWinnerDialog .content .modal-close {
    font-size: 14px;
    font-weight: 700;
    color: #888;
}

.topWinnerDialog .tabs {
    display: block;
    font-size: 0;
    background: #D4D4D4;
}

.topWinnerDialog .tabs li {
    display: inline-block;
    width: 50%;
    font-size: 14px;
}

.topWinnerDialog .tabs li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #000;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}

.topWinnerDialog .tabs li:last-child a {
    border-left: 1px solid #b3c1d5;
}

.topWinnerDialog .tabs li:hover a,
.topWinnerDialog .tabs li:active a {
    color: #fff;
    background-color: #49505a;
}

.topWinnerDialog .ticketRow {
    color: #333;
    background: #fff;
    font-size: 14px;
}

.topWinnerDialog .ticketRow td {
    padding: 10px;
}

.topWinnerDialog .ticketRow .match {
    margin-bottom: 5px;
}

.topWinnerDialog .ticketRow .match .row {
    position: relative;
}

.topWinnerDialog .ticketRow .borderBottom2 {
    border-bottom: 1px dotted #D4D4D4;
}

.topWinnerDialog .ticketRow .match .game {
    margin-left: 5px;
    font-weight: bold;
}

.topWinnerDialog .ticketRow .green {
    color: green;
}

.topWinnerDialog .ticketRow .red {
    color: red;
}

.topWinnerDialog .ticketRow .orange {
    color: orange;
}

.topWinnerDialog .ticketRow .blue {
    color: blue;
}

.topWinnerDialog .ticketRow .match .odds {
    float: right;
    font-weight: bold;
}

.topWinnerDialog .ticketRow .match .icon {
    position: static;
    float: left;
}

.topWinnerDialog .ticketRow .match .event {
    width: 470px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.topWinnerDialog .ticketRow .match .res {
    display: block;
    float: right;
    margin: 3px 0;
    font-size: 14px;
}

.topWinnerDialog .ticketRow .row.result {
    display: block;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
}

.topWinnerDialog .ticketRow .borderTop1 {
    padding-top: 10px;
    border-top: 1px solid #000;
}

.topWinnerDialog .ticketRow :not(.match) > .row {
    display: inline-block;
    width: 33.33%;
}

.topWinnerDialog .ticketRow .text {
    float: left;
    width: 45%;
    text-align: right;
    margin-right: 5%;
}

.topWinnerDialog .ticketRow .value {
    float: left;
    width: 50%;
    font-weight: bold;
}
