﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #222;
    background: #eee;
    overflow-x:hidden;
}

/* ********************************
// Generic Styles
******************************** */

.gph {
    -moz-user-select: none;
    font: 1em/1 WebSymbolsRegular;
    position: relative;
    text-transform: none;
    font-weight: normal;
}

.clear{
    min-height: 1px;
    position: relative;
} * html .clear{ height: 1px; } .clear:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

.container{
    min-height: 1px;
    position: relative;
    margin: 0 auto;
    max-width: 728px;
} * html .container{ height: 1px; } .container:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }


h1, h2, h3, h4, h5{
   display: block;
   margin: 1.5em 0 .25em;
   color: #000;
}

h1{
    margin: 0 0 .5em;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.2;
    font-weight: bold;
}

h2{
    margin: 1.5em 0 .5em;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
}


h3{
    margin: 1.5em 0 .25em;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 1.2;
    font-weight: bold;
}

p{
    margin: 0 0 1em;
}

.note{
    color: #888;
}

a{
    /* color: #135CA8; */
    color: #222;
    text-decoration: none;    
    border-bottom: solid 1px #CED4DF;
}
a:hover{
    color: #135CA8;
    text-decoration: none;  
    border-color: #135CA8;  
}

a.vl {
    display:inline-block;
    zoom:1;
    *display:inline;
    position:relative;
    text-decoration:none;
}

i.icon-play {
    display:none;
}

a.vl i.icon-play {
    display:block;
    position:absolute;
    right:-1.2em;
    top:.4em;
    font-size:.7em;
    color:#666;
}

.hidden {
    display: none;
}

.name a.vl i.icon-play {
    position:relative;
    display:inline-block;
    *display:inline;
    zoom:1;
    top:-.1em;
    right:-.2em;
}

.smlhide{ display: block; }    
.smlhideinline{ display: inline; }
td.smlhide{ display: table-cell; }
th.smlhide{ display: table-cell; }
 

.smlshow{ display: none; }

@media (max-width: 600px) {
    .smlhide,
    .smlhideinline,
    td.smlhide,
    th.smlhide{
        display: none;
    }
    
    .smlshow { display: block; }
}

/* See t20.css - this is the default, T20 outputs to override/reverse these */

.t20hide  { display: block; }
td.t20hide, th.t20hide { display: table-cell; }

.t20show { display: none; } 
td.t20show, th.t20show { display: none; }

/* nobbb class added on body if no ball by ball detected */

.nobbbhide { display: block; }
td.nobbbhide, th.nobbbhide { display: table-cell; }

.nobbb .nobbbhide { display: none; }
.nobbb td.nobbbhide, .nobbb th.nobbbhide { display: none; }

table{
    width: 100%;
    margin: 0 0 1em;
}

table th{
    padding: 5px;
    border-bottom: solid 2px #000;
    font-weight: bold;
    vertical-align: bottom;
    line-height: 1;
    text-align: right;
}

table td{
    padding: 5px 8px 5px 7px;
    border-bottom: solid 1px #ddd;
    vertical-align: top;
    line-height: 1.6;
    text-align: right;
    white-space: nowrap;
}

table th.name{ text-align: left; padding-left: 0; width: 75%; white-space: normal; }
table td.name{ text-align: left; width: 75%; white-space: normal; }
table th.summary{ text-align: left; padding-left: 0; white-space: normal;  }
table td.summary{ text-align: left; padding-left: 0; white-space: normal;   }

/* table tr:hover td{
    background: #f6f6f6;
    border-color: #888;
} */



table.batting_table tr.last-batsman td{ border-color: #aaa; } 

table.batting_table tr.total td{
    font-weight: bold;
    color: #000;
}

table.batting_table tr.total td,
table.batting_table tr.extras td{    
    padding-bottom: 0;
    padding-top: 7px;
}

table.batting_table th.name{
    font-size: 14.5px;
}

table td.runs{
    font-weight: bold;
}

#printlogo{
    display: none;
}


/* ********************************
// header
******************************** */

#header {
    background-color: #141134;
    background-repeat: repeat-x;
    background-position: center 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

#header .container{ 
    height: 60px;
    background:  no-repeat 0 0;
    background-image: url(nzc.white-new.png);
    background-size:contain;
    background-position:center left;
    background-repeat: no-repeat;
}

