#cookie-bar {
  position: fixed;
  bottom: 0px;
  width: inherit;
  z-index: 12005;
  display: none;
}

#cookie-bar table {
  width: 100%;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, Verdana, sans-serif !important;
  font-size: 9pt;
  line-height: 13pt;
}

#cookie-bar .cookie-bar-text {
  padding: 10px 0px;
  color: #3d3d3d;
  word-break: keep-all;
  text-align: justify;
}

#cookie-bar table .cookie-bar-button {
  vertical-align: middle;
  white-space: nowrap;
  text-align: right;
  padding: 0px 10px 0px 50px;
}

#cookie-bar table .cookie-bar-button .button-center {
  text-align: center;
}

#cookie-bar table .cookie-bar-button-ok, 
#cookie-bar table .cookie-bar-text a {
  color: #3d3d3d;
}

#cookie-bar table .cookie-bar-button-ok {
  font-size: 1.1em;
  border: 1px solid #3d3d3d;
  padding: 5px 10px;
  text-decoration: none;
  background: #f5f5f5;
  border-radius: 4px;
  font-weight: normal;
}

#cookie-bar table .cookie-bar-button-ok:hover, 
#cookie-bar table .cookie-bar-text a:hover
  {
  color: #000000;
  background: #e8e8e8;
}

#cookie-bar-background {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1100;
  display: none;
  background: #f5f5f5;
  border-top: 1px solid #bdbdbd;
}

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 10px;
  /*max-width: 375px;*/
  /*background-color: #0059a9;*/
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 12005;
  border-top: 1px solid #e5e5e5;
}

#gdpr-cookie-message h4 {
  /*color: white;*/
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
  /*color: white;*/
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

#gdpr-cookie-message p, 
#gdpr-cookie-message ul {
  /*color: white;*/
  font-size: 15px;
  line-height: 1.5em;
}

#gdpr-cookie-message .cookies-buttons p {
  margin-bottom: 0;
  text-align: center;
}

#gdpr-cookie-message li {
  width: 100%;
  display: block;
}

#gdpr-cookie-message a {
  /*color: white;*/
  /*text-decoration: none;*/
  font-size: 15px;
  padding-bottom: 2px;
  /*border-bottom: 1px dotted rgba(255, 255, 255, 0.75);*/
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
  /*color: white;*/
  border-bottom-color: #bf1627;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button, 
button#ihavecookiesBtn {
  border: none;
  /*background: #bc091b;*/
  background: #0059a9;
  color: white;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  text-shadow: none;
}

#gdpr-cookie-message button:hover {
  /*background: white;*/
  color: #eb2c40;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button#gdpr-cookie-agree:hover {
  /*background: #057c09;*/
  background: #666666;
  color: white;
}

#gdpr-cookie-message button#gdpr-cookie-disagree:hover {
  /*background: #bc091b;*/
  background: #666666;
  color: white;
}

button#gdpr-cookie-advanced {
  background: white;
  color: #bf1627;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

#gdpr-cookie-types .ui-tabs {
  display: block;
  width: auto;
  float: left;
  padding: 0px;
}

#gdpr-cookie-types .ui-tabs li a {
  display: block;
  padding: 10px;
  border: 1px solid white;
}

#gdpr-cookie-types .ui-tabs li.opened-tab {
  background: rgba(255, 255, 255, 0.5);
}

#gdpr-cookie-types .ui-tab, .ui-tab.show {
  color: white;
  display: block;
  width: auto;
  height: 200px;
  overflow-y: auto;
  border: 1px solid white;
  padding: 10px;
}

#gdpr-cookie-types .cookies-buttons {
  margin-top: 10px;
}

#gdpr-cookie-types .cookies-buttons button {
  width:130px;
}