/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */


.cookie-message {
  position:fixed;
  bottom:0;left:0;right:0;
  padding:0 15px;
  background:#fff;
  border-bottom:1px solid #ccc;
  box-shadow:0px 0px 3px #ccc;
  z-index: 99;
}
.cookie-message a {
  position:initial;
  top:0; *top:-2px; right:20px;
  cursor:pointer;
  text-decoration: underline !important;
  margin-left: 4px;
}
.cookie-message p, .cookie-message a {
  color:#FBFBFB;
}
.cookie-btn {
    float: right !important;
    text-decoration: none !important;
    border: 2px solid white;
    padding: 5px 30px;
    color: white !important;
    margin-bottom: 10px;
}
.ui-widget-content {
  float: left !important;
  background: none;
  border: none;
  color:#FBFBFB;
}
.ui-widget-header {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.header-cookie {
  position: fixed;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  z-index: 1100;
  background-color: #43718c;
  background-repeat: repeat;
}

/* for popup */
#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ccc;
  z-index: 1111;
  height: 500px;
  overflow-y: scroll;
}

#popupLink {
  text-decoration: none;
  color: #ffffff;
}

#closeLink {
  float: right !important;
  text-decoration: none !important;
  border: 2px solid rgb(189, 13, 13);
  padding: 5px 30px;
  color: rgb(116, 49, 49) !important;
  margin-bottom: 10px;
}


/* for footer (i.e. end) */

.copyright {
  text-align: center;
  vertical-align: middle;
  font-size: 0.8rem;
  padding: 15px;
}