/*
 * Document   : mc.custom.main.css
 * Created on : 25/10/2013, 23:50:00
 * Author     : Luciano Ganga
 * $Revision: 5691 $
 * $LastChangedDate: 2016-05-14 12:52:47 -0300 (Sat, 14 May 2016) $
 * $LastChangedBy: aherrera $
 * Description:
 *      Customization of the main styles of the app
*/


/* div[class*="dfMc-"] .itemStyles .item .contentItem .title {
    background: white;
    font-size: 9px;
    color: rgb(39, 38, 38);
    padding: 3px 8px;
    height: 18px;
    overflow: hidden;
}

div[class*="dfMc-"] .itemMaM.itemStyles.rdsnItem .item .contentItem .col .date {
    width: 100%;
    height: 24px;
    background: #1976D2;
    color: white;
    text-align: left;
    line-height: normal;
}
div[class*=dfMc-] .itemMaM.status-playing .contentItem .col .date {
    background: #1976D2 !important;
    color: #fff !important;
}
div[class*="dfMc-"] .agendaMaM .owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 3px solid #1765b4;
    background: #1976D2;
    opacity: 1;
    position: absolute;
    height: 130px;
    top: 0;
    cursor: pointer;
	transition: all 0.5s ease;
	color:white;
} */

.exampleClass {

}
.bannerContent{
}
.banner{
	width: 100%;
	height: 90px;
	/*display: block;*/
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.banner.first{
	background-image: url('../banners/img/bannerDF_htmlcenter-1.jpg');
	margin: 10px auto;
}
.banner.second{
	background-image: url('../banners/img/bannerInterior_htmlcenter-1.jpg');
	margin: 0 auto 10px;
}
.banner.home_col_right{
	background-image: url('../banners/img/home_col_right.jpg');
}
.maxSize-767 .banner{
	height: 85px;
	width: 90%;
}
.maxSize-479 .banner{
	height: 61px;
}
.maxSize-767 .banner.first{
	background-image: url('../banners/img/bannerDF_htmlcenter-2.jpg');
}
.maxSize-479 .banner.first{
	background-image: url('../banners/img/bannerDF_htmlcenter-3.jpg');
}
.maxSize-310 .banner.first{
	background-image: url('../banners/img/bannerDF_htmlcenter-4.jpg');
}
.maxSize-767 .banner.second{
	background-image: url('../banners/img/bannerInterior_htmlcenter-2.jpg');
}
.maxSize-479 .banner.second{
	background-image: url('../banners/img/bannerInterior_htmlcenter-3.jpg');
}
.maxSize-310 .banner.second{
	background-image: url('../banners/img/bannerInterior_htmlcenter-4.jpg');
}
.banner.interior01{
	background-image: url('../banners/img/bannerInterior_htmlcenter-4.jpg');
}
.banner.interior02{
	background-image: url('../banners/img/bannerInterior_htmlcenter-4.jpg');
}


/* div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .teams .first .number, div[class*=dfMc-] .itemMaM.itemStyles.rdsnItem .item .contentItem .teams .second .number {
    color: #fff;
    font-size: 16px;
    background: #F5524B;
    line-height: 30px;
    padding: 0;
}
div[class*=dfMc-] .itemStyles.rdsnItem .item .contentItem .col .details {
    position: absolute;
    right: 0;
    background: #F5524B;
    color: #fff;
    line-height: 22px;
    width: 10%;
    height: 22px;
    margin: 1px 0;
    border-left: 0;
    width: 22px;
    top: 0;
    border-radius: 4px;
    border-bottom: 3px solid #0e4377;
} */
/*fixture grupos*/
div.dfMc-Page[data-name*="fixture_A"] .fixture .navbar, div.dfMc-Page[data-name*="fixture_B"] .fixture .navbar,
div.dfMc-Page[data-name*="fixture_C"] .fixture .navbar, div.dfMc-Page[data-name*="fixture_D"] .fixture .navbar,
div.dfMc-Page[data-name*="fixture_E"] .fixture .navbar, div.dfMc-Page[data-name*="fixture_F"] .fixture .navbar,
div.dfMc-Page[data-name*="fixture_G"] .fixture .navbar, div.dfMc-Page[data-name*="fixture_H"] .fixture .navbar
{
display: none;
}
div.dfMc-Page[data-name*="fixture_A"] .fixture .fecha, div.dfMc-Page[data-name*="fixture_B"] .fixture .fecha,
div.dfMc-Page[data-name*="fixture_C"] .fixture .fecha, div.dfMc-Page[data-name*="fixture_D"] .fixture .fecha,
div.dfMc-Page[data-name*="fixture_E"] .fixture .fecha, div.dfMc-Page[data-name*="fixture_F"] .fixture .fecha,
div.dfMc-Page[data-name*="fixture_G"] .fixture .fecha, div.dfMc-Page[data-name*="fixture_H"] .fixture .fecha
{
display: block;
}
/* fin fixture grupos*/