@media (max-width:600px) {
    #header .container{ 
        height:45px;
    }
}

#header .sponsor {
	display: block;
	top: 8%;
	right: 0;
    left:50%;
    height:82%;
	position: absolute;
    background-size:contain;
    background-position:center right;
    background-repeat: no-repeat;
    border-bottom:none;
}

#header .sponsor:hover{
    border: none;
}
			
#header .sponsor strong { display: none; }

/*
// headerlinks
*/

.headerlinks {
    position: absolute;
    top: 46px;
    right: 0;
    width: 25%; 
    text-align: right;
}

    .headerlinks a {
        display: inline-block;
        background: #222;
        padding: 5px 10px;
        margin: 0 2px 2px 0; 
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;      
        border-bottom: solid 1px #ddd;
        background-color: #eee;
        color: #333;
        text-decoration: none;
        white-space: nowrap;
        font-size: 10px;   
    }

    .headerlinks a .gph{ padding: 0 .25em 0 0; }

    .headerlinks a:hover { color: #fff;
                           background: #000; }

     .headerlinks .twitter{ color: #019ad2;  }


@media (max-width: 880px) {
     .collapse-400{ display: none; }
}

@media (max-width: 600px) {
     .headerlinks{ top: 16px ;}
     .headerlinks .returnlink{ display: none; }
     .headerlinks .twitter{ display: none; }
}



/* ********************************
// page
******************************** */

#page{
    position: relative;
    padding: 0 20px;
    max-width: 800px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#page .container{
    padding: 1.5em 0;
}



/* ********************************
// scorecard
******************************** */

#scorecard{
}

#matchheader{  
    margin: 0 0 1em; 
}

#matchheader  h1{
    margin: 0 30% 0 0;
}

#matchheader .competition{
    color: #888;
}

#matchheader .details{
    color: #888;
    line-height: 1.2;
}

/* ********************************
// matchstate
******************************** */

#matchstate{
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 4px 0px;
    margin: 0 0px;
    background: #fff;
    line-height: 20px;
    height: 20px;
}

#state {
	display: block;
	padding: 0px 5px;
    height: 20px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: auto;
    float: left;
}

#state.state_grey { background: #666; }
#state.state_green {background: #5a8e22; }
#state.state_orange { background: orange; }
#state.state_red { background: #F00; }

#daySession {
	display: inline-block;
	padding: 0px 0px 0px 10px;
}

#radio_link,
#iheart_link{
    display: inline-block;
	margin: 0px 0px 0px 10px;
}

#powerPlayBox,
#powerPlay {   
    display: block;
	padding: 0 5px;
    height: 20px;
    color: #5a8e22;
    -webkit-border-radius: 0px 2px 2px 0;
    -moz-border-radius: 0px 2px 2px 0;
    border-radius: 0px 2px 2px 0;
    float: left;
    float: left;
    margin: 0 4px 0 -1px;
   background: #e5e5e5;
   font-weight: bold;   
   text-shadow: 0 1px 0 #f9f9f9;
}

		
/* ********************************
// result
******************************** */

#resultBox{
    background: #135CA8;
    padding: 5px 10px;
    color: #fff;
    margin:0 -10px 1em -10px;
}

/* ********************************
// current-progress
******************************** */

#current-progress{
    margin: 1.5em -10px;
    padding: 10px;
    background: #eeeeee;
    text-shadow: 0 1px 0 #fff;
}

#current-progress h3{
    margin-top: 0;
}


#current-progress .stat{
    padding: 0px 5px 0 0px;
    width: 29%;
    display: inline-block;
    min-width: 185px;
}

#current-progress table td{
    border-color: #e5e5e5;
}

#current-progress .run-req
{
    width: auto;
}

#current-progress #comparisonRow .stat
{
    display: inline-block
}

@media (min-width: 840px) 
{
    #current-progress table th.name{ width: 359px; }
    #current-progress table th.numberscore{ width: 34px; }
    #current-progress table th.smlhide{ width: 84px; }
    

}

    /* #current-progress table td.name span
    {
        display: block;
        width: 420px;
    } */


/*
// recent overs
*/

#recentOversBox{
    display: block;
    margin: 5px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#recentOversBox.empty {
    display: none;
}


