.aui {
	.alert.alert-success:first-child,
	.alert.alert-error:first-child {
		display: none;
	}
	
	/* Portlet Styles */
	.rechargesForm-wrapper .select-wrapper + label {
		left: 5px;
		top: -20px;
	}
	
	.rechargesForm-wrapper .container-form__select {
		margin-top: 15px;
	}
	
	.rechargesForm-wrapper .container-form__select ul {
		position: relative;
		top: -40px;
	}
	
	.container-recharges{
		overflow: visible;
	}
	
	
	/* Preferences Styles */
	#editFormRecargas {
		margin: 20px;
	}
	
	.editFormRecargas-buttons {
		margin-bottom: 20px;
	}
	
	.editFormRecargas__element input{
	    width: 100%;
	    display: block;
	    @media only screen and (min-width: 767px) {	
	    	width: 40%;
	    }	
	}
	
	.editFormRecargas-buttons button {
		
		@media only screen and (min-width: 767px) {
			margin-right: 10px;
			padding: 0 25px;
			&:last-child {
				margin-right: 0;
			}
		}
	}
	
	.add-recharge__container {
		margin-bottom: 30px;
		@media only screen and (min-width: 767px) {	
			margin: 20px 0;
			display: flex;
			align-items: flex-end;
		}	
	}
	
	.add-recharge__element input {
	    width: 100%;
	    display: block;
		@media only screen and (min-width: 767px) {	
	    	width: 90%;
	    }    
	}
	
	.add-recharge__buttons button{
		@media only screen and (min-width: 767px) {
			padding: 0 25px;	
		}	
	}	
	
	/* 
	-----------------------------------------------------------------
	-----------------------------------------------------------------
		BORRAR - CON EL NUEVO TEMA DEL REDISEÑO
	-----------------------------------------------------------------	
	-----------------------------------------------------------------
	 */
	
	.hero-color.hero-color--grey {
		@media only screen and (min-width: 993px) {
		    background-color: transparent;
		}
	}
	
	.recharge-process {
		@media only screen and (min-width: 993px) {
		    background-color: transparent!important;
		}
	}	
	
	/* 
	-----------------------------------------------------------------
	-----------------------------------------------------------------
		BORRAR - CON EL NUEVO TEMA DEL REDISEÑO
	-----------------------------------------------------------------
	-----------------------------------------------------------------
	 */
	 
}