/* ////////////////////////////////////////////////////////////////////////// */
/* -------------------------------------------------------------------------- */
/* DIGIPUBLICA COOKIE POLICY PLUGIN                                           */
/* -------------------------------------------------------------------------- */
/* ////////////////////////////////////////////////////////////////////////// */

#digipublica-cookie-banner {
  width: 100%;
  max-width: 400px;
  height: auto;
  position: fixed;
  top: 100%;
  background: #fff;
  border: .5em solid #333;
  border-bottom: none;
  padding: 1em;
  z-index: 10010;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 0 1em rgba(0,0,0,.5);
}
.negative #digipublica-cookie-banner {
  background: #000;
  border: .5em solid #ddd;
  border-bottom: none;
}
#digipublica-cookie-banner.opened {
  bottom: 0;
  top: auto;
}
#digipublica-cookie-shade.cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.9);
  z-index: 10009;
}
.negative #digipublica-cookie-shade.cover {
  background: rgba(0,0,0,.9);
}
.dcb-button {
  position: absolute;
  left: -.5rem;
  top: -40px;
  height: 32px;
  background: #333;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  padding: 0.75em;
  color: #fff;
}
.negative .dcb-button {
  background: #ddd;
  color: #000;
}
.dcb-button:hover {
  cursor: pointer;
}
.policy-saved {
  position: absolute;
  top: 0;
  height: 32px;
  background: #20b91e;
  padding: 0.75em;
  left: 0;
  z-index: -1;
  hyphens: none;
}
.policy-title {
  hyphens: none;
  margin-left: .5em;
}
.dcb-wrap h4 {
  margin: 0 0 .25em 0;
  font-weight: bold;
}
.dcb-wrap p {
  line-height: 1.2;
  font-size: .9em;
}
.dcb-wrap ul {
  max-height: 40vh;
  list-style: none;
  margin: 1em 0;
  padding: .75em;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: inset 0 0 .75em rgba(0,0,0,.25);
}
.negative .dcb-wrap ul {
  box-shadow: inset 0 0 .75em rgba(0,0,0,.5);
  background: #222;
}
.dcb-wrap ul li {
  margin: 0 0 1em;
  font-weight: bold;
  cursor: pointer;
}
.dcb-wrap ul li.off i.fa-toggle-on {
  display: none;
}
.dcb-wrap ul li span {
  font-weight: normal;
  font-size: .8em;
  display: inline-block;
}
.dcb-wrap i {
  float: left;
  font-size: 1.45em;
  margin: 0 .25em 0 0;
}
.dcb-wrap i.fa-toggle-off {
  color: #ccc;
}
.negative .dcb-wrap i.fa-toggle-off {
  color: #666;
}
.dcb-wrap i.fa-toggle-on {
  color: #0e93b9;
}
.dcb-wrap button {
  width: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  padding: .2em .6em;
  margin-right: .5em;
  color: #fff;
  background: #0e93b9;
}
.dcb-wrap button#agree-all-cookie-policy {
  background: #20b91e;
}
.cookie-gm-message {
  width: 100%;
  height: 100%;
  padding: 25% 1em 1em 1em;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background: #eee;
}