#recentOversSimpleBox {
    background: #fff;
    border-bottom: solid 1px #ccc;
}

#recentOversSimple {
    padding:0 3px;
    display:inline-block;
    *display:inline;
    zoom:1;
}

#recentOversSimple > span {
    padding:0 2px 2px;
    display:inline-block;
    *display:inline;
    zoom:1;
}

#recentOversBox strong{
    /*display: none;*/
    padding: 5px;
    display: inline-block;
}

@media (min-width: 600px) {
    #recentOversBox strong{
        display: inline-block;
    }
}


#recentOvers span{
    display: inline-block;
    padding: 0 1px 0;
    font-size: 10px;
}

@media (min-width: 500px)
{
    #recentOvers span
    {
        font-size: 12px;
    }
}


/* ********************************
// inningsJumpTags
******************************** */

#inningsJumpTags{
    padding: 0px 10px;
    margin: 10px -10px 10px;
    background: #fff;
    color: #888;
    line-height: 15px; 
}


#inningsJumpTags .jumplabel
{
    font-weight: normal;
    display: block;
    float: left;
    line-height: 25px;
}

#inningsJumpTags div.jump-link{
    display: block;
    float: left;
    margin: 0 .25em 0 0;
}

#inningsJumpTags a{
    display: inline-block;
    padding: 5px 15px;
    margin: 0 5px;
    background: #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: solid 1px #ccc;
}

#inningsJumpTags a:hover{
    color: #fff;
    background: #135CA8;
}


/* ********************************
// innings
******************************** */

#innings{
    position: relative;
    z-index: 10;
    min-height: 1px;
}

#innings table{
    margin: 0;
}

#innings .bowling_table{
    margin: 2.5em 0 0;
}


#innings .bowling_table td.wickets
{
   font-weight: bold;
}

#innings .inning,
#innings .current_innings{
    margin: 0 0 2em;
    position: relative;
    min-height: 1px;    
}

.fall_of_wicket{
    /* border-top: solid 1px #aaa;*/ 
    padding: 5px 0 5px 0px;
    color: #888;
    margin:2.5em 0 0;
}

.fall_of_wicket h2 {
    background: #000;
    color: #fff;
    margin:0;
    padding: 8px 8px 5px 8px;
    font-size: 12px;
}

.fall_of_wicket span {
    padding:5px;
    display:block;
}

/* ********************************
// team rosters
******************************** */

.team_rosters{
    margin: 3em 0 2em;
}

.team_rosters .team{
    margin: 0 0 1em;
}


/* ********************************
// notes
******************************** */

#notes{
    
}

#notes h3{
    margin-top: 0;
}

#notes ul{
    margin: 0 0 2em;
    padding: 0;
    list-style: none;
}

#notes li{
    margin: 0 0 .5em -15px;
    padding: 0 0 0 15px;
    background: url(notes.li.gif) no-repeat 0 .3em;
    list-style: none;
}


/* ********************************
// match details
******************************** */

.match_details{
    margin: 1em 0 1em;
}

header .match_details{
    margin-bottom: 0;
}



/* ********************************
// lastUpdatedBox
******************************** */

#lastUpdatedBox{
    margin: 3em -10px 2em;
    padding: 15px 0px 0;
    border-top: solid 1px #ddd;
    color: #888;
    background: #fff;
}
    
#lastUpdatedBox a{
    color: #666;
    text-decoration: none;
}
    
#matchheader .details{
    color: #222;
}


/* ********************************
// banners
******************************** */

#banner{
    margin: 1em 0;
    position: relative;
    z-index: 1;
}

#banner img{
    width: 100%;
    height: auto;
    display: block;
}

#banner .img{
    position: relative;
    z-index: 1;
    display: block;
}

#banner .flash{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none;

}

@media (max-width: 748px) {
    #banner .flash{
        display: none;
    }   
}

