/**
 * 2011-2022 OBSOLUTIONS WD S.L. All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of OBSOLUTIONS WD S.L. and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to OBSOLUTIONS WD S.L.
 * and its suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from OBSOLUTIONS WD S.L.
 *
 *  @author    OBSOLUTIONS WD S.L. <info@obsolutions.es>
 *  @copyright 2011-2022 OBSOLUTIONS WD S.L.
 *  @license   OBSOLUTIONS WD S.L. All Rights Reserved
 *  International Registered Trademark & Property of OBSOLUTIONS WD S.L.
 */


#obsretarget_container {	
    align-items: center;
    display: flex;
    justify-content: center;    
    background: url(../../img/basic/background-popup-default.jpg) no-repeat 0 0 transparent;
    background-size: cover;
    padding: 5px;
}

#obsretarget_container div{
	

}

.gpdr_obs label div,.gpdr_obs label{
	display:inline-block;
}

.default_container{
	align-items: center;    
    justify-content: center;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
	height: 100%;
}

#obsretarget_container .enter_email{	
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
}

#obsretarget_container .discount_1{	
	font-size: 50px;
	font-weight: bold;
	color: #c1bb39;
	text-shadow: 1px 1px #909090;
	margin: 10px;
	margin-top: 25px;
	line-height: 40px;
}

#obsretarget_container .discount_2{	
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px #909090;
	color: #c1bb39;
	margin: 20px;	
}


#obsretarget_container #obsretarget_email{	
	margin-bottom: 10px;	
	
}

.error_email{		
	border-color: red;
}

#obsretarget_container #obs_newsletter_button{
	width: 50%;
	margin-bottom: 6px;
	background: black linear-gradient(to bottom, black 0%, #909090 100%) repeat-x scroll 0 0;
	background-color: black;
	border-color: black #909090 #909090 #909090;
	height: auto;
	text-transform: none;
	cursor: pointer;
}

div#obsretarget_modal_content{
	
} 

.captcha-obsbox{
	margin-left: 6%;
}

.btnRefresh span img{
	width: 11px;
	margin-left: 4px;
	
}
#captcha{
	border: 1px solid #d6d4d4;
}
.obs-captcha-img{
	height: 57px;
}
.btnRefresh span{
	cursor:pointer;
}
#captcha:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btnRefresh{
	border:0;
}
.email_input{
	text-align: center;
}  

.email_input input{
	background: url(../../img/email-envelope.png) no-repeat scroll 5px 5px;
	background-color: white;
	padding-left:25px;
}
 
.minimum_purchase{
	font-size: 14px;	
	margin: 10px;
	color: #777;
    text-decoration: none;
    font-family: Arial,​Helvetica,​sans-serif;
} 
 
.close_link{
	font-size: 14px;	
	margin: 0;	
}

.terms_use{
	font-size: 10px;	
	margin: 10px;
}

#obs_newsletter_button span {
    border: 0px solid black;
    display: block;
    padding: 10px 10px 10px 14px;
}


.discount_code_title{
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
}

.discount_code_txt{	
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
}

.discount_code{
	font-size: 25px;
	border: 2px solid #909090;
	font-weight: bold;
	color: #c1bb39;
	text-shadow: 1px 1px #909090;
	background-color: white;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;	
}

.discount_counter_txt{
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
}

.discount_counter{
	font-size: 30px;
	font-weight: bold;
}

.container_result{
	align-items: center;
    justify-content: center; 
    text-align: center;  
}


.result_discount_code_txt{
	font-size: 20px;
    font-weight: bold;
    margin: 25px;
    text-align: center;
}

.result_discount_code{
	font-size: 35px;
	border: 2px solid #909090;
	font-weight: bold;
	color: #c1bb39;
	text-shadow: 1px 1px #909090;
	background-color: white;
	margin: 10px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;	
}

.result_footer{
	margin-top: 15px;
	font-size: 15px;
	color: black;
	text-align: center; 		
}

@media (max-width: 768px) {
	#obsretarget_container {	
	    width: auto !important;
	    height: auto !important;
	    pading: 5px;
	}
	#obsretarget_container .enter_email{	
		font-size: 12px;
		font-weight: bold;
		margin: 5px;
	}
	.minimum_purchase{
		font-size: 10px;
	}	
}

@media (max-width: 480px) {
	#obs_newsletter_button {
		width: 100% !important;
	}
	.result_discount_code{
		font-size: 25px;		
	}
	#obsretarget_container .enter_email{	
		font-size: 15px;
		font-weight: bold;
		margin: 5px;
	}
	#obsretarget_container .discount_1{	
		font-size: 40px;		
		margin: 5px;
		margin-top: 40px;
		line-height: 40px;
	}
}

}

