.reveal-modal-bg { 
	background-color: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	position: fixed; 
	width: 100vw;
	height: 100vh;
	z-index: 2000;
	top: 0;
	left: 0;
}
	
.reveal-modal {
    width: 100vw;
	height: 100vh;
	color: #000;
	position: fixed;
	visibility: hidden;
	z-index: 2002 !important;
	top: 0;
	left: 0;
	opacity: 1 !important;
}
		
.reveal-modal .close-reveal-modal,
.reveal-modal .back-reveal-modal,
.reveal-modal .logo,
#popupWindow .close-reveal-modal {
	color: #FFF;
    cursor: pointer;
    font-size: 1.6rem;
	position: absolute;
	top: 2px;
	z-index: 1;
}

.reveal-modal .close-reveal-modal {
    right: 10px;
}

.reveal-modal .back-reveal-modal,
.reveal-modal .logo {
    left: 10px;
} 

.reveal-modal .logo {
    width: 250px;
}
.reveal-modal img {
    min-width: inherit;
    width: 100%;
}

img[src="/img/loading.gif"] {
    width: auto;
}

#depositContents,
#popupContent {
	display: table;
        padding: 4px 4px 10px 4px;
	height: 100%;
	width: 100%;
}
.containerText {
    padding: 1rem 6%;
}
#modalcontent, 
#popupWindow,
#popupCalendarWindow {
    background-color: #000;
    border: 1px solid #FFF;
    display: table;
	margin: 0;
	width: 100%;
}

.contienearea {
    padding: 0 !important;
}

.area > div {
    margin-bottom: 10px;
}

#popupContent h1 {
    position: relative;
}
#popupContent ol {
    margin: 25px 0 45px 0;
}
#popupContent ol li {
    font-size: 1.3rem;
    margin: 25px 0;
    font-weight: bold;
}
#popupContent ol li span{ 
    font-weight: normal;
}
#popupContent .ico-cierre{
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 20px;
    z-index: 100;
}
label {
    width: 100%;
}
.register label {
    display: inline-table;
    min-width: 190px;
    width: 30%; 
}

input,
select {
    background-color: transparent;
    border: 1px solid #838383;
    color: #838383;
    padding: 5px 10px;
    width: 69%;
}

textarea {
    background-color: transparent;
    border: 1px solid #838383;
    color: #838383;
	padding: 5px 10px;
}

select  {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/img/layout/flecha.png');
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: inherit;
}

#e_mail_forgot-div > div {
    margin: 0 auto;
    width: 60%;
}

#e_mail_forgot-div label {
    color: #838383;
    display: inline-block;
    font-size: 1.4rem;
    min-width: 180px;
    width: 30%;
    padding-bottom: 4px;
}
#e_mail_forgot-div input {
    font-size: 1.4rem;
    padding: 10px 50px 10px 30px;
    width: 68%;
}
.documentRegister {
    color: #fff;
}
.documentRegister select{
    background-image: url(/img/layout/ico-arrow-down-white.png);
    background-size: 15px;
    display: block;
    margin: 10px auto;
    width: 300px;
}
#securiteResponseDiv {
    margin-bottom: 40px;
}
.ojo {
    position: relative;
    top: 0;
    right: 21px;
}
.ojoMembers {
    position: relative;
    top: -24px;
    right: 21px;
}
.register .ojo {
    top: -13px;
}
#forgot .ojo {
    top: -36px;
}
.ojo::before, .ojoMembers::before {
    content: "";
    background-size: 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    right: 5px;
    top: -11px;
    cursor: pointer;
}
#ojoPassMenu {
    top: 25px;
}
.ojo-visible::before {
    background-image: url(/img/layout/icons/ico-visible.png);
}
.ojo-invisible::before {
    background-image: url(/img/layout/icons/ico-invisible.png);
    top: -14px;
}
::placeholder { 
    color: #838383;
    opacity: 1; 
}

:-ms-input-placeholder { 
    color: #838383;
}

::-ms-input-placeholder { 
    color: #838383;
}