@media (min-width: 700px) {
    
    body{ font-size: 12px; background: url(body.jpg) repeat center 0; padding-bottom: 50px; }
    h1 { font-size: 30px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    #page .container{ padding-top: 2em; }
    
    #matchheader{ margin-bottom: 1em; }
    
    #current-progress{ margin-top: 1em; margin-bottom: 2em; }
    #current-progress td.name,
    #current-progress th.name{ width:50%; }
    
    .fall_of_wicket{ width:38%; float:right;   padding-top: 0px; padding-right: 0; color: #222; }

    .bowling_table_container { width:60%; float:left; }

    
    table.bowling_table { margin: 1em 0 0; }
    table td.name{ position: relative; }
    table td.name div.playername{ display: inline-block; width: 40%; }
    table td.name .note{ color: #222; }
    
    .lt-ie8 table td.name div.playername{ display: inline; padding-right: 20px; }
    .lt-ie8 table td.name .note{ color: #888; }
    
     table.bowling_table th.name,
     table.bowling_table td.name{ width: 60%; }
    
    table td 
    {
        border-color: #fff; 
           line-height: 1.2;
     }
    
   
    #lastUpdatedBox{
        margin: 3em 0 2em;
        padding: 15px 0 0;
        border-top: solid 1px #ddd;
        color: #888;
        background: #fff;
    }
    
    #lastUpdatedBox a{
        color: #666;
        text-decoration: none;
    }
    
    #matchheader .details{
        color: #222;
    }
}



/* ********************************
// profile popups
******************************** */

#wrapper{ position: relative; z-index: 1; min-height: 1px; }

#profile{
    position: absolute;
    display: none;
    top: 20px;
    left: 0px;
    background: url(profile.png) no-repeat 0 0;
    padding: 20px 20px 20px 40px;
    width: 420px;
    color: #fff;
    z-index: 100;
}

#profile .content{
    float: left;
    width: 300px;
}

#profile h2{
    margin: 0 0 10px;
    color: #fff;
}

#profile ul{
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

#profile ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

#profile li em{
    color: #999;
    padding: 0 .5em 0 0;
    font-style: normal;
}

#profile img{
    float: left;
    max-width: 120px;
    border-bottom: solid 1px #000;
}

#profile .profilelink{
    display: inline-block;
    padding: 5px 10px;
    background: #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

#profile .profilelink:hover{
    background: #fff;
}

#profile .profileclose{
    height: 30px;
    width: 30px;
    display: block;
    background: url(profileclose.png) no-repeat 0 0;
    top: -15px;
    right: -15px;
    position: absolute;
    border: none;
    text-indent: -9000px;
}

#scorecard .profile{ display: none; }

@media (max-width: 600px) {
    #profile{ display: none !important; }
    body{
        background: #fff;
    }
}

/* Increase the size of video links for mobile */

.vl {
    display:inline-block;
    *display:inline;
    zoom:1;
    border-bottom:none;
    text-decoration:underline;
}


.col-with-links {
    /*padding-left:10px;
    padding-right:10px;*/
}

table .fours,
table .sixes {
    /*padding-left:0;
    padding-right:0;*/
}

table .wickets span,
table .fours span,
table .sixes span {
    /*padding:10px 0 10px 10px;*/
}

table .name .vl span,
table .name span.note {
    padding-top:10px;
    padding-bottom:10px;
}

.vl:hover .note {
    color:#135CA8;
}

/* Horizontal Scroll ////////////////////////////////////////////////////////// */

/**
    * ^News Stream
    */
.hs-slider {

}

.section--slide {
    position:relative;
    margin-bottom:2em;

}


.lt-ie8 .hs-item {
    padding-right: 0;
    width: 300px;
    margin-right: 0px;
}

.hs-item > a {
    display: block;
}

.hs-slider {
    position: relative;
}

.hs-slider__surface {
    position: relative;
    padding-top: 10px;
    XXpadding-left: 20px;   
    XXmargin-left: -20px; 
    padding-bottom:20px;
      

    box-sizing: content-box;

    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;

    -webkit-overflow-scrolling: touch;
        
    -ms-overflow-style: none;
    -ms-content-zooming: none;
    -ms-user-select: none;
    -ms-scroll-chaining: none;
        
    
    /* Adjust yui3-g metrics*/
    letter-spacing: -0.18em;
}

.hs-slider__scrollcover {
    position: absolute;
    bottom: 0;
    left: -20px;
    right: 0;
    height: 17px;
    background: #fff;
    z-index: 1;
    line-height:0;
    font-size:0;
}


