.bcpNotificationBarBodyCollapsingFix{padding-top:.1px;position:relative}.bcpNotificationBar{width:100%;z-index:15000;color:#fff}.bcpNotificationBarStickyTop,.bcpNotificationBarTop{position:fixed;top:0;left:0}.bcpNotificationBarBottom,.bcpNotificationBarStickyBottom{position:fixed;bottom:0;left:0}.bcpNotificationBarSlideTopAnimation{animation-name:slideTopAnimation;animation-timing-function:ease;animation-fill-mode:none;animation-duration:.5s}.bcpNotificationBarSlideBottomAnimation{animation-name:slideBottomAnimation;animation-timing-function:ease;animation-fill-mode:none;animation-duration:.5s}.bcpNotificationBarFadeAnimation{animation-name:fadeAnimation;animation-timing-function:ease;animation-fill-mode:none;animation-duration:.5s}.bcpNotificationBarClose{position:absolute;width:18px;height:18px}.bcpNotificationBarCloseIcon{background-image:url(images/CloseIconNotificationBar.png);background-repeat:no-repeat;background-size:36px 18px;cursor:pointer}.bcpNotificationBarCloseIcon:hover{background-position:-18px 0}.bcpNotificationBarCloseTopRight{top:0;right:0}.bcpNotificationBarCloseTopLeft{top:0;left:0}.bcpNotificationBarCloseBottomRight{bottom:0;right:0}.bcpNotificationBarCloseVerticalCenter{top:0;bottom:0;margin-top:auto;margin-bottom:auto}.bcpNotificationBarContent{box-sizing:border-box;display:inline-block;width:100%;height:100%;padding:7px 30px}@keyframes slideTopAnimation{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@keyframes slideBottomAnimation{0%{transform:translateY(100%)}100%{transform:translateY(0)}}@keyframes fadeAnimation{0%{opacity:0}100%{opacity:1}}