/**********************************************
 *
 * EDPNET STYLING
 *
 **********************************************/
body{
			
	font-family: 'Open Sans', sans-serif;
	//font-family: 'Source Sans Pro', sans-serif;
	font-size	:	0.9rem;
	background	:	#FFFFFF;

	color		:	#484848;
}

.source{
	font-family: 'Source Sans Pro', sans-serif!important;
}
.text-inherit{
	color	:	#484848!important;	
}
.bg-edp-red{
	background-color	:	#f48887;
}
.bg-edp-blue{
	background-color	:	#ddf1f3;
}
.bg-edp-grey{
	background	:	#f6f6f6;
}
.bg-edp-green{
	background	:	#9DD197;
}
.bg-edp-lgreen{
	background	:	#f1fef4;
	
}
.text-edp-red{
	color	:	#f48887;
}
.text-edp-grey{
	background	:	#f6f6f6;
}
.text-edp-dgrey{
	background	:	#CCCCCC;
}
.icon-secondary{
	color	:	#BFBFBF;
}
.container h1{
	
}
.container h1 + .lead{
	
}
.pagenav{
	font-weight	:	300;
}

.bg-primary{
		background	:	#147C98;
}
.bg-secondary{
		background	:	#8ECBCA!important;
}
.bg-success{
		background	:	#9DD197;
}
.bg-danger{
	background	:	#F48887!important;
}
.hover-underline:hover{
	text-decoration	:	underline;
}
/**
 * CHAT ICON
 */
.icon-chat{
	-webkit-animation-duration: 0.75s;
 	animation-duration: 0.75s;
  	-webkit-animation-name: bounceIn;
  	animation-name: bounceIn;
	-webkit-animation-delay: 1s;
  	animation-delay: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	
	width	:	60px;
	height	:	60px;
	border-radius			:	50%;
	-webkit-border-radius	:	50%;
	position	:	fixed;
	right		:	2%;
	bottom		:	3%;
	cursor		:	pointer;
	opacity		:	0;
	background-color	:	#9DD197;
	
}
.icon-chat > img{
	max-width	:	100%;
	
}

/**
 * SECTION NAV & FUNCTIONAL NAV
 */

ul.snav a{
	color	:	#FFF;
	font-size	:	1.0rem;
}
ul.snav a:hover,
	ul.snav .active a,
		ul.fnav a.dropdown-toggle{
	background	:	#FFFFFF;
	color		:	#484848;
}
ul.fnav li > a{
	color			:	#FFFFFF;
	font-size		:	0.8rem;
	padding-left	:	0.75em;
	padding-right	:	0.75em;
	padding-top		:	0;
	padding-bottom	:	0;
	height			:	40px;
	line-height		:	40px;
}
ul.fnav li:not(.dropdown)> a:hover,
	ul.fnav  li.active:not(.dropdown)> a:hover{
	color		:	#484848;
}
.fnav .dropdown-menu{
	border	:	0px;
	background	:	#FF;
	border-radius	:	0;
	width	:	49px;
	overflow	:	hidden;
	min-width	:	auto;
	font-size	:	inherit;
	padding-top	:	0;
	padding-bottom	:	0;
	box-shadow	:	 0 2px 2px 0px rgba(0,0,0,0.2);
}
.fnav .dropdown-menu a{
	color		:	#484848;
	padding-left	:	0;
	padding-right	:	0;
	text-align	:	center;
	padding-top	:	0.5em;
	padding-bottom	:	0.5em;
}
.fnav .dropdown-menu a:hover{
	background	:	#f6f6f6;
	color		:	#484848;
}
section.pnav{
	background	:	#FFFFFF;
}

/***************
 * MAIN NAV
 ***************/
#mainpagenav a{
	color	:	#484848;
	font-size	:	1.1rem;
}
#mainpagenav a:hover{
	color	:	#f48887;
}
#mainpagenav li.active > a{
	color	:	#f48887;
}


/***************
 * FORMS
 ***************/
