.gray_section {
    min-height: 600px;
}
.custom_team_play_over {
    background-color: #fff !important;
    color: #424242 !important;
}
.custom_team_play_over span {
    color: #424242 !important;
}
.dark {
    color: #424242;
    font-weight: bolder;
}
#wagon {
    background-image: url(../images/wagonwheel_bg.png);
    background-position: left;
    background-size: 427px auto;
    width: 430px;
    height: 205px;
    background-repeat: no-repeat;
}
.wgn_popup .grey_content .top_figure .bowler li:first-child {
    background: transparent;
    padding-left: 33px;
}
.wgn_popup .grey_content .top_figure .bowler li:first-child div {
    color: #3a3a3a !important;
}
.wgn_popup .grey_content .top_figure ul .bat_icon_li {
    background: url("../images/icon_bat_black.png") no-repeat scroll left 12px #404040;
    padding-left: 33px;
}
.wgn_popup .grey_content .top_figure ul .wicket_icon_li {
    background: url("../images/wickets.png") no-repeat scroll 2px 7px / 28px auto #404040;
    padding-left: 33px;
}
.wgn_popup .grey_content .top_figure ul .wicket_icon_li div {
    color: #ffffff !important;
}
.standings .player_name {
    width: auto;
}
.predictionFigure {
    font-family: HelveticaNeueLTStdBold;
    font-size: 30px;
    line-height: 33px;
    padding-top: 5px;
    text-align: center;
}
.predictionFigure.home {
    color: #68bbe9;
}
.predictionFigure.away {
    color: #24698f;
}
.predictionTeam {
    color: #404040;
    font-family: HelveticaLTStdBold, Arial;
    font-size: 12px;
    margin-top: 2px;
    text-align: center;
    text-transform: uppercase;
}
.predictionTeam.tie {
    color: #fa261b;
}
.predictionTeam.draw {
    color: #3e3e3e;
}
.prematch_content .circle_big {
    background: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.prematch_content .circle_med {
    background: none repeat scroll 0 0 #fff;
    border-radius: 63px;
    height: 63px;
    width: 63px;
}
.prematch_content .circle_home {
    background: #68bbe9;
}
.prematch_content .circle_away {
    background: #24698f;
}
.brc li a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.brc li a:hover,
.brc li a:active,
.brc li a:visited {
    text-decoration: none;
}
.brc_title {
    max-width: 200px;
}
.custom-popup {
    position: absolute;
    z-index: 9999;
    left: 18%;
}
.custom_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: black;
    opacity: 0.5;
    display: none;
}
.mhtn_content .scorecard_tabs .tabs_detail li a {
    width: 90px !important;
}
.custom_cursorPointer {
    cursor: pointer
}
.blue_strip {
    margin-top: 5px;
}
.team_runs {
    font-size: 12px !important;
    line-height: 12px;
}
.viewAll {
    color: #ffffff !important;
    margin-right: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
}
.viewAll:hover {
    color: #23527c !important;
}
.disabledLink {
    background-image: none !important;
}

/*//////////////////////////////////////////////*/

.ticker {
    -webkit-transform-style: preserve-3d !important;
    width: 100%;
    /*    padding: 1em 1em;*/
    height: 30px;
    overflow: hidden;
    position: relative;
}
.ticker .viewport {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 30px;
    /*    border-width: 1px 0;*/
    /*    border-style: solid;*/
    /*    border-color: #cccccc;*/
    white-space: nowrap;
    width: 100%;
}
.ticker .viewport.moving {
    -webkit-animation: moveLeft 2s ease-in-out;
    animation: moveLeft 2s ease-in-out;
}
.ticker .viewport .box {
    list-style-type: none !important;
    display: inline-block;
    width: 100%;
}
@-webkit-keyframes moveLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        filter: blur(0);
        -webkit-filter: blur(0);
        -webkit-font-smoothing: antialiased;
        backface-visibility: hidden;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        filter: blur(0);
        -webkit-filter: blur(0);
        -webkit-font-smoothing: antialiased;
        backface-visibility: hidden;
    }
}
@keyframes moveLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        filter: blur(0);
        -webkit-filter: blur(0);
        -webkit-font-smoothing: antialiased;
        backface-visibility: hidden;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        filter: blur(0);
        -webkit-filter: blur(0);
        -webkit-font-smoothing: antialiased;
        backface-visibility: hidden;
    }
}

/*///////////////////////////////////////////////////////////*/


.hide_onload {
    display: none;
}