@media only screen and (max-width: 880px) {
    .hs-slider__surface {
        
        margin-left: -3%;
        padding-left: 3%;
    }

    .hs-slider--full-width .hs-slider__surface {
        margin-right: -3%;
        padding-right: 3%;            
    }

    .hs-slider__scrollcover {
        left: -3%;
    }

    .hs-slider--full-width .hs-slider__scrollcover {
        right: -3%;
    }

    .hs-slider__nav,
    .hs-slider__scrollcover {        display: none;    }

    .hs-slider__surface {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px !important;
    }

    .highlight-summary {        
        width: 30%;
        font-size: 1em;
        padding: 0 !important;
        margin-right: 4px;
        margin-bottom: 4px;
    }    

    
    .highlight-summary__img {
        padding-top: 60%;
    }
    
    .highlight-summary__heading {
        font-size: 1.25em;
    }        
}

@media only screen and (max-width: 500px) {
    .highlight-summary {        
        width: 45%;
        font-size: 1em;
        padding: 0 !important;
        margin-right: 4px;
        margin-bottom: 4px;
    }  
}


.hs-slider__nav {
    position: absolute;
    top: 0;
    right: 4.166%;    
    z-index: 2;
}

.lt-ie8 .hs-slider__nav {
    display: none;
}

.hs-slider__nav__item {    
    top: 0;
    margin: 0;
}

    .hs-slider__nav .button {
        width: 60px;
        height: 1em;
        line-height: 1;
        font-size: 28px;

        background: none;        
        color: #000;

        -webkit-transition: color .25s;
        -moz-transition: color .25s;
        -o-transition: color .25s;
        transition: color .25s;

        -webkit-transition: opacity .25s;
        -moz-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s;

        opacity:1;
    }

    .hs-slider__nav .button.disabled {
        /*display:none;*/
        opacity:0;
    }

    .hs-slider__nav .button:hover {        
        color: #999;
        background: none;
        
    }

        .hs-slider__nav .button:active {
            background: none;
            color: #248dc1;
            text-shadow: 0 0 30px #248dc1;
        }

.highlight-summary {
    position: relative;
    padding:4px 8px 4px 0;
    box-sizing:border-box;
    line-height: 1.3;
    font-size: .875em;
    white-space: normal;
    
}

.summary__header {
    position: relative;
    min-height: 1px;
    margin: 0 0 1em 0
}

.highlight-summary__img {
    width: 100%;
    box-sizing:border-box;
    height: 0;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -ms-behavior: url(/v2/css/backgroundsize.htc);
    /*border-right:2px solid #fff;
    border-left:2px solid #fff;*/
}

.disabled .highlight-summary__img {
    opacity:.6;
}

.disabled .highlight-summary__img:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#147dc1;
    opacity:.6;
}



.highlight-summary__thumb {
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left:-22px;
    margin-bottom: -24px;
    cursor: pointer;
    height: 45px;
    width: 45px;
    display: block;
    padding: 0px;
    background: url("thumb-play.png") no-repeat left top transparent;
    background-size:contain;
}

.lt-ie9 .highlight-summary__thumb {
    background: url("thumb-play-ltie9.png") no-repeat left top transparent;
}

.disabled .highlight-summary__thumb {
    background: url("thumb-profile.png") no-repeat left top transparent;
    background-size:contain;
    bottom: 50%;
}

.lt-ie9 .disabled .highlight-summary__thumb {
    background: url("thumb-profile-ltie9.png") no-repeat left top transparent;
}


.lt-ie9 .highlight-summary__img {
    background-position: left bottom
}

@media(min-width:600px) {
    .disabled .highlight-summary__thumb {
        bottom: 62%;
    }

    .disabled .highlight-summary__thumb:after {
        content:"Login to MyBLACKCAPS to view";
        font-weight:bold;
        color:#fff;
        position:absolute;
        text-align:center;
        bottom:-3em;
        left:-4.5em;
        right:-4.5em;
        margin:auto;
        font-size:1.1em;
    
    }
}

.highlight-summary__heading {
    position: relative;
    font-size: 1.2857em;
    line-height: 1.2; 
    font-family: "myriad-pro-n6","myriad-pro",sans-serif;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0
}

.yui3-u-2-3 .highlight-summary__heading {
    font-size: 1.75em;
    font-family: "myriad-pro-n4","myriad-pro",sans-serif;
    font-weight: 400
}

