/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#gdpr-modal{
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #888;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px -2px 10px -2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px -2px 10px -2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px -2px 10px -2px;
    font-size: 13px;
    width: 100%;
    background-color: #fefefe;     
}

#gdpr-modal *{
	font-family: Arial, Helvetica, sans-serif;
	color: #1a1a1a;
}

/* Modal Content */
#gdpr-modal .gdpr-modal-content > div,
#gdpr-modal .gdpr-modal-footer > div{    
    padding: 20px;
}

#gdpr-modal .gdpr-modal-content .p{
	margin:0;
}

/* The Close Button */
#gdpr-modal .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#gdpr-modal .close:hover,
#gdpr-modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Footer */
#gdpr-modal .gdpr-modal-footer {
    background-color: #f7f7f7;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e9ecef;
}


#gdpr-modal .gdpr-modal-footer a{
	color: #007acc;
	text-decoration:underline;
}




.gdpr-buton{
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-width: 1px;
    border-style: solid;
    padding-top: .375rem;
    padding-bottom: .375rem;
    padding-right: .75rem;
    padding-left: .75rem;
	font-size: 13px;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
    text-transform: uppercase;   
}


.gdpr-mr-auto{
    margin-right: auto !important;	
}







#gdpr-modal-fullscreen {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
	font-family: Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	font-size: 15px;
	-webkit-overflow-scrolling: touch;
}

#gdpr-modal-fullscreenl *{
	font-family: Arial, Helvetica, sans-serif;
	color: #1a1a1a;
}

#gdpr-modal-fullscreen a{
	color: #007acc;
	text-decoration:underline;
}

/* Modal Content/Box */
#gdpr-modal-fullscreen .gdpr-modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
}

/* The Close Button */
#gdpr-modal-fullscreen .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#gdpr-modal-fullscreen .close:hover,
#gdpr-modal-fullscreen .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#gdpr-modal-fullscreen .hh3,
#gdpr-modal-fullscreen .hh4{
	
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;

}

#gdpr-modal-fullscreen .hh4{
	color:gray;
}

#gdpr-modal-fullscreen .hh3{
	margin-top: 30px;
	margin-bottom:30px;
}

#gdpr-modal-fullscreen table tr th {
    padding: 10px;
    border: 0;
    background: #414141;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
}


#gdpr-modal-fullscreen table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #d1d1d1;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

#gdpr-modal-fullscreen table th,
#gdpr-modal-fullscreen table td{
	padding: 10px;	
}

#gdpr-modal-fullscreen table td,
#gdpr-modal-fullscreen table th{
	border: 1px solid #d1d1d1;
}

#gdpr-modal-fullscreen table td{
	    border: 1px solid #d1d1d1;
	    border-width: 0 1px 1px 0;
}


#gdpr-modal .p,
#gdpr-modal-fullscreen .p{
	margin-bottom:10px;
	font-size: 15px;
	line-height:1.8em;
}

#gdpr-modal .p{
	font-size: 13px;
}



#gdpr-modal-fullscreen .gdpr-modal-header .gdpr-modal-title{
	font-weight:bold;
	font-size:24px;
}

#gdpr-modal-fullscreen .gdpr-modal-header{
	padding: 15px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;	
}


.gdpr-list input[type=checkbox] {
    display: none
}

.gdpr-list input[type=checkbox]~label {
    position: static;
    display: block;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    color: #414141;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gdpr-list input[type=checkbox]~label:after,
.gdpr-list input[type=checkbox]~label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #57D46D;
    -webkit-transition: border .2s, background .2s;
    -o-transition: border .2s, background .2s;
    transition: border .2s, background .2s
}

.gdpr-list input[type=checkbox]~label:after {
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-transition: border .2s, -webkit-transform .2s;
    transition: border .2s, -webkit-transform .2s;
    -o-transition: border .2s, transform .2s;
    transition: border .2s, transform .2s;
    transition: border .2s, transform .2s, -webkit-transform .2s;
    z-index: 1
}


.gdpr-list input[type=checkbox]:checked~label:before {
    border: 1px solid #ff3b30;
    background: #ff3b30
}

.gdpr-list input[type=checkbox]:checked~label:after {
    border: 1px solid #ff3b30;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.gdpr-list input[type=checkbox]:disabled~label {
    color: #ccc;
    pointer-events: none
}

