/************* Sport specific styles *****************/

/** SW **/
.SWResTableSplit
{
	border: 1px solid #FFFFFF;
	width: 67px;
	text-indent: 1px;
	border-collapse:collapse;
	margin-left:1px;
}

.SWResTableSplit .ResHead TH{
	color: #FFFFFF;
	background: #004300;
	border: 0px none;
	margin: 0px;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.SWResTableSplit .Res1 TD{
	border: 0px none;
	margin: 0px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:right;
}

.same{
    color: #ffa500;
    font-weight:bold;
    font-size:125%;
}

.more{
    color: #008000;
    font-weight:bold;
    font-size:125%;
}

.Less{
    color: #cc0000;
    font-weight:bold;
    font-size:125%;
}

/**AR**/
.ARWinnerbox:not(:empty){
	font-size:125%;
	float:left;
	border: 1px solid #ccc;
	border-radius: 2px;
	min-width: 10px;
	padding:5px 10px;
	text-align: center;
	height: 30px;
}

.ARWinnerbox:empty{
	font-size:125%;
	height: 30px;
}


.HeaderArchery{
	height: 40px !important;
}

/** AT **/

.ATSplit,
.ATSplitHead,
.ATSplitR,
.ATSplitRHead,
.ATSplitC
{
	float:left;
	margin: 1px 1px 0 0;
}

.ATSplit
{
	border:1px solid grey;
	width:49px;
	text-align:center;
}

.ATSplitHead
{
	border:1px solid #FFFFFF;
	width:49px;
}

.ATSplitC
{
	border:1px solid grey;
	width:70px;
	text-align:center;
}

.ATSplitR
{
	border:1px solid grey;
	width:86px;
	text-align:center;
}

.ATSplitRHead
{
	border:1px solid #FFFFFF;
	width:86px;
}

.ATcolresult{
	width: 75%;
	font-size:90%;
	float:left;
	margin-right:5%;
	margin-bottom:2px;
	white-space: nowrap; /** Para que no se partan los resultados + 1.233  hay un espacio detras del +**/
	text-transform: uppercase;

}

.Atrkbox:not(:empty){
	width:20%;
	font-size:75%;
	float:left;
	border: 1px solid #ccc;
	border-radius: 2px;
	min-width: 10px;


}

.ATrkbox:empty{
	width:20%;
}



/** MP **/
.MPcolresult{
	width: 70%;
	font-size:90%;
	float:left;
	margin-right:5%;
	margin-bottom:5px;
	white-space: nowrap; /** Para que no se partan los resultados + 1.233  hay un espacio detras del +**/


}

.MPrkbox:not(:empty){
	width:20%;
	font-size:75%;
	float:left;
	border: 1px solid #ccc;
	border-radius: 2px;
	min-width: 10px;


}





/**DV**/
.detail2_table,
.detail1_table{
 font-size: 90%;
}

.detail2_table tr th {
    background: none repeat scroll 0 0 #DDDDDD;

    color: #000;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;

}

.detail1_table tr th {
    background: none repeat scroll 0 0 #fcfcfc;

    color: #000;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;

}


.detail2_table .rightCell {
    background: none repeat scroll 0 0 #eee;

    color: #000;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;

}


.detail1_table .rightCell {
    background: none repeat scroll 0 0 #fcfcfc;

    color: #000;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;

}

.detail1_table tr td,
.detail2_table tr td{
     font-size: 100%;
}







/* top-left border-radius */
.detail2_table tr:first-child th:first-child,
.detail1_table tr:first-child th:first-child
 {
    border-top-left-radius: 4px;
}

/* top-right border-radius */
.detail2_table tr:first-child th:last-child,
.detail1_table tr:first-child th:last-child{
    border-top-right-radius: 4px;
}

/* bottom-left border-radius */
.detail2_table tr:last-child td:first-child,
.detail1_table tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

/* bottom-right border-radius */
.detail2_table tr:last-child td:last-child,
.detail1_table tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

/**** CR *****/
.CRcolresult{
	width: 66%;
	font-size:90%;
	float:left;
	margin-right:5%;
	margin-bottom:5px;
	white-space: nowrap;

}
.CRrkbox:not(:empty){
	width:20%;
	font-size:75%;
	float:right;
	border: 1px solid #ccc;
	border-radius: 2px;
	min-width: 10px;

}
.CRrkbox:empty{
	width:20%;
}

/** CF,CA **/

@media screen and (max-width: 519px) {
.CFPlayers {
    display: none;
}
}
@media screen and (min-width: 520px) {
    .CFPlayers {
        display: normal;
    }
}


.CFresultline{
padding-top: 10px;
padding-bottom: 5px;
white-space: nowrap; /** Para que no se partan los resultados + 1.233  hay un espacio detras del +**/

}


/*
.CFcolresult{
	width: 75%;
	font-size:90%;
	margin-right:5%;
	margin-bottom:5px;
 	display: inline-block;
 }

.CFrkbox:not(:empty){
	width:20%;
	font-size:75%;
	border: 1px solid #ccc;
	border-radius: 2px;
	min-width: 10px;
	display: inline-block;



}

*/


.CFcolresult{
	width: 75%;
	font-size:90%;
	float:left;
	margin-right:5%;
	margin-bottom:5px;
	white-space: nowrap;

}


.CFrkbox:not(:empty){
	width:20%;
	font-size:75%;
	float:left;
	border: 1px solid #ccc;
	border-radius: 2px;
	min-width: 10px;
	line-height: 120%;

}

.CFrkbox:empty{
	width:20%;
}
/** CM **/

.CM_SplitContainer {
	width: 100%;
}

.CM_SplitBox {
	width:92px;
	float: left;
	border: 1px solid #999;
	height: 60px;
	margin: 2px;
}

.CM_SplitHead {
	width:90px;
	float: left;
	border-bottom: 1px solid #999;
	padding: 3px;
	background: #EEE;
}

.CM_SplitResult {
	width:90px;
	float: left;
	padding: 3px;
}

/** EQ **/
.EQFloatScoreNumber
{
	border:1px solid #000000;
	text-align:center;
	float:left;
	width:30px;
	margin-left:1px;
	margin-bottom: 1px;
}

.EQFloatScoreTitle
{
	border:1px solid #FFFFFF;
	text-align:center;
	float:left;
	width:30px;
	margin-left:1px;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-bottom: 1px;
}


.EQcolresult{
	width: 75%;
	font-size:90%;
	float:left;
	white-space: nowrap;

}


.EQrkbox:not(:empty){
	width:25%;
	font-size:75%;
	float:right;
	border: 1px solid #ccc;
	border-radius: 2px;
	min-width: 10px;
	line-height: 100%;
	margin-top:2px;
	text-align:center;

}

.EQrkbox:empty{
	width:25%;
}


.EQcolresult2{
	width: 70%;
	font-size:85%;
	float:left;
	white-space: nowrap;
	color:#5c7c67;
}


.EQrkbox2:not(:empty){
	width:25%;
	font-size:75%;
	float:right;
	border: 1px solid #ccc;
	border-radius: 2px;
	min-width: 10px;
	line-height: 100%;
	color:#5c7c67;
	margin-top:2px;
	text-align:center;

}

.EQrkbox2:empty{
	width:25%;
}

.EQBoxMain{
	margin-left:5px;
}

/** TK **/

.TK_timeline_timeMark{
	padding-top: 47px;
	width: 133px;
	text-align: right;
	float:left;
}
.TK_timeline_timeMark_0{
	padding-top: 47px;
	float:left;
}
.TK_timeline_PlayByPlay{

	height: 60px;
	background-image: url('../img/nav/time_line_bg.png') !important;
	background-position: left top;
	background-repeat: no-repeat;

}
.TK_item_home{
	position: absolute;
	top: 9px;
	width: 13px;
	height: 20px;
	background-image: url('../img/nav/TK_time_line_blue.png');
	background-repeat: no-repeat;
	text-align: center;
	font-weight:bold;
}
.TK_item_away{
	position: absolute;
	top: 30px;
	width: 13px;
	height: 20px;
	background-image: url('../img/nav/TK_time_line_red.png');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5;
	font-weight:bold;
}

/** TT **/
.TTMatchCaption{
	font-weight: normal;
	font-size: 120%;
	padding: 3px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 150px;
	border: 1px solid #000;
	background-color: #FFFFFF;
	color: #000;
	margin-bottom:10px;
}

/** KA **/

.KA_timeline_timeMark{
	padding-top: 47px;
	width: 103px;
	text-align: right;
	float:left;
}
.KA_timeline_timeMark_0{
	padding-top: 47px;
	float:left;
}
.KA_timeline_PlayByPlay{

	height: 60px;
	background-image: url('../img/nav/time_line_bg.png') !important;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain !important;

}
.KA_item_home{
	position: absolute;
	top: 9px;
	width: 13px;
	height: 20px;
	background-image: url('../img/nav/KA_time_line_red.png');
	background-repeat: no-repeat;
	text-align: center;
	font-weight:bold;
}
.KA_item_away{
	position: absolute;
	top: 30px;
	width: 13px;
	height: 20px;
	background-image: url('../img/nav/KA_time_line_blue.png');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5;
	font-weight:bold;
}

/** GA / GR **/

.GA_imgApparatus{
	margin-top:5px;
}

.GA_ApparatusSelected{
	 background: #fdc600 !important;
	 color: #000 !important;
}

/** BB / SO **/

.BB_StatsSelected{
	 background: #97dff8 !important;
	 color: #000 !important;
}

.BB_CountrySelected{
	 background: #fdc600 !important;
	 color: #000 !important;
}

.BB_Country{
	 cursor:pointer;
	 float: left;
	 width: 33%;
	 padding: 5px 10px 5px 10px;
}

.BB_StatsBlock1{

}

.BB_StatsBlock2{
	display: none;
}

.BB_ChangeStats{
	float:right;
	font-weight:normal;
	cursor:pointer;
}


/** SH **/

.SH_Serie{
	 width:250px;
	 text-align: center;
}
.SH_Shots{
	 width:60px;
	 float: left;
	 text-align: center;
}


/** VO **/

.box_vo_position { background: #2196f3!important; color: #ffffff;}
.box_vo_jersey { background: #ffc107!important;}



/** WL **/

.currentAttempt { background-color: #93df91 !important; text-align:center;}
.lastAttempt { background-color: #eecb8d !important; text-align:center;}



/** RS **/

.RS_SplitContainer {
	width: 100%;
}

.RS_SplitBox {
	width:87px;
	float: left;
	border: 1px solid #999;
	height: 80px;
	margin: 2px;
}

.RS_SplitHead {
	width:85px;
	float: left;
	border-bottom: 1px solid #999;
	padding: 3px;
	background: #EEE;
}

.RS_SplitResult {
	width:85px;
	float: left;
	padding: 3px;
}

/** RO / TB **/

.Position-Line {
	line-height: 140%;
}

/************* SPORT STYLES *******************/
th.IH_periodRed{
	background-image: url(../img/nav/degRed.gif) !important;
	background-repeat: repeat-x;
}
td.IH_periodRed{
	background-color: #cc0000 !important;
	color:#FFFFFF;
}
/************* SPORT GRAPHICS STATS *******************/

.stasGraphTD {
width: 40%;
background-color: #ededed;
}

.stasGraph {
width: 100%;
position: relative;
}

.stasGraphHome {
float: right;
text-align: right;
}

.stasGraphAway {
float: left;
text-align: left;
}

.stasGraph .stasBar {
display: block;
position: relative;
color: #002E5E;
height: 1.5em;
line-height: 1.5em;

box-sizing: border-box;
margin:0 auto;
padding-left: 5px;
padding-right: 5px;
}

.stasGraphHome .stasBar {
background: #4095ef url('../img/nav/stasBar.png');
}

.stasGraphAway .stasBar {
background: #f3af32 url('../img/nav/stasBar.png');
}

.stasGraph .stasBarOff {
display: block;
position: relative;

color: #002E5E;
height: 1.5em;
line-height: 1.5em;

box-sizing: border-box;
margin:0 auto;
padding-left: 5px;
padding-right: 5px;
}

/* SPORT CURRENT AND LAST */
.currentIndicator{
	background-image: url('../img/nav/bullet-green.png') !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	height:18px;
	width:20px !important;
}

.lastIndicator{
	background-image: url('../img/nav/bullet-orange.png') !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	height:18px;
	width:20px !important;
}