.highlight-summary__time {
    margin: 0;
    color: #999
}

.highlight-summary a {
    display: block;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: border-color .25s;
    cursor: pointer
}


.hs-slider__nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    list-style:none;
    margin:0;
    padding:0;
}

.hs-slider__nav__item {
    position: absolute;
    top: 10px;
    margin: 0;
    /*background:#fff;*/
}

.hs-slider__nav__item--prev {
    left: -44px;
    XXborder-right: 1px solid #666
}

.hs-slider__nav__item--next {
    right: -44px;
    XXborder-left: 1px solid #666
}

.hs-slider__nav .button {
    width: 45px;
    height: 140px;
    line-height: 140px;
    font-size: 28px;
    background: none;
    border:none;
    color: #000;
    /*-webkit-transition: color .25s;
    -moz-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;*/
    outline:none;
}

.hs-slider__nav .button:hover {
    color: #999;
    background: none
}

.hs-slider__nav .button:active {
    background: none;
    color: #248dc1;
    text-shadow: 0 0 30px #248dc1
}


/* Ads */

#bannerAd {
    position: relative;
    padding: 0 ;
    max-width: 840px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#ancTopAdd {
    width: 100%;
    text-decoration: none;
    border-bottom: none;
}
#ancTopAdd img {
    width: 100%;
}
@media (max-width: 600px) {
    #bannerAd {
        display: none;
    }
}


/* ballByBall_slide */

.ballByBall_slide {
    margin:0;
}

.ballByBall_slide .hs-slider__nav__item {
    top:0;    
}

.ballByBall_slide .hs-slider__nav__item--prev,
.ballByBall_slide .hs-slider__nav__item--next {
    line-height:1em;
    height:1em;
}

.ballByBall_slide .hs-slider__nav__item--prev button,
.ballByBall_slide .hs-slider__nav__item--next button {
    height:3.1em;
    line-height:3.1em;
}

.ballByBall_slide .hs-slider__nav__item--prev {
    left:0px;
}

.ballByBall_slide .hs-slider__nav__item--next {
    right:0px;
}

.ballByBall_slide .hs-slider__nav__item--prev button {
    border-right:1px solid #000;
}

.ballByBall_slide .hs-slider__nav__item--next button {
    border-left:1px solid #000;
}

.ballByBall_slide .hs-slider {
    margin-top:10px;
    /*margin-bottom:10px;*/
    overflow:hidden;
}

@media (min-width:900px) {
    .ballByBall_slide .hs-slider {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.ballByBall_slide .hs-slider__nav .button {
    width:30px;
}

.ballByBall_slide #recentOvers {
    padding:1.7em 0;
    margin-bottom:-17px;
}
/*only for ie - don't use margin-bottom negative*/
@media all and (-ms-high-contrast:none) {
    .ballByBall_slide #recentOvers { margin-bottom:0 !important; } /* IE10 */
    *::-ms-backdrop, .ballByBall_slide #recentOvers { margin-bottom:0 !important; } /* IE11 */
}

.ballByBall_slide #recentOvers span {
    font-size:1.25em;
    z-index:10;
    position:relative;
}



@media (max-width:600px) {
    .ballByBall_slide #recentOvers span {
        font-size:1.05em;
    }
}


.ballByBall_slide #recentOvers span.bl, 
.ballByBall_slide #recentOvers span.ball-coming {
    display: inline-block;
    vertical-align:middle;
    margin-left: 1px;
    margin-right: 1px;

    height: 3em;
    width: 3em;
    line-height: 3em;

    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #666;
    color: white;
    text-align: center;
    font-size: 1em;
    letter-spacing: .05em;
    /*padding:0;*/
}

.ballByBall_slide #recentOvers span:first-child {
    margin-left:50px;
}

.ballByBall_slide #recentOvers span:last-child {
    margin-right:50px;
}

#recentOversSimple span.ball-coming {
    display:none;
}

.ballByBall_slide #recentOvers span.bl sup, 
span.ball-coming sup {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .02em;
}


.ballByBall_slide #recentOvers span.divider
{
    display: inline-block;
    margin-left: .5em;
    margin-right: .3em;
    height: 3em;
    line-height: 3em;
    color:#eee;
    border-left:1px solid #aaa;
    position:relative;
}

