@-webkit-keyframes fadeIn{from{opacity:0;opacity:1\9}
to{opacity:1}
}
@-webkit-keyframes fadeOut{from{opacity:1}
to{opacity:0;opacity:1\9}
}
@-moz-keyframes fadeIn{from{opacity:0;opacity:1\9}
to{opacity:1}
}
@-moz-keyframes fadeOut{from{opacity:1}
to{opacity:0;opacity:1\9}
}
@keyframes fadeIn{from{opacity:0;opacity:1\9}
to{opacity:1}
}
@keyframes fadeOut{from{opacity:1}
to{opacity:0;opacity:1\9}
}
.msind .alert-notification{min-height:28px;opacity:0;width:100%}
.msind .alert-notification.faded{-moz-animation:fadeOut .5s ease-in;-webkit-animation:fadeOut .5s ease-in;animation:fadeOut .5s ease-in;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}
.msind .alert-notification.no-faded{-moz-animation:fadeIn .5s ease-in;-webkit-animation:fadeIn .5s ease-in;animation:fadeIn .5s ease-in;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}
.msind .alert-notification .ui-button:hover{background-color:transparent;border-color:transparent;color:#fff}
.msind .alert-notification .alert-content{padding:5px .55556rem;position:relative}
.msind .alert-notification .alert-content .alert-close{right:5px;top:7px;background:url(images/icons/svg/standard/remove-normal.svg) transparent no-repeat center center;height:14px;position:absolute;width:14px;border-radius:70%}
.msind .alert-notification .alert-content span{color:#fff;font-size:.6875rem;font-weight:bold;line-height:18px;padding:0 5px}
.msind .alert-notification .alert-content span p{font-size:inherit;font-weight:inherit}
.msind .alert-notification .alert-content span.alert-inner-content{display:block;font-weight:bold;font-size:11px;line-height:18px;padding:0 5px}
.msind .alert-notification .alert-content span.alert-inner-content a{border-bottom-color:#ababab;color:inherit;text-decoration:underline}
.msind .alert-notification .alert-content span.alert-inner-content a:hover{color:rgba(255,255,255,0.8)}
.msind .alert-notification.news-alert{background-color:#e95679}
.msind .alert-notification.news-alert-texture{background:url(images/backgrounds/png/diagonal-stripe-product-2-alpha-0.2.png) #e95679 repeat}
.msind .alert-notification.site-alert{background-color:#fd662d}
.msind .alert-notification.product-notification{background-color:#4db0b2}