.cookieBtn {
	background: none;
    box-shadow: none;
    width: auto;
    margin: 0;
    padding: 0 !important;
    min-width: auto;
    position: fixed;
    left: 10px;
    bottom: 20px;
    border: 0;

}

.cookieBtn:hover {
	box-shadow: none;
}

.cookieBtn:focus {
	outline: none;
}

.cookieBtn img {
    max-width:30px;
}

.cookieconsent-modal {
	background-color: rgba(#000, #000, #000, .5);
}

.cookieconsent-modal-dialog {
	margin-top:10px !important;
    width: 1000px;
    max-width: 95%;
}

.cookieconsent-modal-content {
	background-color: #fff !important;
	color: #000;
}

.panel-title {
	margin: 0 !important;
}

.panel-title a {
	font-size: 16px;
}

.body-text {
	font-size: 14px;
}

.panel-body {
	font-size: 14px;
}

.cookieconsent-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right;
	margin-left: 10px;
}


.cookieconsent-switch input {display:none;}

/* The slider */
.cookieconsent-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookieconsent-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}


.cookieconsent-input.success:checked + .cookieconsent-slider {
  background-color: #8bc34a;
}


.cookieconsent-input:checked + .cookieconsent-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.cookieconsent-slider.round {
  border-radius: 34px;
}

.cookieconsent-slider.round:before {
  border-radius: 50%;
}

.btn-cookieconsent {
	padding: 10px !important;
    padding: 10px !important;
    height: auto;
    width: 100%;
    position: sticky;
    bottom: 0;
}

.btn-cookieconsent:hover {
	box-shadow: none;
}
