.SportMenu {}

.SportMenu H3, .SportMenu H4 {
    margin: 8px 10px 0px 10px;
    padding: 5px 5px 3px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #DD870B;
    -webkit-box-shadow: 0px 10px 10px #F9D65B inset !important;
    box-shadow: inset 0px 10px 10px #F9D65B !important;
}

.SportMenu H4 {
    background-color: #999999 !important;
    box-shadow: 0 10px 10px #C1C1C1 inset !important;
}

.SportMenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.SportMenu ul li {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 10px #111111 inset;
    box-shadow: inset 0px 5px 10px #111111;
    border: 1px solid #333;
    background-image: -webkit-linear-gradient(top, #333333 40%, #000000 45%);
    background-image: linear-gradient(top, #333333 40%, #000000 45%);
}

.SportMenu ul li .img {
    float: left;
    height: 25px;
    width: 25px;
    margin: 0 6px 0 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.SportMenu ul li .imgLive {
    float: left;
    height: 25px;
    width: 25px;
    margin: 0 6px 0 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('images/liveIcon.png');
}

.SportMenu ul li .imgLive.noIco {
    margin: 0 4px 0 0px;
}

.SportMenu ul li a {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 5px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    background-image: url('Images/rightArrow.PNG');
    background-position: right 15px;
    background-repeat: no-repeat;
}

.SportMenu ul li a:hover {
    cursor: pointer;
}

.SportMenu ul li a span:first-child {}

.SportMenu ul li a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 64px;
}

.SportMenu ul li .quote {
    min-width: 40px;
    height: 20px;
    float: right;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding: 0 3px 0 3px;
    border: 2px solid #333333;
    background-color: #D26A01;
    -webkit-box-shadow: 0px 20px 25px #F8CB24 inset;
    box-shadow: inset 0px 20px 25px #F8CB24;
    border-radius: 5px;
    color: #000000;
    position: absolute;
    right: 16px;
    top: 5px;
    margin: 0px;
}

.SportMenu ul li .arrow {
    background-image: url('Images/rightArrow.PNG');
    background-position: 5px 3px;
    width: 10px;
    height: 10px;
    float: right;
    margin: 5px 10px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 20px;
    background-repeat: no-repeat;
}

.SportMenu .noElem {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 10px #111111 inset;
    box-shadow: inset 0px 5px 10px #111111;
    border: 1px solid #333;
    background-image: -webkit-linear-gradient(top, #333333 40%, #000000 45%);
    background-image: linear-gradient(top, #333333 40%, #000000 45%);
    /* WebKit Principale*/
    margin-top: 0;
    line-height: 25px;
    text-align: center;
}

/* Menu Sport Fast */

.SportFast {
    margin-top: 5px;
    text-align: center;
    line-height: 0;
    font-size: 0;
}

.SportFast ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.SportFast ul li {
    overflow: hidden;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    width: 49%;
    padding: 0;
    text-align: center;
}

.SportFast ul li a {
    text-decoration: none;
    font-variant: normal;
    height: 44px;
    line-height: 44px;
    padding-left: 44px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    margin: 0;
    text-align: left;
    font-size: 11px;
    display: table-cell;
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    background-color: #010101;
    -webkit-box-shadow: 0px 22px 22px #333 inset;
    box-shadow: inset 0px 22px 22px #333;
    border: 1px solid #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.SportFast ul li A:hover {
    -webkit-box-shadow: 0px 0px 45px 5px #222 inset;
    box-shadow: inset 0px 0px 45px 5px #222;
}

.SportFast ul li a:focus {
    outline: none;
}

.SportFast ul li.sel a {}

.lastChildLi {
    width: 98% !important;
}

.dis {
    display: none !important;
}

.SportFast ul li a .quote {
    position: static;
    background-color: #DD870B;
    -webkit-box-shadow: 0px 5px 6px #F9D65B inset;
    box-shadow: inset 0px 5px 6px #F9D65B;
    color: #000000;
    border-radius: 5px;
    display: block;
}

.SportFast ul li a span {}

.SportFast .giocoresp {
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.SportFast ul li a:not(.plsSportOggi) span:first-child {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 34px;
    height: 34px;
    background-image: url("images/plsMenu2.png");
    background-repeat: no-repeat;
}

.SportFast ul li a.plsSportOggi {
    background-image: url("images/plsMenu2.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 0px;
}

.SportFast ul li a.plsSportOggi.all {
    background-position: center -1252px;
    background-repeat: no-repeat;
    text-align: right;
}

.SportFast ul li a.plsSportOggi.today {
    background-position: center -1218px;
    background-repeat: no-repeat;
    text-align: left;
}

.SportFast ul li a.plsSportOggi.all SPAN:last-child, .SportFast ul li a.plsSportOggi.today SPAN:last-child {
    float: right;
    padding-right: 20px;
}

.SportFast ul li a.plsSportOggi.all SPAN:first-child, .SportFast ul li a.plsSportOggi.today SPAN:first-child {
    float: left;
    padding-left: 20px;
}

.SportFast ul li a.plsSportOggi.all SPAN:last-child, .SportFast ul li a.plsSportOggi.today SPAN:first-child {
    color: #F8CB24;
}

.plshome SPAN:first-child {
    background-position: center 0;
}

.plsSportOggi SPAN:first-child {
    background-position: center -34px;
}

.plsLastMinute SPAN:first-child {
    background-position: center -68px;
}

.plsSportLive SPAN:first-child {
    background-position: center -102px;
}

.plsSportTutti SPAN:first-child {
    background-position: center -136px;
}

.plsWebSite SPAN:first-child {
    background-position: center -986px;
}

.plsQuote2 SPAN:first-child {
    background-position: center -170px;
}

.plsCasinoPoker SPAN:first-child {
    background-position: center -1054px;
}

.plsSettings SPAN:first-child {
    background-position: center -374px;
}

.plsSportAll SPAN:first-child {
    background-position: center -1088px;
}

.wait {
    text-align: center;
    height: 250px;
    font-weight: bold;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('Images/Waiting.gif');
}

/*--- ODDS ---*/

.Odds {}

.Odds H3 {
    text-align: center;
}

.Odds .sTitle {}

.Odds .subTitle {}

.Odds .divBtn {
    overflow: hidden;
    margin-top: 4px;
    min-height: 38px;
}

.Odds .containerBtn {}

.Odds .close_divBtn {
    height: 38px;
}

.Odds .select a {
    background-color: #EFB61C !important;
    border: 1px solid #DEA200 !important;
    color: #000000 !important;
    -webkit-box-shadow: 0px 14px 8px 3px #FFE3A5 inset !important;
    box-shadow: inset 0px 14px 8px 3px #FFE3A5 !important;
    /* varianti per gradienti IE9 */
    border-radius: 5px;
}

.Odds .btnQuota {
    display: inline-table;
    height: 30px;
    width: 26%;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 15px #000000 inset;
    box-shadow: inset 0px 3px 15px #000000;
    border: 1px solid #424142;
    background-image: -webkit-linear-gradient(top, #333333 40%, #000000 45%);
    background-image: linear-gradient(top, #333333 40%, #000000 45%);
    /* WebKit Principale*/
    border-radius: 5px;
    margin: 3px 5px 0 0;
    float: left;
}

.Odds .btnQuota a {
    display: table-cell;
    vertical-align: middle;
    padding: 2px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

.Odds .btnQuota a.onWait {
    border-radius: 4px;
    border: 1px solid #DEA200;
}

.Odds .btnQuota a:hover {
    cursor: pointer;
}

.Odds .btnQuota.select a:hover {
    cursor: default;
}

.Odds .btnQuotaArrow a {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #222;
    background-image: none;
    border-radius: 5px;
    margin: 3px 1px 0 2px;
    height: 30px;
    line-height: 30px;
    float: right;
    padding: 0 5px;
    text-align: center;
    color: #555;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.Odds .close_divBtn .btnQuotaArrow a {
    color: #fff;
    -webkit-box-shadow: 0px 3px 15px #000000 inset;
    box-shadow: inset 0px 3px 15px #000000;
    border: 1px solid #424142;
    background-image: -webkit-linear-gradient(top, #333333 40%, #000000 45%);
    background-image: linear-gradient(top, #333333 40%, #000000 45%);
}

.Odds .btnQuotaArrow a .img {}

.Odds .close_divBtn .btnQuotaArrow a .img {}

.Odds .close_divBtn .btnQuotaArrow.sel a {
    background-image: none;
    background-color: #EFB61C;
    border: 1px solid #DEA200;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 14px 8px 3px #FFE3A5 inset;
    color: #000000;
    font-weight: bold;
}

.Odds .btnQuotaArrow.sel a {
    border: 1px solid #222;
    color: #555;
}

.Odds .DateOdds {
    margin: 10px 10px 0px 10px;
    padding: 5px 5px 3px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #DD870B !important;
    -webkit-box-shadow: 0px 10px 10px #F9D65B inset !important;
    box-shadow: inset 0px 10px 10px #F9D65B !important;
}

.Odds .oddsMain {
    border: 2px solid #333333;
    color: #FFFFFF;
    background-color: #333333;
    -webkit-box-shadow: 10px 40px 40px 10px #242424 inset;
    box-shadow: inset 10px 40px 40px 10px #242424;
    border-radius: 5px;
    margin-bottom: 2px;
    overflow: hidden;
}

.Odds .oddsMain .lineTitle {
    font-size: 12px;
    border-radius: 4px;
    background-color: #000000;
    padding: 5px;
    color: #FFFFFF;
    margin: 5px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-align: left;
}

.Odds .oddsMain .lineQuote {
    border-radius: 4px;
    background-color: #000000;
    padding: 5px;
    color: #FFFFFF;
    margin: 10px;
    font-weight: bold;
    display: block;
    font-size: 12px;
    overflow: hidden;
}

.Odds .oddsMain .lineTitleHND {
    margin-right: 52px;
}

.Odds .oddsMain .lineTitle .dtInc {
    color: #888888;
    float: right;
    display: inline;
    font-weight: normal;
}

.Odds .oddsMain .lineTitle .codInc {
    color: #DA7E08;
    display: inline;
    margin-left: 2px;
    margin-right: 2px;
}

.Odds .oddsMain .lineTitle .nmInc {
    display: inline;
}

.Odds .oddsMain .HNDInc {
    border-radius: 4px;
    background-color: #000000;
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    margin: 5px;
    text-align: center;
    width: 30px;
    font-size: 12px;
}

.Odds .oddsMain .imgDett {
    float: right;
    width: 26px;
    height: 26px;
    margin: 20px 10px 20px 5px;
    background-image: url('Images/plsDett.png');
    background-repeat: no-repeat;
}

.OddsLegenda {
    border: 1px solid #666666;
    padding: 2px;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    margin: 5px 0;
    background-color: #2F2F2F;
    border-radius: 4px;
}

.OddsLegenda .legenda_title {
    padding: 5px;
}

.OddsLegenda .element {
    line-height: 22px;
    padding: 0 5px 0 30px;
    float: left;
    margin: 2px 5px;
    background-color: #000000;
    border-radius: 4px;
    border: 1px solid #666666;
    position: relative;
}

.OddsLegenda>SPAN {
    padding-bottom: 5px;
}

.btmVisQuote {
    height: 44px;
    border-radius: 5px;
    border: 1px solid #D27D00;
    background-color: #000;
    position: relative;
    margin-top: 5px;
}

.btmVisQuote .PnlVisQuote {
    border: 0;
    border-radius: 4px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px 5px 2px 5px;
    line-height: 13px;
    margin: 2px 1px;
    text-align: center;
    /*    margin-right:50px;*/
    margin: 13px 0;
}

.btmVisQuote .iconCoupon {
    float: right;
}

.btmVisQuote .iconNewUser {
    float: right;
}

/*--- QUOTE VIEW ---*/

.QuoteView {
    overflow: hidden;
    margin: 5px 0 5px 0;
    text-align: center;
}

.QuoteView .SingleQuote {
    overflow: hidden;
    background-color: #000000;
    color: #FFFFFF;
    margin: 5px 0 5px 4px;
    text-align: center;
    display: inline-block;
    width: 31%;
    width: -webkit-calc(33.33% - 9px);
    width: calc(33.33% - 9px);
}

.QuoteView .SingleQuote:first-child, .QuoteView .SingleQuote:nth-child(3n+1) {
    margin-left: 0;
}

.QuoteView.c1 .SingleQuote {
    width: 99%;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
}

.QuoteView.c2 .SingleQuote {
    width: 47%;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}

.QuoteView .SingleQuote a {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    position: relative;
}

.QuoteView .SingleQuote div {
    white-space: nowrap;
    font-size: 12px;
}

.QuoteView .SingleQuote A SPAN {
    display: block;
    background-color: #CACACA;
    -webkit-box-shadow: 0px 10px 10px 3px #DADADA inset;
    box-shadow: inset 0px 10px 10px 3px #DADADA;
    color: #000000;
    font-size: 14px;
    padding: 5px 0;
}

.QuoteView .SingleQuote A P {
    border-radius: 0;
    border: 0;
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 10px;
    height: 15px;
    display: block;
    padding: 0;
    margin: 0;
    display: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.QuoteView .SingleQuote A.trend_2 P {
    display: block;
    background-image: url('Images/sfQuota_up.png');
}

.QuoteView .SingleQuote A.trend_4 P {
    display: block;
    background-image: url('Images/sfQuota_down.png');
}

.QuoteView .SingleQuote .trend {
    display: block;
    width: 20px;
    float: left;
    background-color: #808080;
    margin: 0px;
}

.QuoteView .SingleQuoteBlank {
    display: inline-block;
    margin: 5px 0 5px 4px;
    min-width: 80px;
}

.QuoteView .QuotaDisabled div {
    color: #FFFFFF;
}

.QuoteView .QuotaDisabled .lockIcon {
    /* Uplift:
    caniuse: Does not support background-size values in the background shorthand
    */
    background: transparent url('Images/lock.png') center center no-repeat;
    margin: 0px auto;
    width: 14px;
    height: 12px;
    display: inline-block;
}

.SingleQuoteWinner {
    position: relative;
    line-height: 30px;
    padding: 3px 2px;
    color: #FFFFFF;
    margin: 5px 10px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    border: 1px solid #000000;
    background-color: #2A2A2A;
    border-radius: 4px;
    text-align: left;
}

.SingleQuoteWinner .codPub {
    color: #CC9C0B;
    display: inline;
    margin-left: 2px;
    margin-right: 2px;
}

.SingleQuoteWinner a {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #000000;
    line-height: 23px;
    font-size: 14px;
    margin: 3px 0 3px 4px;
    text-align: center;
    right: 5px;
    width: 25%;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 20px;
}

.SingleQuoteWinner a span {
    display: inline;
    background-color: #CACACA;
    -webkit-box-shadow: 0px 10px 10px 3px #DADADA inset;
    box-shadow: inset 0px 10px 10px 3px #DADADA;
    color: #000000;
    border-radius: 4px;
    padding: 0px 3px 0px 3px;
    display: block;
}

.SingleQuoteWinner A P {
    border-radius: 0;
    border: 0;
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 10px;
    height: 15px;
    display: block;
    padding: 0;
    margin: 0;
    display: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.SingleQuoteWinner .nameSE {
    padding-left: 5px;
}

.SingleQuoteWinner A.trend_2 P {
    display: block;
    background-image: url('Images/sfQuota_up.png');
}

.SingleQuoteWinner A.trend_4 P {
    display: block;
    background-image: url('Images/sfQuota_down.png');
}

.QuotaChecked {
    border-color: #DE8608 !important;
}

.SingleQuote .QuotaChecked span {
    color: #101c33 !important;
    background-color: #DD870B !important;
    -webkit-box-shadow: 0px 10px 10px #F9D65B inset !important;
    box-shadow: inset 0px 10px 10px #F9D65B !important;
}

.SingleQuoteWinner .QuotaChecked span {
    color: #101c33 !important;
    background-color: #DD870B !important;
    -webkit-box-shadow: 0px 10px 10px #F9D65B inset !important;
    box-shadow: inset 0px 10px 10px #F9D65B !important;
}

/* Giocabilità */

.Giocab0 {
    color: #CC9900 !important;
}

.Giocab1 {
    color: #FFFFFF !important;
}

.Giocab2 {
    color: #FFCC99 !important;
}

.Giocab3 {
    color: #009933 !important;
}

.Giocab4 {
    color: #3366CC !important;
}

.Giocab5 {
    color: #FF0000 !important;
}

/* Giocabilità Winner */

.GiocWin0 {
    background-image: url('Images/Giocabilita_0.gif');
}

.GiocWin1 {
    background-image: url('Images/Giocabilita_1.gif');
}

.GiocWin2 {
    background-image: url('Images/Giocabilita_2.gif');
}

.GiocWin3 {
    background-image: url('Images/Giocabilita_3.gif');
}

.GiocWin4 {
    background-image: url('Images/Giocabilita_4.gif');
}

.GiocWin5 {
    background-image: url('Images/Giocabilita_5.gif');
}

/*--- LIVE ---*/

.aggiornamento {
    text-align: right;
    margin: 10px 0;
    font-size: 14px;
}

.aggiornamento>div {
    display: inline-block;
}

.LiveMenu {}

.LiveMenu .noElements {
    background-color: #000000;
    font-size: 14px;
    -webkit-box-shadow: 0px 5px 10px #111111 inset;
    box-shadow: inset 0px 5px 10px #111111;
    /* border: 1px solid #404040; */
    border: 1px solid #787878;
    box-shadow: inset 0px 14px 3px #454545;
    /* varianti per gradienti */
    background-image: -webkit-linear-gradient(top, #454545 40%, #000000 45%);
    background-image: linear-gradient(top, #454545 40%, #000000 45%);
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 30px;
    min-height: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.LiveMenu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}

.LiveMenu ul li {
    background-color: #000000;
    font-size: 14px;
    -webkit-box-shadow: 0px 5px 10px #111111 inset;
    box-shadow: inset 0px 5px 10px #111111;
    /* border: 1px solid #404040; */
    border: 1px solid #333333;
    box-shadow: inset 0px 14px 3px #333333;
    /* varianti per gradienti */
    background-image: -webkit-linear-gradient(top, #333333 40%, #000000 45%);
    background-image: linear-gradient(top, #333333 40%, #000000 45%);
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1px;
    line-height: 35px;
    min-height: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.LiveMenu ul li a {
    background-position: 5px center;
    display: block;
    color: #FFFFFF;
    background-repeat: no-repeat;
    padding-left: 35px;
    height: 35px;
}

.LiveMenu ul li a span {
    height: 25px;
    display: block;
    text-overflow: ellipsis;
    margin-right: 60px;
    overflow: hidden;
    white-space: nowrap;
}

.LiveMenu ul li .quote {
    margin: 4px;
    min-width: 35px;
    height: 20px;
    float: right;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding: 0 3px 0 3px;
    border: 2px solid #333333;
    background-color: #D26A01;
    -webkit-box-shadow: 0px 20px 25px #F8CB24 inset;
    box-shadow: inset 0px 20px 25px #F8CB24;
    border-radius: 5px;
    color: #000000;
}

.LiveMenu ul li .arrow {
    background-image: url('Images/rightArrow.PNG');
    background-position: 5px 3px;
    width: 10px;
    height: 20px;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    background-repeat: no-repeat;
}

.gruppo {
    background-position: bottom;
    margin: 2px 10px 0px 10px;
    padding: 0px 5px;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #DD870B !important;
    -webkit-box-shadow: 0px 10px 10px #F9D65B inset !important;
    box-shadow: inset 0px 10px 10px #F9D65B !important;
    line-height: 22px;
}

.incoming .gruppo {
    background-color: #999999 !important;
    -webkit-box-shadow: 0px 10px 10px #C1C1C1 inset !important;
    box-shadow: inset 0px 10px 10px #C1C1C1 !important;
}

.gruppo .titleTournament {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
    display: block;
    background-size: 20px 20px;
}

.rowLive {
    border: 2px solid #333333;
    color: #FFFFFF;
    background-color: #3C3C3C;
    -webkit-box-shadow: 10px 40px 40px 10px #242424 inset;
    box-shadow: inset 10px 40px 40px 10px #242424;
    border-radius: 5px;
    margin-bottom: 2px;
    overflow: hidden;
}

.rowLive_a {
    background-position: right center;
    color: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    padding: 5px;
    position: relative;
    background-image: url('Images/plsDett.png');
    background-repeat: no-repeat;
}

.rowLive .fase {
    color: #999999;
    line-height: 20px;
    font-size: 12px;
    float: left;
}

.rowLive .evento {
    display: block;
    line-height: 25px;
    font-weight: bold;
    margin-right: 95px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rowLive .evento .spread {
    color: #E6A025;
}

.rowLive .evento .spreadPos {
    color: #009933;
}

.rowLive .evento .spreadNeg {
    color: #990000;
}

.rowLive .risultato {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    border-radius: 4px;
    position: absolute;
    right: 35px;
    min-width: 50px;
    padding: 0px 5px;
    background-color: #DADADA;
    text-align: center;
    -webkit-box-shadow: 3px 5px 6px 1px #999999 inset;
    box-shadow: inset 3px 5px 6px 1px #999999;
    line-height: 25px;
    height: 25px;
    top: 5px;
}

.rowLive .timer {
    color: #999999;
    line-height: 20px;
    font-size: 14px;
    right: 35px;
    position: absolute;
    bottom: 2px;
    height: 20px;
    line-height: 20px;
}

.rowLive .startTime {
    color: #999999;
    float: right;
    line-height: 20px;
    font-size: 12px;
}

.rowLive .linkDetail {
    display: block;
    background-image: url('Images/plsDett.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    float: right;
    margin: 10px 10px 0px 0px;
}

.live .eventsCQ {
    margin: 10px 0;
}

.live .eventsCQ div {
    background-image: -webkit-linear-gradient(center top, #333333 40%, #000000 45%);
    background-image: linear-gradient(center top, #333333 40%, #000000 45%);
    border: 1px solid #424142;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 15px #000000 inset;
    display: inline-block;
    height: 28px;
    margin: 3px 1px 0 0;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 46%;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live .eventsCQ .sel {
    background-image: none;
    background-color: #EFB61C;
    border: 1px solid #DEA200;
    box-shadow: 0 14px 8px 3px #FFE3A5 inset;
    color: #000000 !important;
}

.LiveDetails {}

.LiveDetails .intestazione {}

.LiveDetails .intestazione .titleEvent, .live #eventsDetail>.titleEvent {
    background-color: #DD870B;
    -webkit-box-shadow: 0px 10px 10px #F9D65B inset;
    box-shadow: inset 0px 10px 10px #F9D65B;
    margin: 10px 10px 0px 10px;
    padding: 0 5px 0 5px;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    line-height: 25px;
    display: block;
}

.live #eventsDetail>.titleEvent {
    margin-bottom: 3px;
}

.LiveDetails .intestazione .titleEvent SPAN, .live #eventsDetail>.titleEvent SPAN {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 22px;
    display: block;
}

.LiveDetails .intestazione .timer {
    display: block;
    position: relative;
    background-color: #000000;
    margin-bottom: -4px;
    border: 1px solid #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 20px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 20px;
}

.LiveDetails .intestazione .timer .fase {
    position: absolute;
    display: block;
    left: 5px;
    top: 0;
}

.LiveDetails .intestazione .timer .time {
    position: absolute;
    display: block;
    right: 5px;
    top: 0;
    font-weight: bold;
}

/* Pannello per la visualizzazione dei risultati live */

/* Tabella per sport solo risultato (es. calcio, Hockey..) */

.LiveDetails .gridSingle {
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px;
}

.LiveDetails .gridSingle .concorrente {
    width: 40%;
    min-width: 100px;
    display: inline-block;
    border: 1px solid #878787;
    text-align: center;
    border-radius: 4px;
    line-height: 25px;
    font-weight: bold;
    color: #E4C903;
    font-size: 14px;
    margin: 5px 10px 5px 10px;
    background-image: url(images/odds_live_results_bg.png);
}

.LiveDetails .gridSingle .concorrente {
    display: inline;
}

.LiveDetails .gridSingle .concorrente .risultato {
    display: block;
    border: 1px solid #878787;
    text-align: center;
    border-radius: 4px;
    margin: 0px 10px 10px 10px;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    background-image: url(images/odds_live_results_bg.png);
}

/* Tabella per sport con tabella risultati (es. Basket, Tennis, Volley..) */

.LiveDetails .gridTable {
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
    overflow: hidden;
}

.LiveDetails .gridTable table {
    border-radius: 4px;
    margin: auto;
    border: 1px solid #878787;
    background-image: url(images/odds_live_results_bg.png);
}

.LiveDetails .gridTable table th {
    font-size: 13px;
    color: #C0C0C0;
    border-bottom: 1px solid #878787;
}

.LiveDetails .gridTable table tr td {
    background-image: url(images/odds_live_results_bg.png);
    min-width: 30px;
    text-align: center;
}

.LiveDetails .gridTable table tr td:first-child {
    color: #ffb600;
}

.LiveDetails .gridTable table tr TD:first-child SPAN {
    display: none;
}

.LiveDetails .gridTable table tr.selected TD:first-child SPAN {
    padding: 0 4px;
    display: inline;
    background-image: url(images/odds_live_results_sel_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 3px;
}

/* Tabella per Sport con il risultato a Lista (tipo MotoGp, Formula 1, Ciclismo, ...) */

.LiveDetails .gridList {
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
}

.LiveDetails .tableList {
    display: inline-block;
    width: 250px;
    text-align: left;
    border-radius: 4px;
    margin: auto;
    border: 1px solid #878787;
    background-image: url(images/odds_live_results_bg.png);
}

.LiveDetails .gridList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.LiveDetails .gridList ul li:first-child {
    border: 0
}

.LiveDetails .gridList ul li {
    border-top: 1px solid #878787;
    display: block;
    line-height: 30px;
}

.LiveDetails .gridList ul li .position {
    background-repeat: no-repeat;
    background-position: 2px center;
    display: inline;
    padding-left: 30px;
    color: #ffb600;
}

.LiveDetails .gridList ul li .challenger {
    display: inline;
}

/*--- LIVEBETTING ---*/

.liveBetting {
    margin-top: 10px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #000000;
    padding-bottom: 10px;
}

.liveBetting #HNImages {
    width: 100% !important;
    overflow: hidden;
}

.liveBetting #HNNav {
    display: none;
    text-align: center;
    margin: 5px 0 0 0;
}

.liveBetting #HNNav a {
    background-position: center center;
    background-image: url(images/itemNews.png);
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    margin: 1px 3px 1px 3px;
}

.liveBetting #HNNav .activeSlide {
    background-image: url(images/itemNewsSelected.png);
}

.liveBetting .HNContent {
    margin: 6px 0px 5px 5px;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 16;
    overflow: hidden;
    display: block;
    font-size: 14px;
}

.liveBetting .HNContentOpen {
    height: 100% !important;
}

.liveBetting .HNContent.noText {
    height: 108px;
    background-position: right top;
    bottom: 10px;
    top: auto;
}

#divLiveBoxContent {
    overflow: hidden;
    padding: 5px;
    background-color: #000000;
    -webkit-box-shadow: 0px 130px 120px #3A3B3B inset;
    box-shadow: inset 0px 130px 120px #3A3B3B;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 10px;
    font-size: 12px;
}

.liveBetting .HNRow {
    background-position: center center;
    background-repeat: no-repeat;
    background-position: top center;
}

.liveBetting #HNData, .HNEvento {
    display: none;
}

.liveBetting #HNTitle {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
    overflow: hidden;
    background-color: #DD870B;
    -webkit-box-shadow: 0px 10px 10px #F9D65B inset;
    box-shadow: inset 0px 10px 10px #F9D65B;
    text-indent: 10px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 4px;
    text-decoration: none;
}

.liveBetting #HNTesto {
    padding: 5px;
    font-size: 11px;
    line-height: 14px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
}

.liveBetting #HNTesto img {
    margin: 0 5px 0 0 !important;
    width: 86px;
    height: 75px;
    float: left;
}

.liveBetting .HNOdds {
    padding: 5px 10px 5px 10px;
    background-image: url(images/odds_live_sfHome.png);
    border: 1px solid #787878;
    border-radius: 4px;
    margin: 5px;
}

.liveBetting .HNOdds h3 {
    color: #E79E10;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}

/* Evento associato alla news nella Homepage */

.liveBetting .HNSottoEvento a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

/*Quote visualizzate sulla News della Homepage */

.liveBetting .HNOddsCnt {
    text-align: center;
}

.liveBetting .HNOdd {
    background-color: #000000;
    border: 1px solid #787878;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    margin: 5px 0 5px 4px;
    font-weight: bold;
    min-width: 85px;
    cursor: pointer;
    line-height: 15px;
}

.liveBetting .HNOdd .HNTQ {
    padding: 5px 3px 4px 3px;
    white-space: nowrap;
    font-size: 14px;
    color: #FFFFFF;
    float: left;
    min-width: 25px;
    line-height: 15px;
}

.liveBetting .HNOdd .HNQ {
    padding: 5px 7px 4px 7px;
    display: inline-block;
    background-color: #CACACA;
    -webkit-box-shadow: 0px 10px 10px 3px #DADADA inset;
    box-shadow: inset 0px 10px 10px 3px #DADADA;
    color: #000000;
    text-align: right;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 14px;
    float: right;
    min-width: 40px;
    line-height: 15px;
}

.liveBetting .QuotaChecked .HNQ {
    color: #101c33 !important;
    background-color: #DD870B !important;
    -webkit-box-shadow: 0px 10px 10px #F9D65B inset !important;
    box-shadow: inset 0px 10px 10px #F9D65B !important;
}

/* LiveResults */

.liveBetting .intestazione {
    font-weight: bold;
}

.liveBetting .intestazione .head {
    display: block;
    margin-bottom: -4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 25px;
    background-image: url(images/odds_live_sfHome.png);
    border-bottom: 2px solid #000000;
}

.liveBetting .intestazione .head .titleEvent {
    text-align: left;
    text-indent: 5px;
    font-size: 12px;
    font-weight: bold;
    background-color: #000000;
    color: #000000;
    background-color: #DD870B;
    -webkit-box-shadow: 0px 10px 10px #F9D65B inset;
    box-shadow: inset 0px 10px 10px #F9D65B;
    border-radius: 4px;
    line-height: 25px;
}

.liveBetting .intestazione .head .titleEvent img {
    float: left;
}

.liveBetting .intestazione .head .titleEvent span {
    background-position: 2px center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}

.liveBetting .intestazione .head .timer {
    color: #FFFFFF;
    -webkit-box-shadow: 2px 5px 10px #666666 inset;
    box-shadow: 2px 5px 10px #666666 inset;
    overflow: hidden;
    padding: 0 8px;
}

.liveBetting .intestazione .head .timer .fase {
    float: left;
}

.liveBetting .intestazione .head .timer .time {
    float: right;
}

/* Pannello per la visualizzazione dei risultati live */

.liveBetting .gridSingle {
    background-position: center;
    background-repeat: no-repeat;
    border-top-style: none;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0 0 0;
}

.liveBetting .gridSingle .concorrenti {
    position: relative;
    display: block;
    background-image: url(images/odds_live_sfHome.png);
    margin: 5px;
    border: 1px solid #787878;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    padding: 2px;
}

.liveBetting .gridSingle .concorrenti div {
    margin-right: 50px;
}

.liveBetting .gridSingle .concorrenti span {
    float: left;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 20px 0 25px;
    margin: 2px 4px;
    color: #FFFFFF;
    background-size: 22px auto;
}

.liveBetting .gridSingle .concorrenti .risultato {
    font-weight: bold;
    color: black;
    border-radius: 4px;
    min-width: 50px;
    padding: 0px 5px;
    margin: 2px;
    background-color: #DADADA;
    text-align: center;
    -webkit-box-shadow: 3px 5px 6px 1px #999 inset;
    box-shadow: inset 3px 5px 6px 1px #999;
    line-height: 24px;
    position: absolute;
    top: 1px;
    right: 1px;
}

/* Tabella per sport con tabella risultati (es. Basket, Tennis, Volley..) */

.liveBetting .gridTable {
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0 10px 0;
    overflow: hidden;
}

.liveBetting .gridTable table {
    border-radius: 4px;
    margin: auto;
    border: 1px solid #878787;
    background-image: url(images/odds_live_results_bg.png);
}

.liveBetting .gridTable table th {
    font-size: 14px;
    color: #C0C0C0;
    border-bottom: 1px solid #878787;
}

.liveBetting .gridTable table tr td {
    background-image: url(images/odds_live_results_bg.png);
    min-width: 30px;
    text-align: center;
}

.liveBetting .gridTable table tr td:first-child {
    color: #ffb600;
}

.liveBetting .gridTable table tr TD:first-child SPAN {
    display: none;
}

.liveBetting .gridTable table tr.selected TD:first-child SPAN {
    padding: 0 4px;
    display: inline;
    background-image: url(images/odds_live_results_sel_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 3px;
}

/* Tabella per Sport con il risultato a Lista (tipo MotoGp, Formula 1, Ciclismo, ...) */

.liveBetting .gridList {
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
}

.liveBetting .tableList {
    display: inline-block;
    width: 250px;
    text-align: left;
    border-radius: 4px;
    margin: auto;
    border: 1px solid #878787;
    background-image: url(images/odds_live_results_bg.png);
}

.liveBetting .gridList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.liveBetting .gridList ul li:first-child {
    border: 0
}

.liveBetting .gridList ul li {
    border-top: 1px solid #878787;
    display: block;
    line-height: 30px;
}

.liveBetting .gridList ul li .position {
    background-repeat: no-repeat;
    background-position: 2px center;
    display: inline;
    padding-left: 30px;
    color: #ffb600;
}

.liveBetting .gridList ul li .challenger {
    display: inline;
}

#bckSport {
    position: absolute;
    top: 50px;
    left: 10px;
    cursor: pointer;
    border: 2px solid #000000;
    border-radius: 5px;
    min-width: 51px;
    line-height: 20px;
    background-color: #252526;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0px 10px 5px #606060 inset;
    box-shadow: inset 0px 10px 5px #606060;
    text-transform: uppercase;
    text-indent: 0px;
}

/***betradar ver2 widget overrides***/

#betradarWidget .sr-widget .sr-color-home {
    background-color: #ffc20e;
}

#betradarWidget .sr-widget .sr-color-away {
    background-color: #999;
}

#betradarWidget .sr-widget .sr-border-color-home {
    border-left-color: #ffc20e;
}

#betradarWidget .sr-widget .sr-border-color-away {
    border-right-color: #999;
}
