/**************************************** POP-UP ****************************************/
#popUpDiv, #popupSurvey {
	display: none;
}

#popUp-overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(60, 60, 60, 0.7);
	top: 0;
	left: 0;
	z-index: 9999;
}

#popUp{	
	width: 100%;
	height: 100%;
	max-width: 500px;
	max-height: 250px;
	position: fixed;
	top: 50%;
	left: 50%; 
	transform: translate(-50%, -50%);
	z-index: 999999;
	background-color: #fff;
}

#popupSurvey #popUp {
	max-height: 22em;
}

.popUp-title{   
    border-radius: 0px 12px 12px 0px;
    background: #009590;
    height: auto;
    width: 70%;
    margin-top: 25px;
    clear: both;
    color: #fff;
    padding: 2% 5%;
}
h4.popUp-title {
    font-size: initial;
}

#popupSurvey .popUp-title {
	display: block;
	border-radius: 0px 12px 12px 0px;
	background: #009590;
	width: 73%;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}

#popUp p {
    padding: 2% 5%;
}

#popupSurvey #popUp p {
	padding: 15px 30px;
}

#popUp p a{	
	font-weight: bold;
	font-size: 12px;
	padding: 0 12px 0 0;
	background: url(../images/icons_arrow_modules.gif) right center no-repeat;
}

.confirmationSurvey {
	width: 100%;
	text-align: center;
	margin: 3% 0;
}

.confirmationSurvey a {
	text-align: center;
	margin: 0 auto;
	padding: 0 7px;
	font-weight: bold;
}
.informationSurvey {
	margin: 12% 4%;
	text-align: justify;
}

#acceptSurvey, #refuseSurvey {
	border-radius: 25%;
	background: #009590;
	margin: -2px 5px -2px 5px;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 20px 6px 20px;
	box-shadow: none;
	border: none;
	color: white;
}
@media (max-width:420px){
    #popupSurvey #popUp {
        max-height: 26em;
    }
}
/**************************************** END POP-UP ****************************************/