@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext');
/*
font-family: 'Roboto Condensed', sans-serif;
*/


#list {
  position: relative;
  left: 50%;
  width: 240px !important;
  min-width: 240px !important;
  text-align: center;
  font-weight: 900;
  margin: 100px 0 0 -120px;
}

/* The checked container ---------------------------------------------------- */
.container_checked {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0 0 12px 35px;
  font-size: 12pt;
  line-height: 27px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_checked input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border: 1px solid rgba(198, 117, 248, 0.5)
}

/* When the checkbox is checked, add a blue background */
.container_checked input ~ .checkmark {
  background-color: red;
  border-radius: 3px;
  border: 1px solid rgba(198, 117, 248, 0.2)
}

/* Show the checkmark when checked */
.container_checked input ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_checked .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0 0 12px 35px;
  cursor: pointer;
  font-size: 12pt;
  line-height: 27px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 3px;

}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: rgba(203, 6, 0, 0.5);
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: red;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cookie_disclaimerclass {
  position: fixed !important;
  right: 0px;
  bottom: 0px;
  width: 250px; /* 84%; */
  max-width: 250px;
  height: auto;
  background-color: rgba(0,0,0,1);
  /* background-image: linear-gradient(68deg,#ffc67b,#fffea9); */
/*  background-image: linear-gradient(68deg,rgba(139,0,4,1),rgba(0,0,0,1));*/
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11pt;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 1px;
  color: white;
  text-align: left;
  margin: 8px !important;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid rgba(229, 11, 4, 0.5);
  -moz-box-shadow:      0px 0px 15px 5px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.9);
    box-shadow:         0px 0px 15px 5px rgba(0, 0, 0, 0.9);
  z-index: 6000;
}

.cookie_disclaimerclass > a {
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11pt;
  font-weight: 700;
  color: red;
}

.cookie_disclaimerclass > a:hover {
  text-decoration: underline;
  color: #4bc2ff;
}

#cookie_disclaimerwindow {
  visibility: visible;
}

.have_it {
  position: relative !important;
  width: 150px !important;
  height: 30px;
  color: white;
  max-height: 32px !important;
  background-image: linear-gradient(68deg,red, rgba(101,0,0,1));
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14pt;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
  padding: 0px 15px;
  margin: 0 auto 0 auto;
  border-radius: 5px;
  -moz-box-shadow:    0px 1px 3px 1px rgba(44, 42, 61, 0.7);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(44, 42, 61, 0.7);
  box-shadow:         0px 1px 3px 1px rgba(44, 42, 61, 0.7);
  transition: all 0.3s;

}

.have_it:hover {
  background-image: linear-gradient(68deg,red, red);
    -moz-box-shadow:    0px 0px 7px 5px rgba(255,0,0, 0.6);
    -webkit-box-shadow: 0px 0px 7px 5px rgba(255,0,0, 0.6);
    box-shadow:         0px 0px 7px 5px rgba(255,0,0, 0.6);
    cursor: pointer;
    cursor: hand;
    letter-spacing: 2px;
}
