
/* edit settings dialog */
.cookieconsent-overlay {
  position:fixed;
  z-index:2000;
}
.cookieconsent-dialog {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow:visible;
  z-index:2001;
}
.cookieconsent-dialog-content {
  padding:20px;
  margin:20px auto;
  width:700px;
  font-size:13px;
  position:relative;
}
.cookieconsent-dialog-close {
  position:absolute;
  top:5px;
  right:5px;
}
.cookieconsent-dialog-content h1 {
  font-size:23px;
  border-bottom:1px solid;
  border-color:inherit;
  margin:0 0 20px 0;
  line-height:1.6em;
}
.cookieconsent-dialog-content .cookieconsent-logo-link {
  position:absolute;
  bottom:3px;
  right:3px;
  background-color:#efefef;
  padding:0 5px;
  display:block;
}

.cookieconsent-button-wrap {
  margin:20px 0 5px;
  text-align:right;
}
.cookieconsent-button-wrap button {
  margin-left:3px;
}

.cookieconsent-level-changer {
  overflow:visible;
  margin:0 auto;
  text-align:center;
}
.cookieconsent-level-changer a {
  display:inline-block;
  height:150px;
  cursor:pointer;
  cursor:hand;
  position:relative;
  border:5px solid #b5b5b5;
  max-width:150px;
  text-decoration:none !important;
}
.cookieconsent-level-changer a:hover {
  filter: alpha(opacity=90);
  opacity:0.9;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 180, 50, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(50, 180, 50, 0.3);
}
.cookieconsent-level-changer a span.cookieconsent-level-button-icon {
  display:block;
  position:absolute;
  top:11px;
  left:10%;
  right:13%;
  height:75px;
}
.cookieconsent-level-changer a span.cookieconsent-level-button-icon div {
  display:block;
  background-color:#d1e0e9;
  position:absolute;
  bottom:0px;
  border:1px solid #fff;
}

.cookieconsent-level-changer a span.cookieconsent-level-button-title {
  display:block;
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
  height:45px;
  padding-top:10px;
  background-color:#b5b5b5;
  color:#fff;
  font-size:15px;
  line-height: 16px; /* Chris */
}
.cookieconsent-level-changer a.activated {
  border-color:#66c588;
}
.cookieconsent-level-changer a.activated span.cookieconsent-level-button-title {
  background-color:#66c588;
}
.cookieconsent-level-changer a.activated span.cookieconsent-level-button-icon div.activated {
  background-color:#66a0c5;
}

.cookieconsent-permission-panels {
  overflow:hidden;
  clear:both;
  margin-top:10px;
  border-top:1px solid #b5b5b5;
  padding-top:10px;
}
.cookieconsent-permission-panel-disallowed {
  float:left;
  width:49%;
}
.cookieconsent-permission-panel-allowed {
  float:right;
  width:49%;
}
.cookieconsent-permission-panel-title {
  font-size:16px;
  padding:10px 15px;
  font-weight:normal;
  text-align:center;
}
.cookieconsent-permission-panels ul {
  padding:15px;
  margin:0;
  list-style:circle;
}
.cookieconsent-permission-panels ul li {
  padding:0 0 4px 0;
  margin:0 0 0 20px;
  font-size:14px;
}

/* cookies warning */
.cookieconsent-popup {
  position:fixed;
  z-index:1999;
  right:50px;
  bottom:0px;
  width:400px;
  padding:15px 20px;
  font-size:13px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4); 
}

/* magic button */
.cookieconsent-toggle-magic-button {
  display:block;
  float:right;
  margin:5px 0 10px;
  text-decoration:underline;
}
.cookieconsent-toggle-magic-button .ui-icon {
  float:left;
  margin: 4px 2px 0 0;
}
.cookieconsent-magic-button-wrap {
  display:none;
}
.cookieconsent-magic-button-wrap .ui-state-highlight {
  margin:0 0 15px;
  padding:15px;
}
.cookieconsent-magic-button-wrap iframe {
  height:137px;
  width:100%;
}

/* policy links */
.cookieconsent-popup .cookieconsent-cookie-policy-link {
  display:block;
  float:left;
  clear:both;
  margin:5px 0 10px;
  text-decoration:underline;
}
.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
}

@media only screen and (max-width: 414px) {
    .cookieconsent-dialog-content {
        width:100%;
  }
  .cookieconsent-popup {
    width:100% !important;
    right:0 !important;
  }
  .cookieconsent-permission-panel-disallowed {
    float:none;
    width:100%;
    padding-bottom:8px;
  }
  .cookieconsent-permission-panel-allowed {
    float:none;
    width:100%;
    padding-bottom:8px;
  }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
