
.modale:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.opened:before {
  display: block;
}
.cookiepopupmodel.opened .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  top: 20% !important;
}
.cookiepopupmodel .modal-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  margin-left: -200px;
  text-align:center;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  width: 460px;
  box-shadow:0 5px 10px rgba(0,0,0,0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  pointer-events: auto;
}
.cookiepopupmodel .modal-body, .cookiepopupmodel .modal-body2 {
  padding: 20px;
}
.cookiepopupmodel .modal-body input{
  width:200px;
  padding:8px;
  border:1px solid #ddd;
  color:#888;
  outline:0;
  font-size:14px;
  font-weight:bold
}
.cookiepopupmodel .modal-header,
.cookiepopupmodel .modal-footer {
  padding: 20px 20px;
}
.cookiepopupmodel .modal-header {
  border-bottom: #eeeeee solid 1px;
}
.cookiepopupmodel .modal-header h2 {
  font-size: 20px;
}
.cookie-compliance__body__buttons {
    border-top: 1px solid white;
    width: 100%;
    padding: 0.625rem 0;
    box-sizing: border-box;
    background: white;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.button-style {
    font-family: "Lato", Verdana, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: 0.015em;
    font-weight: normal;
    transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0.8125rem 3.125rem;
    margin: 0 auto;
    -webkit-appearance: none;
    cursor: pointer;
    background-color: #9FBDC3;
    color: white;
	font-size:14px;
}
.cookie-compliance__body__buttons > * {
    margin: 0.5rem;
}
.cookiepopupmodel input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.cookiepopupmodel input:not([type="checkbox"]):after {
    content: "" !important;
}
.cookiepopupmodel .modal-body2 p{
	    text-align: left;
    padding-left: 2.2em;
}
.cookiepopupmodel .modal-body2 {
    height: 250px;
    overflow: auto;
}/* CSS Document */

