#map-canvas { height: 500px; }

.ShowMapLink { margin-left: 5px; }

body {
    font-family: 'Droid Sans', sans-serif !important;
}

.FixtureDetails {
	text-align: center;
	background-color: lightgray;
	padding: 10px;
	margin-top: 0;
}

h1.LeagueName {
	margin-top: 0;
	font-size: 3.7vw;
}

.VenueDetails { font-size: 1.4vw; }


.ScoreTableContainer {
	margin-top: 5px;
	margin-bottom: 5px;
}

.ScoreTable { width: 100%; }

.ScoreTable td { border: 1px dotted azure; }

.OutdoorCricketTeamScoreContainer
{
    font-size: 5vw;
    margin-bottom: 15vh;
    padding-left: 15px;
}

.Score {
	font-size: 9vw;
	width: 16vw;
	font-family: 'Anton', sans-serif;
	text-align: center;
	background-color: lightgreen;
}

.TeamName {
	font-size: 7vw;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}

.TeamName span { margin-right: 10px; }

.ScoreTable td {
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}

.ScoreChanged {
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-ms-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.OutdoorCricketTeamRuns, .OutdoorCricketWickets, .OutdoorCricketOvers {
	-webkit-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: #EDEDED;
	padding: 0 1vw 0 1vw;
    font-family: 'Anton', sans-serif;
    font-size: 6vw;
	text-align: center;
	margin-right: 1vw;
}

.OutdoorCricketTeamScoreContainer div
{
	float: left;
}

.TeamDivider
{
	clear:both;
	padding-top: 50px
}

.OutdoorCricketTeamRuns
{
	width: 150px;
	width: 12vw;
}

.OutdoorCricketWickets
{
	width: 90px;
	width: 7vw;
	margin-left: 10px;
}

.OutdoorCricketOvers
{
	width: 110px;
	width: 9vw;
	margin-left: 10px;
}


[ng\:cloak], [ng-cloak], [data-ng-cloak], .ng-cloak, .ng-hide {
    display: none !important;
}




@media (max-width: 320px) {
	h1.LeagueName { font-size: 6vw; }

	.VenueDetails { font-size: 3vw; }
}

/*Fixtures CSS*/
li table td.teamA, li table td.teamB{
    width: 50%;
}

.scores table {
    margin: 0px;
    border-collapse: collapse;
    padding: 0px;
}

ul.scores{
    list-type: none;
    padding: 0;
    margin: 0;
}

ul.scores li{
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #CECECE;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.status-box{
    padding: 3px;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.status-box.blank{
    background-color: #f5f5f5;
}

.status-box.green{
    background-color: #64C700;
}

.status-box.fixtureName{
    background-color: #E8E8E8;
    color: black;
}

.status-box.matchCompleted
{
    color:white;
    background-color:black;
}

.score table, .score td{
    border: 0px solid #fff;
    border-collapse: collapse;
}

.score td{
    text-align: center;
    vertical-align: middle;
}

.score tr td:first-child, .score tr td:last-child{
    min-width: 15px;
}

.score td.value{
    line-height: 10px;
    color: #6F6F6F;
    font-size: 30px;
}

.score td.for{
    line-height: 10px;
    color: #777777;
    font-size: 16px;
}


.score td.value-description{
    color: #AAAAAA;
    font-size: 16px;
}

.score tr.summary-box{
    background-color: #F5F5F5;
}

.score tr.summary-box td{
    padding: 7px 0 4px 0;
    color: #6F6F6F;
    font-size: 14px;
}

.score tr.summary-box td.overs-teamA{
    text-align: left;
    font-size: 16px;
}

.score tr.summary-box td.overs-teamB{
    text-align: right;
    font-size: 16px;
}

.teamA, .teamB{
    color: #777777;
    text-align: center;
}

@media only screen and (max-device-width: 480px) {
    .score tr td:first-child, .score tr td:last-child{
        min-width: 5px;
    }
}



.segment
{
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin: 1rem 0em;
    padding: 1em 1em;
    border-radius: 0.2857rem;
    border: none;
}

.ScoreboardDetailTeamName
{
    margin-top: 0;
}

.ScoreboardDetailTeamHeader
{
    font-weight: bold;
}

.ScoreboardDetailRow
{
    border-top: 1px solid #e0e0e0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ScoreboardDetailsInningsInfo
{
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}

.ScoreboardDetailStriker, .ScoreboardDetailsCurrentBowler
{
    font-weight: bold;
}

.ScoreboardDetailTeamVsTeam
{
    text-align: center;
    font-size: 38px;
    margin-bottom: 3vh;
}

.ScoreboardDetailTeamInnings
{
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ScoreboardDetailScore
{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

.GoodRunRate
{
    color: #27af37;
}

.BadRunRate
{
    color: #ac2925;
}

.highlightPlayer
{
    -webkit-animation-name: highlightPlayerAnimation;
    -moz-animation-name: highlightPlayerAnimation;
    -ms-animation-name: highlightPlayerAnimation;
    -o-animation-name: highlightPlayerAnimation;
    animation-name: highlightPlayerAnimation;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.ScoreSummaryCard .well
{
    border: none !important;
    border-radius: 0 !important;
    padding: 5px 10px 10px 10px !important;
    min-height: 240px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.ScoreSummaryCard{
    max-width: 1280px;
    margin: 0 auto;
}
.ScoreboardSummaryTeamName
{
    text-align: left;
    font-size: large;
    font-weight: bold;
    margin: 3px 0;
}

.ScoreboardSummaryTeamScoreContainer
{
    text-align: left;
    padding: 5px;
    background-color: white; border: 1px solid #ddd;
}

.ScoreboardSummaryTeamScoreContainer table
{
    width: 100%
}
.ScoreboardSummaryTeamScoreContainer td {
    text-align: center;
}

.ScoreboardSummaryTeamScore
{
    font-weight: bold;
    font-size: x-large;
}

.ScoreboardSummaryLeagueName
{
    color: #999;
}

.ScoreboardSummaryYetToBatTable
{
    display: table;
    width: 100%;
}

.ScoreboardSummaryYetToBatCell
{
    display: table-cell;
    height: 52px;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: bold;
}

.DefaultScoreCardTeamName
{
    font-size: large;
    font-weight: bold;
    vertical-align: bottom;
}

.DefaultScoreCardTeamName:first-child
{
    max-height: 78px;
    overflow: hidden;
}



.DefaultScoreCardTeamScore
{
    font-size: 50px; font-weight: bold;background-color: white; border: 1px solid #ddd;
}

.DefaultScoreCardTimer
{
    font-size: 40px; font-weight: bold; text-align: center
}


@media only screen and (min-width: 579px) and (max-width: 991px)
{
    .ScoreSummaryCard .col-xs-12
    {
        width: 50% !important;
    }
}

@-webkit-keyframes highlightPlayerAnimation {
    0% { background-color: #d9edf7; }
    10% { background-color: #FFFFFF; }
    20% { background-color: #d9edf7; }
    30% { background-color: #FFFFFF; }
    40% { background-color: #d9edf7; }
    50% { background-color: #FFFFFF; }
    60% { background-color: #d9edf7; }
    70% { background-color: #FFFFFF; }
    80% { background-color: #d9edf7; }
    90% { background-color: #FFFFFF; }
    100% { background-color: #d9edf7; }
}

@keyframes highlightPlayerAnimation {
    0% { background-color: #d9edf7; }
    10% { background-color: #FFFFFF; }
    20% { background-color: #d9edf7; }
    30% { background-color: #FFFFFF; }
    40% { background-color: #d9edf7; }
    50% { background-color: #FFFFFF; }
    60% { background-color: #d9edf7; }
    70% { background-color: #FFFFFF; }
    80% { background-color: #d9edf7; }
    90% { background-color: #FFFFFF; }
    100% { background-color: #d9edf7; }
}

@media only screen and (max-width: 768px)
{
    .ScoreboardDetailTeamVsTeam
    {
        font-size: 20px;
    }

    .ScoreboardDetailTeamInnings, .ScoreboardDetailScore
    {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .ScoreboardDetailTeamInnings
    {
        font-weight: bold;
        font-size: 18px;
    }

    .ScoreboardDetailScore
    {
        font-size: 15px;
        text-align: left;
    }
}

.ClickableRow
{
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 992px)
{
    .ScoreboardDetailTeamVsTeam
    {
        font-size: 25px;
    }

    .ScoreboardDetailTeamInnings, .ScoreboardDetailScore
    {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .ScoreboardDetailTeamInnings
    {
        font-size: 22px;
    }

    .ScoreboardDetailScore
    {
        font-size: 19px;
    }
}

/*Indoor cricket summary styles*/
.IndoorCricketOverSummary { text-align: right; color: gray; font-size: small; margin-top: 10px }
td.IndoorCricketTotalScore { width: 20%;background-color: white; font-weight: bold; padding: 10px 0; font-size:xx-large }
.IndoorCricketSummaryTable td { border: 5px solid #eee; }
.IndoorCricketSummaryTable { width: 100%; border-collapse: collapse; background-color: #eee; }
td.SkinScore { padding: 10px; background-color: white; font-weight: bold; font-size: large }
td.IndoorCricketSummaryTeamName { text-align: left; width: 80%; padding: 5px; max-width: 0; text-overflow: ellipsis; white-space: nowrap; }