


/***************************** RIPPLE CHECKBOX ********************************/
/*
.ripple-checkbox-acm {
    outline: none;
    border: none;
    -webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	-ms-border-radius: 250px;
	-o-border-radius: 250px;
	border-radius: 250px;
	box-sizing: border-box;
	cursor: pointer;
	display:block;
	position:relative;
	overflow: hidden;
	z-index:0;
	padding: 16px 0 0 6px;
	text-align: center;
	width: 50px;
	height: 50px;

}
.ripple-checkbox-acm input[type="checkbox"] {
	display:none;
}

.ripple-checkbox-label-acm {
	font-size: 15px;
	line-height: 16px;
	padding-left:22px;
	font-weight: 300;
	background: url("/static/img/editor_icos.e448bab1c29b.png");
	background-position: -417px -125px;
	background-repeat: no-repeat;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	display: inline-block;
	min-height: 18px;
	color: #424242;
    cursor: pointer;
	position: relative;
	z-index: 2;
}
input[type='checkbox']:checked ~ .ripple-checkbox-label-acm {
	background: url("/static/img/editor_icos.e448bab1c29b.png") no-repeat;
	background-position: -417px -152px;
}

.ripple-checkbox-acm .overlay {
  display: block;
  position: absolute;
  background:rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  -webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
}
.ripple-checkbox-acm .animate {
	-webkit-animation:ripple-animation 0.9s linear;
   	   -moz-animation:ripple-animation 0.9s linear;
	    -ms-animation:ripple-animation 0.9s linear;
    	 -o-animation:ripple-animation 0.9s linear;
        	animation:ripple-animation 0.9s linear;
}*/
/*************************** FIN RIPPLE CHECKBOX ******************************/

/********************************** RIPPLE RADIO ******************************/
/*
.ripple-radio-clicker-acm {
    outline: none;
    border: none;
    -webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	-ms-border-radius: 250px;
	-o-border-radius: 250px;
	border-radius: 250px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	position: absolute;
	overflow: hidden;
	z-index:0;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-left: -12px;
	margin-top: -9px;
}
input[type=radio].ripple-radio-acm-option {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=radio].ripple-radio-acm-option + label.ripple-radio-label-acm {
    padding-left: 22px;
    height: 20px;
	display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    background-position: -415px -180px;
    cursor:pointer;
    color: #424242;
	overflow: hidden;
	background-repeat: no-repeat;
	text-shadow: 0 0 1px rgba(66,66,66,0.4);
	position: relative;
	z-index: 1;
}
input[type=radio].ripple-radio-acm-option:checked + label.ripple-radio-label-acm {
    background-position: -415px -199px;
}
label.ripple-radio-label-acm {
    background-image: url("/static/img/editor_icos.e448bab1c29b.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ripple-radio-acm .overlay {
  display: block;
  position: absolute;
  background:rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  -webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
}
.ripple-radio-acm .animate {
	-webkit-animation:ripple-animation 0.9s linear;
   	   -moz-animation:ripple-animation 0.9s linear;
	    -ms-animation:ripple-animation 0.9s linear;
    	 -o-animation:ripple-animation 0.9s linear;
        	animation:ripple-animation 0.9s linear;
}*/
/******************************** FIN RIPPLE RADIO ****************************/







/***************************** NOTIFICATION PANEL ********************************/
/*
.notification-panel-acm {
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.notification-panel-acm p {
	color: #121212;
    font-size: 16px;
    font-weight: 300;
	text-shadow: 0 0 1px rgba(18, 18, 18, 0.3);
}
.notification-panel-acm.blue {
	background-color: #ceebf3;
}*/
/*************************** FIN NOTIFICATION PANEL ******************************/