#popupContent input[type="text"],
#popupContent input[type="password"],
#popupContent input[type="check"],
#popupContent input[type="radio"],
#popupContent select,
#popupContent textarea,
#membersarea input[type="text"],
#membersarea input[type="password"],
#membersarea input[type="check"],
#membersarea input[type="radio"],
#membersarea select,
#membersarea textarea{
    margin-bottom: 10px;
}

#loginarea input,
#e_mail_forgot {
    margin: 10px auto;
}

#loginarea input {
    width: 60%;
}

input[type="checkbox"], 
input[type="radio"] {
    width: 20px !important;
}

input[type="checkbox"] + label, 
input[type="radio"] + label{
    display: inline;
}

button[disabled], 
html input[disabled] {
    cursor: not-allowed;
}

.faqbutton {
    margin: 0 10px 0 0;
}

.underline {
    border-bottom: 1px solid #BBB;
    margin: 10px 0;
}
.form-control {
    font-size: inherit;
}
#day {
    min-width: 60px;
    width: 13%;
}
#month {
    min-width: 135px;
    width: 48%;
}

#year {
    min-width: 80px;
    width: 28%;
}

.validation_ack, 
.mandatory_validation_ack,
.validation_nok, 
.mandatory_validation_nok {
    background-repeat: no-repeat;
}

select.validation_ack, 
select.mandatory_validation_ack,
select.validation_nok, 
select.mandatory_validation_nok {
    background-position: right center;
    background-size: 48px;
}

input.validation_ack, 
input.mandatory_validation_ack,
input.validation_nok, 
input.mandatory_validation_nok {
    background-position: right;
}

textarea.validation_ack, 
textarea.mandatory_validation_ack,
textarea.validation_nok, 
textarea.mandatory_validation_nok {
    background-position: 98% 98%;
}

input.validation_ack, 
input.mandatory_validation_ack,
textarea.validation_ack, 
textarea.mandatory_validation_ack {
    background-image: url(/img/layout/icon-skill.png);
}

input.validation_nok, 
input.mandatory_validation_nok,
textarea.validation_nok, 
textarea.mandatory_validation_nok {
    background-image: url(/img/layout/icon-error.png);
}
input.validation_ack, 
input.mandatory_validation_ack,
input.validation_nok, 
input.mandatory_validation_nok{
    background-size: 20px;
}
select.validation_ack, 
select.mandatory_validation_ack {
    background-image: url(/img/layout/icon-skill-flecha-black.png);
}

select.validation_nok, 
select.mandatory_validation_nok {
    background-image: url(/img/layout/icon-error-flecha-black.png);
}

.validation_nok, 
.mandatory_validation_nok {
	border: 1px solid #C50B32;
}

.validation-info,
.validation-none,
.validation-error {
    font-size: .9rem;
    font-weight: bold;
}

#year-validation,
#zipcode-validation {
    clear: both;
}

#bonos #accordion {
    width: 100%;
}

#bonos #accordion .panel,
#bonos #accordion .panel .panel-heading {
    background-color: transparent;
    border-bottom: none;
}

#bonos #accordion .panel .panel-heading {
    height: auto;
    margin: 0;
    padding: 0;
}

#bonos #accordion .panel .panel-heading a {
    color: #000;
}

#bonos #accordion .panel .collapse {
    border: 1px solid #CCC;
    padding: 5px 10px;
}

#bonos #accordion .panel-body {
    color: #6F6F6F;
}

.realSubscription {
    margin-left: 0;
    position: relative;
}

.switch {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 57px !important;
    min-width: inherit !important;
}

.switch input {
    display:none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    background-color: white;
    bottom: 4px;
    content: "";
    height: 23px;
    left: 4px;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    width: 23px;
}

input:checked + .slider {
    background-color: var(--color-principal);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switchcontainer {
    align-items:center;
    display:flex;
    flex-direction:row;
    float:left;
    margin: 5px;
}

.switchcontainer > span {
    font-size: .8rem;
    margin-left: 5px;
}

/*********************************************************/
/************** NUEVO FORMULARIO REGISTRO ****************/

.malegender img, .femalegender img{
	cursor:pointer;
	border: 1px solid #BEA14E;
	border-radius: 10px;	
}

.selectedgender{
	border: 1px solid black;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.1);
}