.bg-light .form-control{
	border		:	none;
}
.form-control{
	
	font-size	:	0.9rem;
	padding		: 	.525rem .75rem;
	font-weight	:	300;
}
form.loading{
	pointer-events	:	none;
	opacity		:	0.5;
}
form:not(.loading) .loading-show,
	form.loading .loading-hide{
	display	:	none;
}

/***************
 * BUTTONS
 ***************/
.btn-primary{
	background		:	#147C98;
	border-color	:	#147C98!important;
}
.btn-primary:hover,
	.btn-primary.active, .btn-primary:active,
		.btn-primary.focus, .btn-primary:focus{
	background	:	#0F6E88!important;
	border-color	:	#0F6E88!important;
}

.btn-success{
	background	:	#9DD197;
	border-color	:	#9DD197!important;
}
.btn-success:hover,
	.btn-success.active, .btn-success:active,
		.btn-success.focus, .btn-success:focus{
	background		:	#ace5a5!important;
	border-color	:	#ace5a5!important;
}


.btn-dark{
	background		:	#2F4B53;
	border-color	:	#2F4B53!important;
}
.btn-dark:hover,.btn-dark:active{
	background		:	#273C43;
	border-color	:	#273C43!important;
}
.btn-light{
	background	:	#D1CFCF;
}

.btn-white{
	background		:	#FFFFFF;
	border-color	:	#FFF!important;
	color			:	#808495;
}
.btn-white:hover,.btn-white:active{
	background		:	#E9E9F0;
	border-color	:	#E9E9F0!important;
}

.btn-info-circle{
	border-radius	:	50%;
	background		:	#FFFFFF;
	color			:	#868686;
}
.btn-info-circle.btn-sm{
	width			:	30px;
	height			:	30px;
}
.btn-info-circle.btn-xs{
	width			:	24px;
	height			:	24px;
	font-size		:	0.8rem;
	line-height	:	0.8rem;
	padding		:	0;
}
.btn-info-circle:hover{
	background	:	#8ECBCA;
	color		:	#FFFFFF;
}

.btn-toggle{
	font-size		:	0.9rem;
	background		:	#FFFFFF;
	border-color	:	#FFFFFF;;
}
.btn-toggle.active{
	background		:	#8ECBCA;
	border-color	:	#8ECBCA;
	color			:	#FFFFFF;
}
.input-group .input-group-text{
	background	:	transparent;
	border		:	none;
}
.input-group-text.text-sm{
	font-size	:	0.8rem!important;
}

.btn-toggle > input:checked + i.fa:before{
	    content: "\f046";
}

/***************
 * ADD-ONS  & COMPONENTS
 ***************/
.popover{
	border		:	0px;
	box-shadow	:	0 0 10px 2px rgba(0,0,0,0.1);	
	max-width	:	450px;
}
.popover-body {
    font-size	:   0.8rem;
	font-family	:	inherit;
	color		:	rgba(77,79,92,0.5);
	padding		:	.25rem 1.25rem 1rem;
}
.popover-header {
    background		:	none;
	font			:	inherit;
	color			:	rgba(77,79,92,1);
	border-bottom	:	0px;
	padding			:	.75rem 1.25rem
}

.card{
	box-shadow		: 0 0 10px 0 rgba(0,0,0,.1);
	border-width	: 0;
	border-radius	: 0px;

}
.card-header-divider {
    border-bottom: 1px solid #d9d9d9;
}
.card-header {
    font-weight	:	 600;
	background	:	#FFF;
	font-size	:	1.25em;
}
.card-label{
	text-transform	:	uppercase;
	font-weight		:   300;
	font-size		:	0.9em;
}
.upload-speed strong, .download-speed strong{
	font-weight	:	600;
	font-size	:	1.3em;
	margin		:	0;
	padding		:	0;
}
.upload-speed strong + span, .download-speed strong + span{
	font-size	:	0.8rem;
	line-height	:	0.8rem;
}
#spark{
	margin-bottom	:	0.3rem;
}
/***************
 * TOGGLEFIELD
 ***************/
span.togglefield:not(.show){
	display	:	none;
}
/***************
 * AUTOCOMPLETE
 ***************/