.gdpr-list input[type=checkbox]:disabled~label:before {
    border: 1px solid #ddd;
    background: #ddd;
    opacity: 0
}

.gdpr-list input[type=checkbox]:disabled~label:after {
    border: 1px solid #ddd;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}


.gdpr-list-item {
    position: relative;
    padding: 0 0 20px 70px
}

.gdpr-list-item-description {

}

.gdpr-list-item-details {
    display: none
}

.gdpr-list-item-details span {
    display: block;
    font-size: 12px;
    line-height: 15px
}

.gdpr-list-item-details label.gdpr-link {
    margin: 5px 0;
    font-size: 14px;
    line-height: 20px
}

.gdpr-list-item-details table {
    table-layout: auto;
    width: 100%;
    margin: 0;
    border: 0;
    color: #414141;
    text-align: left
}

.gdpr-list-item-details table tr th {
    padding: 10px;
    border: 0;
    background: #414141;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase
}

.gdpr-list-item-details table tr td {
    padding: 10px;
    border: 0;
    font-size: 12px;
    line-height: 15px
}

.gdpr-list-item-details table tr:nth-child(2n+1) {
    background: 0 0
}

.gdpr-list-item-details table tr:nth-child(2n) {
    border-bottom: 1px solid #ccc;
    background: 0 0
}

.gdpr-list-item .gdpr-link {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 12px;
    line-height: 15px
}

.gdpr-list-item-input:checked~.gdpr-link {
    display: none
}

.gdpr-list-item-input:checked~.gdpr-list-item-details {
    display: block
}

label.gdpr-link {
    margin: 0;
    text-transform: none
}


#gdpr-container{
	margin:0 auto;
	color:black;
	margin-top:50px;
}

#gdpr-container *{
	color:black;
}

#gdpr-container .h1,
#gdpr-container .gdpr-modal-title{
	margin:20px 0;
}

#gdpr-container .h1{
	font-size:35px;
}

#gdpr-container .gdpr-modal-title{
	font-size:20px;
}

#gdpr-container .hh3{
	font-size:18px;
}

#gdpr-container .hh4{
	font-size:17px;
}

/***xs **/
@media all and (max-width:767px) {

	  #gdpr-container{
	    width: 100%;
	    padding:15px;
	  }

	#gdpr-modal-fullscreenl .gdpr-modal-header ..gdpr-modal-title{
		font-size: 17px;
	}
	
    .gdpr-list input[type=checkbox]~label {
        position: relative;
        padding-left: 50px;
        font-size: 16px;
        line-height: 20px
    }
    .gdpr-list input[type=checkbox]~label:after,
    .gdpr-list input[type=checkbox]~label:before {
        width: 40px;
        height: 20px;
        border-radius: 20px
    }
    .gdpr-list input[type=checkbox]~label:after {
        width: 20px;
        height: 20px
    }
    .gdpr-list-item {
        padding: 0 0 20px
    }
    
 	.gdpr-buton{
 		display: block;
    	margin-top: 20px;
    	font-size:15px;
	}   
    
    
 	#gdpr-modal-fullscreen{
 		background:white;
 	}
 	
 	#gdpr-modal-fullscreen .hh3{
    	font-size: 17px;
    	line-height: 25px;
    	margin-bottom: 30px;
    	margin-top: 30px;   	
 	}
 	
	#gdpr-modal-fullscreen table tr th{
		font-size: 9px;
	}
	
	#gdpr-modal-fullscreen .p{
		font-size: 13px;
	}
    
}


/* not xs */
@media all and (min-width:768px) {

	#gdpr-modal-fullscreen .gdpr-modal-content {
	   	margin: 20px auto; /* 15% from the top and centered */
	    width: 80%; /* Could be more or less, depending on screen size */
	}	
	
	#gdpr-modal .gdpr-modal-content > div,
	#gdpr-modal .gdpr-modal-footer > div{    
	    width: 80%;
	    margin-left: 10%;    
	}
	
	#gdpr-modal .gdpr-modal-footer > div{
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;	
	}
	
	.gdpr-modal-footer .gdpr-buton{
		display: inline-block;
		margin-left: 20px;
	}		

}

/* md */
@media (min-width: 992px) {
  #gdpr-container {
    width: 970px;
  }
}

/* lg */
@media (min-width: 1200px) {
  #gdpr-container {
    width: 1170px;
  }
}