.stephead{
	cursor:pointer;
	width: 100%;
}

#step1, #step2, #step3, #bonuscode{
    width: 100%;
}	

.closedstep{
	height:0px;
    overflow: hidden;
    transition: all .7 ease-in-out;
}
.openstep{
	height:inherit;
    overflow: hidden;
    transition: all .7 ease-in-out;
}

.registerlabel{
	padding-right: 0px;
}

.havebonus{
	cursor:pointer;
	border: 0px;
	font-size: 20px;
	font-style: italic; 
	padding-left: 15px;
	font-weight: normal;
}

.registerpadlock{
    height: 20px;
    margin-top: -5px;
    margin-right: 5px;
    border-right: 1px solid #fff;
}

.disabledgrey{
	background-color: #ccc;
    opacity: 0.5;
}

select:disabled {
	background-color: #ccc;
    opacity: 0.5;
}

.fillthis{
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
}
.register a {
    color: #FF0094;
}
.register a.btn-secundario {
    color: #fff;
}
.inputicon{
	position: absolute;
    padding: 8px;
}

.unclickeable{
	pointer-events: none; 
	opacity: 0.5;
	cursor:default;
}

.register {
    background-color: #fff;
    color: #101010;
    margin: 0 auto;
    min-width: 320px;
    width: 70%;
    padding: 0 0 20px 0;
}

.register h2 {
    background-color: #cccccc;
    color: #282828;
    font-weight: bold;
    line-height: 2.5rem;
    padding-left: 6%;
    text-align: left;
    width: 100%;
}

.h2arrow{
    width: 25px;
	margin-left: 5px;
	margin-top: -5px;
}

#step1, #step2, #step3  {
    padding: 1px 9%;
}

#step1 > div:first-child, #step2 > div:first-child, #step3 > div:first-child  {
    margin-top: 20px;
}

#step1 > div, #step2 > div, #step3 > div{
    margin-bottom: 10px;
}

.required::after {
    color: var(--color-principal);
    content:" *";
    font-size: 1.2rem;
    font-weight: bold;
}

.birthday--container {
    display: inline-block;
    width: 71%;
}

.deposit-metod {
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    height: 100px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 20px 10px;
    width: 100%;
}

.deposit-metod div {
    align-self: center;
}

.deposit-metod div:nth-child(1) {
    width: 20%;
}

.deposit-metod div:nth-child(2) {
    width: 65%;
}

.deposit-metod div:nth-child(3) {
    text-align: right;
    width: 5%;
}

.deposit-metod div:nth-child(1) img {
    max-width: 220px;;
    width: 100%;
}

.depositfund > img {
    max-width: 220px;
}

.depositfund > p,
.depositfund > p a,
.depositfund > label,
.depositfund > span,
.depositfund > div,
.bono-content,
.bono-content a {
    font-size: .9rem !important;
    margin: 0 !important;
}

.depositfund > p,
.depositfund > label,
.depositfund > span,
.depositfund > div,
.bono-content {
    color: #000;
}

.depositfund > p a,
.deposit-metod a,
.bono-content a {
    color: var(--color-principal);
    text-decoration: underline;
}

.depositfund input[type="text"],
.depositfund select {
    margin-bottom: 0 !important;
    width: 100%;
}

.mpucontainer .txtc {
    margin: 20px 0;
}

img[src="/img/GP_Loading.gif"] {
    width: auto;
}

.mpucontainer h3 {
    color: #FFF;
}

.depositfund {
    align-items: flex-start;
    background-color: #FFF;
    padding: 10px;;
}

.mpucontainer .txtc,
.mpucontainer p,
.mpucontainer ul {
    background-color: #FFF;
}

.mpucontainer p {
    padding: 10px;;
}

.loading-container {
    position: absolute;
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    background-image: var(--gif-loading);
    background-size: cover;
}

.loading-container img {
    width: 100px;
    aspect-ratio: 1 / 1;
}