.autocomplete-suggestions { border: 1px solid #ced4da; background: #FFF; overflow: auto; }
.autocomplete-suggestion {    padding: .5rem 1rem; white-space: nowrap; overflow: hidden; cursor	:	default; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #f48887; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


/***************
 * INFOCARD
 ***************/
.card-spark .speed{
	font-weight	:	 600;
	font-size	:	1.25em;
}
.card-spark .head{
	font-weight	:	 300;
	text-transform	:	uppercase;
	
}
/***************
 * PRODUCTS
 ***************/
.card.product{
	position	:	relative;
	overflow	:	hidden;
	z-index		:	200;
}
.product .card-header , .product .card-body, .product .card-footer, .product.card{
	background	:	transparent;
}
.card.product:not(.selected){
	background	:	rgba(255,255,255,1);
	box-shadow	:	none;
	border		:	2px solid #EFEFEF;
}
.card.product.selected{
	background	:	#ddf1f3;
}
.card.product .card-header{
	border-bottom	:	0px;
}


.card.product-hl{
	z-index		:	300;
}


.card.product h2{
	font-weight	:	700;
	font-size	:	1.5em;
    letter-spacing: -1px;
}
.card.product .price{
	font-weight	:	700;
	font-size	:	1.5rem;
	letter-spacing: -1px;
	vertical-align	:	middle;
}
.card.product .price > .o{
	font-weight	:	400;
	font-size	:	1.1rem;
	line-height : 	1.5rem;
	position	:	relative;
}
.card.product .price > .o::after{
	content		:	'';
	position	:	absolute;
	width		:	80%;
	display		:	inline-block;
	height		:	1px;
	background	:	#484848;
	left		:	20%;
	top			:	50%;
	transform	:	rotate(-25deg);
}
.ribbon-container{
	position	:	relative;
	overflow	:	hidden;
}
.ribbon-container > .ribbon{
	top	:	-50px!important;
}
.ribbon-detected{
	top	:	-50px!important;
}
.card.product > .ribbon, .ribbon{
	position	:	absolute;
	right		:	-75px;
	top			:	-60px;
	width		:	170px;
	text-align	:	center;
	padding		:	85px 50px 1em 50px;
	box-shadow	:	0 0 5px 2px rgba(0,0,0,0.25);
	font-weight	:	600;
	text-transform	:	uppercase;
	font-size	:	0.8rem;
 	transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
}

.ribbon.french{
	
}


.rate > *{
	display			:	block;
}
.rate > strong{
}
.rate span.amount{
	font-size		:	1.5em;
	font-weight		:	600;
	line-height		:	1.5em;
	position		:	relative;
	display			:	block;
}

.rate span.amount::before{
	content			:	'€ ';
	vertical-align	: 	super;
	font-size		:	0.8em;
}
.rate  span.meta{
	font-size	:	0.7em;
	text-align	:	right;
}

/***************
 * OVERVIEW
 ***************/
h5.product-title,
	span.price {
 	font-weight	:	 600;
	font-size	:	1.120rem;	
	color		:	#4D4F5C;
	font-family: 'Source Sans Pro', sans-serif!important;
}
h5.product-title + div.text-sm{
	font-size	:	0.9rem;
	color		:	#707070;
}

a[data-toggle=collapse]:not(.collapsed) > .fa-angle-right:before{
	content		:	"\f107";
}
	
/***************
 * FOOTER
 ***************/
footer h3{
	font-size	:	1.2em;
}
footer p{
	font-size	:	0.8em;
}

/***************
LAYOUT
 ***************/
.page-block h2{
	font-size	:	1.6rem;
	color		:	#484848;
}
.page-block h3{
	font-size	:	1.2rem;
	color		:	#484848;
}
.page-block h4{
	font-size	:	1rem;
	color		:	#484848;
}
h3.valid:not(.ml-0){
	margin-left		:	-40px;
}

h3.valid.ml-0 ~ *{
	margin-left	:	40px;
}
h3.valid span.ic{
	position		:	relative;
	border-radius	:	50%;
	width			:	30px;
	height			:	30px;
	line-height		:	30px;
	background		:	#9DD197;
	color			:	#FFFFFF;
	display			:	inline-block;
}
h3.valid.inverse span.ic{
	background		:	#ECECEC;
}
h3.valid span.ic > img{
	position		:	absolute;
	left			:	0;
	top				:	0;
	width			:	100%;
	height			:	100%;
}
h3.valid.todo span.ic > span{
	position		:	absolute;
	left			:	0;
	top				:	0;
	width			:	100%;
	height			:	100%;
	color	:	#CCCCCC;
	font-size	:	1rem;
	

}
h3.valid > button{
	border		:	none;
	background	:	transparent;
	padding		:	0;
}
h3.valid:not(.mb-2){
	position		:relative;
	margin-bottom	:	1.2em;
}
.page-block p{
	color		:	#707070;
	font-size	:	0.9rem;
}
.page-block p.sm,.page-block p.small,.page-block div.small, .page-block small{
	color		:	#707070;
	font-size	:	0.8rem;
}

/***************
CUSTOM CONTROLS
 ***************/
.edp-control-yesno{
	padding-bottom		:	0;
	min-height			:	0;
	font-size			:	1rem;
	margin-bottom		:	-2px;
}
.edp-control-yesno > input[type=checkbox]{
	position	:	absolute;
	opacity		:	0;
	pointer-events	:	none;
}
.edp-control-yesno > label{
	display			:	block;
	border			:	2px solid #484848;
	border-radius	:	10px;
	width			:	4em;
	height			:	2em;
	position		:	relative;
	transition		: all 0.35s;
    -webkit-transition: all 0.35s;
	margin			:	0;
	text-align		:	center;
	cursor			:	pointer;
}
.edp-control-yesno > label::after{
	position		:	absolute;
	content			:	'';
	top				:	50%;
	left			:	15%;
	margin-top		:	-5px;
	margin-left		:	-5px;
	height			:	11px;
	width			:	11px;
	border-radius	:	50%;
	background		:	#484848;
	
	
	transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
.edp-control-yesno > input[type=checkbox]:checked + label,
	.edp-control-yesno > input[type=radio]:checked + label{
	background	:	#9DD197;
	border-color	:	#9DD197;
}
.edp-control-yesno > input[type=checkbox]:checked + label::after,
	.edp-control-yesno > input[type=radio]:checked + label{
	background	:	#FFF;
	left		:	85%;
}

.edp-control-yesno.small > label{
	width			:	3em;
	height			:	1.2em;
}
.edp-control-yesno.small > label::after{
	margin-top		:	-6px;
}

/** BOOTSTRAP FORMS **/
.custom-control-label::before, .custom-control-label::after {
    top: .125rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before ,
	.custom-control-input:checked~.custom-control-label::before{
		background-color	:	#8ECBCA;
}
.collapse:not(.show) {
    display: none!important;
}

/** BOOTSTRAP FORM ERRORS **/
.custom-checkbox.err-required{
	position	:	relative;
}
.custom-checkbox.err-required > label::before{
	box-shadow: 0 0 5px rgba(196, 75, 75, 1);
   // border: 1px solid rgba(196, 75, 75, 1);	
}
.custom-checkbox.err-required > label{
	color	:	rgba(196, 75, 75, 1);
}
.err-required > input[type=text],.err-required > select{
	box-shadow: 0 0 5px rgba(196, 75, 75, 1);
    border: 1px solid rgba(196, 75, 75, 0.2);	
}

.valid > input[type=text],.valid > select{
	box-shadow	: 0 0 5px rgba(57, 181, 74, 1);
    border		: 1px solid rgba(57, 181, 74, 0.2);	
}

/***************
 * BUTTONS
 ***************/

.nstep{
	
}
.nstep > .step{
	background	:	#FFF;
	margin		:	0.5em;
	border-radius : 0.5em;
	height		:	0.5em;
	overflow	:	hidden;
}
.nstep.ready > .step,
	.nstep > .step > .substep.active{
	background	:	#7AC4C2;
}
.nstep > .title{
	font-size	:	0.9em;
	white-space :   nowrap;
	
}
.nstep:not(.active) > .title{
	opacity	:	0;
}
.nstep:not(.active):hover > .title,
	.nstep.ready > .title{
	opacity	:	1;
}


/***************
 * BUTTONS
 ***************/
.step{
	position	:	relative;
}
.step > .circle{
	width		:	50px;
	height		:	50px;
	border-radius	:	50%;
	background	:	#FFFFFF;
	color		:	#7AC4C2;
	display		:	inline-block;
	z-index		:	10;
	position	:	relative;
	font-size	:	18px;
	font-weight	:	300;
	line-height	:	50px;
	
}
.step.active > .circle{
	background	:	#7AC4C2;
	color		:	#FFFFFF;
	
}

.step:not(:first-child)::before{
	display		:	block;
	content		:	'';
	width		:	50%;
	position	:	absolute;
	left		:	0;
	top			:	23px;
	height		:	3px;
	background	:	#FFFFFF;	
	z-index		:	0;

}
.step:not(:last-child)::after{
	display		:	block;
	content		:	'';
	width		:	50%;
	position	:	absolute;
	left		:	50%;
	top			:	23px;
	height		:	3px;
	background	:	#FFFFFF;	
	z-index		:	0;
	
}
.step.active::before,
	.step.active::after{
	background	:	#7AC4C2;
}
/***************
 * TRANDS
 ***************/
*[data-translate]:hover{
	background	:	yellow;
	cursor		:	default;
}
.popover-body *[data-translate]{
	display		:	block;
}
/***************
 * MODAL
 ***************/

.modal-open .modal.article{
	display	:	flex!important;
}
.modal-open .modal.article > .modal-dialog{
	margin-top		:	auto;
	margin-bottom	:	auto;
}

/***************
 * PRODUCTS
 ***************/
@media (min-width: 576px){
	.article > .modal-dialog {
	    max-width	: 75%;
	    margin		: auto ;
	}
}
.modal .product{
	position	:	relative;
	overflow	:	hidden;
	z-index		:	200;
}
.modal .product .card-header{
	border-bottom	:	0px;
}
.modal .product-hl{
	z-index		:	300;
}
.modal .product h3{
 	font-weight: 600;
    font-size: 1.2rem;
    color: #484848;
}
.modal  .product h2{
	font-weight	:	700;
	font-size	:	1.5em;
    letter-spacing: -1px;
}
.modal  .product .price{
	font-weight	:	700;
	font-size	:	1.5rem;
	 letter-spacing: -1px;
}

div[data-toggle='popover']{
	cursor	:	pointer;
}
div[data-toggle='popover']:hover{
	color	:	#000000;
}


/***************
 * MOBILE ADJUSTMENTS
 ***************/
@media (max-width: 576px) {
	.cart-container span.price{
	white-space	:	nowrap;
	}
	.cart-container h5.product-title,
		.cart-container span.price{
		font-size	:	0.9rem;
			font-weight	:	400;
	}
	.cart-container span.price > i{
		font-size	:	0.7rem;
	}
	.cart-container  .border-left{
		border-left	:	none!important;
	}
	h5.product-title + div.text-sm {
	    font-size: 0.7rem;
	}
	
	.card-spark .head{
		font-size	:	0.8rem;
		text-transform	:none;
	}
	.card-spark .speed {
	    font-size: 1rem;
	}
	.page-block h2{
		font-size	:	1.3rem;
	}
	.page-block h3{
		font-size	:	1rem;
	}
	.page-block p {
	    font-size: 0.8rem;
	}
	
	.card.review h2{
		font-size	:	1.2rem;
		    font-weight: 600;
	}
}

/**
 * ANIMATIONS
 */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/**
 * **ANIMTED CHECK
 */
.check_mark {
  width: 80px;
  height: 130px;
  margin: 0 auto;
}

button {
  cursor: pointer;
  margin-left: 15px;
}
.input-group-append > button{
	margin-left	:	0;
}

.hide{
  display:none;
}

.sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sa-icon.sa-success {
  border-color: #4CAF50;
}

.sa-icon.sa-success::before, .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #ddf1f3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(76, 175, 80, .5);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #ddf1f3;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

.sa-icon.sa-success {
  border-color: transparent\9;
}
.sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}
.sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
 