.parent-container-idgy{
   position:relative;
   z-index:1000;
   width: 100%;
   height: 100%;
   display: block;
}

/* The Modal (background) */
.modal-idgy {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4) !important; /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-idgy {
    background-color: #fff;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

.modal-footer-idgy {
	display: none;
	border: 0px solid #000;
	width: 100%;
	overflow: auto;
	margin-top: 20px;
}

.agree-btn-idgy{
	  background-color: #fdac25!important;
    border: none;
    margin-top: 15px;
    display: inline-block;
    padding: 10px 25px;
    color: white;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    font-family: 'Effra Bold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
}

.more-btn-idgy{
	background-color: #fff !important;
	color: #000;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  float: right;
  border: none;
  margin-top: 20px;
}

.container-idgy {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-idgy input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.cookie-explanation-title-idgy{
	font-size: 14px;
	margin-top: 10px;
  margin-bottom: 5px;
}
.cookie-explanation-text-idgy{
	font-size: 12px !important;
	width: 100%;
  margin-bottom: 5px;
}
.cookie-checkbox-label-idgy{
	font-size: 12px !important;
}

.modal-header-idgy{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.agree-button-container-idgy{
  width:60%;
  border: 0px solid #000;
  float: left;
}

.more-button-container-idgy{
  width:40%;
  border: 0px solid #000;
  float: left;
}

.buttons-container-idgy{

  width: 100%;
  height: 50px;

}

.checkbox-idgy{
  vertical-align: middle; 
}

@media only screen and (max-width: 768px) {

/* Modal Content/Box */
.modal-content-idgy {
    width: 90%; /* Could be more or less, depending on screen size */
}

}



