/* 
 * Document   : mc.custom.main.css
 * Created on : 25/10/2013, 23:50:00
 * Author     : Luciano Ganga
 * $Revision: 3875 $ 
 * $LastChangedDate: 2015-01-16 19:51:04 -0300 (Fri, 16 Jan 2015) $
 * $LastChangedBy: sruiz $
 * Description:
 *      Customization of the main styles of the app
*/

.exampleClass {

}
/*
.bannerContent{
}
.banner{
	width: 100%;
	height: 90px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner.first{
	background-image: url('../banners/img/banner_01.jpg');
	margin: 10px auto;
}
.banner.second{
	background-image: url('../banners/img/banner_02.jpg');
	margin: 0 auto 10px;
}
.maxSize-767 .banner{
	height: 85px;
	width: 90%;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: contain;
}
.maxSize-479 .banner{
	height: 61px;
}
.maxSize-479 .banner.first{
	background-image: url('../banners/img/banner_01_small.jpg');
}
.maxSize-479 .banner.second{
	background-image: url('../banners/img/banner_02_small.jpg');
}*/
div.futbol[class*="dfMc-"] .planteles .head .title, div.futbol[class*="dfMc-"] .planteles .head .country{
	float:none;
	display:block;
}
div.futbol[class*="dfMc-"] .planteles .table, div.futbol[class*="dfMc-"] .planteles .head{float:none;}

div[class*="dfMc-"] .referenceColor10 {
  background: #084981;
}
div[class*="dfMc-"] .statsCenterPerTeam .boxColor10,
div[class*="dfMc-"] .statsCenterPerPlayer .boxColor10 {
  background: #084981;
  color: #ffffff;
}
div[class*="dfMc-"] .table tbody > tr td.mark.box6:before {
  background-color: #084981;
}
div[class*="dfMc-"] .mark-position > div span:first-child.box6 {
  background-color: #084981;
}
div[class*="dfMc-"] .statsCenterPerTeam.maxSize-479 table tbody > tr td:nth-child(3n) div {
  background: #084981;
  color: #ffffff;
}

div[class*="dfMc-"] .statsCenterPerPlayer.maxSize-479 table tbody > tr td:nth-child(3n) div {
  background: #084981;
  color: #ffffff;
}
/*ARREGLO DE CIRCULO EN TABLAS*/
div[class*="dfMc-"] .table tbody > tr td .badge{
width: max-content;
min-width: 29px;
}
/*Se oculta tanque sisley en posiciones*/
div[class*="dfMc-"] .posiciones .table tr.linea.e_961 {
display: none;
}