@charset "utf-8";
/* CSS Document */
#app-notification,
#rules-notification,
#cookies-policy-notification {

    
  background-color: rgba(18, 69, 122, 0.85);
  padding: 15px 0;
  position: fixed;
  top: 0;
  z-index: 90000;
  left: 0;
  color: #fff;
  width: 100%; }
  #app-notification .text,
  #rules-notification .text,
  #cookies-policy-notification .text {
    margin-bottom: 15px; }
    #app-notification .text a,
    #rules-notification .text a,
    #cookies-policy-notification .text a {
      color: #fff;
      text-decoration: underline; }
      #app-notification .text a:hover,
      #rules-notification .text a:hover,
      #cookies-policy-notification .text a:hover {
        text-decoration: none; }
  #app-notification .close-notification,
  #rules-notification .close-notification,
  #cookies-policy-notification .close-notification {
    color: #ddd;
    font-size: 10px;
    margin: 0 10px;
    text-decoration: underline;
    text-transform: uppercase; }
    #app-notification .close-notification:hover,
    #rules-notification .close-notification:hover,
    #cookies-policy-notification .close-notification:hover {
      text-decoration: none; }
  #app-notification .btn,
  #rules-notification .btn,
  #cookies-policy-notification .btn {
    padding: 4px 15px;
    cursor:pointer;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff; }
    #app-notification .btn:hover,
    #rules-notification .btn:hover,
    #cookies-policy-notification .btn:hover {
      color: #fff;
      border: 1px solid #bcbdc0;
      background-color: #bcbdc0; }
  #app-notification span,
  #rules-notification span,
  #cookies-policy-notification span {
    //vertical-align: middle;
     }

#app-notification.reg-confirm {
  padding: 24px 0;
  font-size: 16px; }

#rules-notification,
#cookies-policy-notification {
  top: inherit;
  bottom: 0; }

#cookies-policy-notification {
 // padding: 5px 0; }
.text-center {
    text-align: center;
}  