/* Bundle file: /www/vhtdocs/panelsite/site/modules/tucuentas/assets/CookiesNotification/styles.css */
/*
This is a multiline comment. It needs to exist here to work around a bug in "kriswallsmith/assetic" version
"1.4" where "Invalid argument supplied for foreach()" is thrown by not having any multiline comments in any of the
included scss.
The exact line which throws the error is lib/vendor/kriswallsmith/assetic/src/Assetic/Util/CssUtils.php:107
*/
@-webkit-keyframes show-cookie-notification {
  from {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes show-cookie-notification {
  from {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#cookies-notification {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: show-cookie-notification;
  animation-name: show-cookie-notification;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  background-color: #F08026;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 15px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999;
}
#cookies-notification.remove {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform ease-in-out 0.5s;
  transition: transform ease-in-out 0.5s;
}
#cookies-notification button {
  background-color: #1B375F;
  border-color: #1B375F;
  color: #fff;
}
#cookies-notification button:active, #cookies-notification button:focus, #cookies-notification button:hover {
  background-color: #fff;
  border-color: #1B375F;
  color: #1B375F;
}
#cookies-notification p {
  color: #fff !important;
}
#cookies-notification a {
  color: inherit;
  text-decoration: underline;
}

/*# sourceMappingURL=styles.css.map */

/* End of bundled file */
