	
.agendaMaM.agendaticker{
	width: calc(~'100% - 40px');
 	.list-competitions{
		width: 200px;
		z-index: 2;
		position: absolute;
	    top: 12px;
	    .select-box{
	    	width: 200px;
		    height: 34px;
		    margin: 9px 2px;
		    overflow: hidden;
		    overflow-x: hidden;
		    overflow-y: hidden;
		    select{
		    	border: none;
			    -webkit-border-radius: 4px;
			    -moz-border-radius: 4px;
			    border-radius: 4px;
			    width: 100%;
			    height: 34px;
			    color: @color02;
			    font-size: 11px;
			    line-height: 34px;
			    padding-left: 2px;
			    text-transform: initial;
			    letter-spacing: -0.5px;
			    outline: none;
		    }
	    }
	}
	.wrapper{
		display: none;
		padding-top: 10px;
		margin: 0 23px 0 230px;
		.agenda{
			&.owl-carousel{
				/*Botones de control*/
				&.owl-theme .owl-controls .owl-buttons div{
					height: 64px;
 					padding: 3px 7px;
 					&.owl-prev{
 						left: -24px;
 						.icon-chevron-left{
 							margin-top: 22px;
 							border-top: 7px solid transparent;
						    border-bottom: 7px solid transparent;
						    border-right: 7px solid @bg;
 						}
 						&.disabled{
 							.icon-chevron-left{
 								border-right: 7px solid lighten(@color02, 90%);;
 							}
 						}
 					}
 					&.owl-next{
 						right: -24px;
 						.icon-chevron-right{
 							margin-top: 22px;
						 	border-top: 7px solid transparent;
						    border-bottom: 7px solid transparent;
						    border-left: 7px solid @bg;
						}
						&.disabled{
 							.icon-chevron-right{
 								border-left: 7px solid lighten(@color02, 90%);
 							}
 						}
 					}
				}
			}
			.itemStyles.rdsnItem .item{
					.contentItem{
						/*Equipos*/
						.teams{
							width: 65%;
							border-top: none;
							padding: 0;
							img{
								width: 20px;
								left: 5px;
							}
							.first, .second{
								width: 100%;
								min-height: 32px;
								.name{
									top: 15px;
									left: 28px;
									text-align: left;
								}
								.number{
									width: 20px;
									height: 20px;
									line-height: 21px;
									font-size: 12px;
									right: 7px;
									left: auto;
									top: 5px;
								}
								.circle{
									width: 13px;
									height: 13px;
									line-height: 13px;
									font-size: 10px;
									right: 2px;
								    top: -2px;
								    left: auto;
								}
							}
						}
						/*Detalles del partido*/
						.col{
							width: 35%;
							float: right;
							position: initial;
							.date{
								height: 64px;
								padding: 13px 5px;
								span{
									display: block;
									text-align: center;
									padding-right: 0;
								}
							}
							.details{
								border-bottom: none;
								width: 100%;
								height: 100%;
								background-color: transparent;
								margin: 0;
								padding: 23px;
								color: transparent;
								z-index: 1;
								-webkit-transition: all .33s ease-in-out;
								-moz-transition: all .33s ease-in-out;
								transition: all .33s ease-in-out;
								&:hover{
								   	background-color: darken(@color01, 20%);
									color: @bg;
									height: 100%;
									margin-top: 0;								
									width: 100%;
									z-index: 1000;
								}
								.iconMore{
								   	font-size: 32px;
								}
							}
						}
						.object, .vs-{
							display: none;
						}
					}
					&.hideDetailsButton {
						.col{
							.details{
								display: none;
							}
						}
					}
				}
			.itemMaM{
				&.status-finished, &.status-penalties{
					.item .contentItem .col .date{
						padding-top:25px;
						.iMam-aditionalTime,.iMam-date,.iMam-hour,.iMam-time{
							display: none;
						}
					}
				}
				&.status-notStarted, &.status-posponed{
					.item .contentItem .col .date{
						.iMam-aditionalTime,.iMam-status,.iMam-time{
							display: none;
						}
					}
				}
				&.status-playing .item .contentItem .col .date{
					.iMam-date,.iMam-hour{
						display: none;
					}
				}
				&.status-half .item .contentItem .col .date{
					.iMam-aditionalTime,.iMam-date,.iMam-hour,.iMam-time{
							display: none;
					}
				}
			}
		}
	}
	+.footerCtn{
		width: 30px;
		height: 64px;
		display: inline-block;
		margin-right: 4px;
		float: right;
		margin-top: 10px;
		cursor: pointer;
		.logo{
			width: 22px;
			background-image:none;
			margin-top: 22px;
			.logoSvg{
				position: absolute;
				path{
					fill: lighten(@color01, 10%);
				}
			}
		}

	}
	@media(max-width: 571px){
		.list-competitions{
			width: 100%;
			position:relative;
			.select-box {
				width: calc(~'100% - 10px');
				margin-left: 10px;
				margin-right: 10px;
				margin-top: 0;
			}
		}
		.wrapper{
			margin-left: 35px;
		}
		&.ws +.footerCtn{
			margin-top: 12px;
			height: 104px;
			.logo{
				margin-top: 40px;
			}
		}
	}
}