.ballByBall_slide #recentOvers span.divider:before{
    content: attr(over);
    color: #bbb;
    font-size: .6em;
    position: absolute;
    top: -1.5em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1em;
    left: -90%;
    letter-spacing: .1em;
    display: block;
    margin: 0 0 0em;
}

.ballByBall_slide #recentOvers span.divider[over='10']:before,
.ballByBall_slide #recentOvers span.divider[over='11']:before
.ballByBall_slide #recentOvers span.divider[over='12']:before
.ballByBall_slide #recentOvers span.divider[over='13']:before
.ballByBall_slide #recentOvers span.divider[over='14']:before
.ballByBall_slide #recentOvers span.divider[over='15']:before
.ballByBall_slide #recentOvers span.divider[over='16']:before
.ballByBall_slide #recentOvers span.divider[over='17']:before
.ballByBall_slide #recentOvers span.divider[over='18']:before
.ballByBall_slide #recentOvers span.divider[over='19']:before
.ballByBall_slide #recentOvers span.divider[over='20']:before {
    left: -200%;
}

.ballByBall_slide span.ball-coming 
{
    background-color: transparent !important;
    background-image: url('loading.gif');
    background-repeat: no-repeat;
    border-radius: 0;
    background-position: center center;
    z-index:0 !important;
}

/* Default styles when there is no specific brand */

.ballByBall_slide #recentOvers span.bl, 
span.ball-coming {
    background-color: #666666;
    opacity:.9;
    margin:-.3em;
}

.ballByBall_slide #recentOvers span.illegal span.bl
{
    background-color: #666666;
}
.ballByBall_slide #recentOvers span.run-4
{
    background:#666666;
    border:.5em solid #666666;
    margin:-.5em;
}
.ballByBall_slide #recentOvers span.run-6
{
    background:#4e4e4e;
    border:1em solid #4e4e4e;
    margin:-1em;
}
.ballByBall_slide #recentOvers span.wicket
{
    background-color: #c0392b;
    opacity:1;
    border:.5em solid #c0392b;
    margin:-.5em;
    position:relative;
    z-index:10000;
}

.ballByBall_slide #recentOvers span.dot
{
    opacity:.5;
}
.ballByBall_slide #recentOvers span.notes
{
    cursor: pointer;    
}

.ballByBall_slide span.break-in-play
{
    display: none;
}

.ballByBall_slide span.ball-coming 
{
    margin-left:.5em;
}

.tooltipster-default {
	border: 2px solid #666666 !important;
	background: #666666 !important;
	color: #fff !important;
}


.ballByBall_slide #recentOvers .vl span.bl {
    line-height: 2em;
}

.box-icon {
    display: inline;
}

#recentOvers .box-icon {
    position: absolute;
    top: 26px;
    right: 15px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}

#recentOvers .box-icon .icon-play {
    right: 2px !important;
    top: 3px !important;
    color: #333 !important;
    font-size: .6em !important;
}

@media(max-width: 600px) {
    .ballByBall_slide #recentOvers .vl span.bl {
        line-height: 1.9em;
    }
    #recentOvers .box-icon {
        top: 19px;
        right: 11px;
        width: 13px;
        height: 13px;
    }
    #recentOvers .box-icon .icon-play {
        right: 3px !important;
        top: 3px !important;
    }
}

/*.ballByBall_slide #recentOvers span.dot
{
    width:1.5em;
    height:1.5em;
    line-height:.3em;
}*/

/*.ballByBall_slide #recentOvers span.illegal span.bl
{
    background-color: #303030;
}
.ballByBall_slide #recentOvers span.run-4
{
    background-color: darkorange;
}
.ballByBall_slide #recentOvers span.run-6
{
    background-color: green;
}
.ballByBall_slide #recentOvers span.wicket
{
    background-color: red;
}
.ballByBall_slide #recentOvers span.notes
{
    cursor: pointer;    
}

.ballByBall_slide span.break-in-play
{
    display: none;
}*/



table.bowling_table th {
    background:#000;
    color:#fff;
    padding:8px 8px 5px 8px;
}

table.batting_table th {
    background:#000;
    color:#fff;
    padding:8px 8px 8px 5px;
}

table.batting_table th.name {
    padding:9px 5px 6px 8px;
}

.wickets {
    padding-right:25px !important;
}

