:focus {
outline: 0;

}

p#errorMessage {
    background: #ff7e7e;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #F53D3D;
    width: 50%;
}

.reveal-modal-bg { 
	background-color: rgba(0,0,0,0.65);
    	display: none;
    	height: 100%;
    	left: 0;
    	position: fixed;
    	top: 0;
    	width: 100%;
    	z-index: 201;
}

.reveal-modal {
    align-items: center;
    background: transparent !important;
    display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
    margin: 0 !important;
	max-width: 100% !important;
    overflow: auto;
    position: fixed;
    top: 0;
	visibility: hidden;
    width: 100% !important;
	z-index: 101;
}

/* Deposit loader */

svg path,
svg rect{
  fill: #FF6600;
}

#depositLoader, #payoutLoader{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 3000;
    border-radius: 3px;
}

.depositLoader-inner{
    max-width: 300px;

    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.depositLoader-inner p{
	font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    padding-top: 50px;
}

/* Popoer style */

.popover {
    position: absolute;
    
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Open Sans";
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    padding: 10px;
    background: #fff;
    line-height: 17px;
    font-size: 12px;
    font-weight: 300;
    top: 50px !important;
    left: 0!important;
}
	
.bono-content {
    /* position: absolute; */
    
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Open Sans";
    border: 1px solid #f0e139;
    border-radius: .3rem;
    padding: 10px;
    background: #fff;
    line-height: 17px;
    font-size: 12px;
    font-weight: 300;
    margin-top: -10px !important;
    left: 0!important;
    background: #FFF8A7;
}

/* Pen Title */
.pen-title {
  padding: 20px 0;
  text-align: center;
  letter-spacing: 2px;
}

.pen-title h1 {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 300;
}

.pen-title span {
  font-size: 12px;
}

.pen-title span .fa {
  color: #ed2553;
}

.pen-title span a {
  color: #ed2553;
  font-weight: 600;
  text-decoration: none;
}
/* Rerun */
.rerun {
  margin: 0 0 30px;
  text-align: center;
}
.rerun a {
  cursor: pointer;
  display: inline-block;
  background: #ed2553;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.rerun a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

h4.popuph4{
	margin-top:0;
	font-size:21px;
	font-weight: 400;
	margin-bottom:15px;
}

/* Scroll To Bottom */
#codepen, #portfolio {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #ec2652;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
  text-align: center;
}
#codepen i, #portfolio i {
  line-height: 56px;
}
#codepen:hover, #portfolio:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
/* CodePen */
#portfolio {
  bottom: 96px;
  right: 36px;
  background: #ec2652;
  width: 44px;
  height: 44px;
  -webkit-animation: buttonFadeInUp 1s ease;
  animation: buttonFadeInUp 1s ease;
}
#portfolio i {
  line-height: 44px;
}
/* Container */
/* x-small mpu */
.x-smallmodal {
	min-width: 270px;
	max-width: 270px;
}
/* x-small mpu */
.smallmodal,
.bigmodal{
  min-width: 320px;
  width: 100%;
}
.smallmodal {
  max-width: 500px;
}
.bigmodal {
  max-width: 1000px;
}
.smallmodal.active .card:first-child,
.bigmodal.active .card:first-child{
  background: #f2f2f2;
  margin: 0 15px;
}
.smallmodal.active .card:nth-child(2),
.bigmodal.active .card:nth-child(2){
  background: #fafafa;
  margin: 0 10px;
}
.smallmodal.active .card.alt,
.bigmodal.active .card.alt{
  top: 20px;
  right: 0;
  width: 100%;
  min-width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 60px 0 40px;
  overflow: hidden;
} 
.smallmodal.active .card.alt .toggle,
.bigmodal.active .card.alt .toggle{
  position: absolute;
  top: 40px;
  right: -70px;
  box-shadow: none;
  -webkit-transform: scale(14);
  transform: scale(15);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}
.smallmodal.active .card.alt .toggle:before,
.bigmodal.active .card.alt .toggle:before{
  content: '';
}
.smallmodal.active .card.alt .title,
.smallmodal.active .card.alt .input-container,
.smallmodal.active .card.alt .button-container,
.bigmodal.active .card.alt .title,
.bigmodal.active .card.alt .input-container,
.bigmodal.active .card.alt .button-container{
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.smallmodal.active .card.alt .title,
.bigmodal.active .card.alt .title{
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.smallmodal.active .card.alt .input-container,
.bigmodal.active .card.alt .input-container{
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.smallmodal.active .card.alt .input-container:nth-child(2),
.bigmodal.active .card.alt .input-container:nth-child(2){
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.smallmodal.active .card.alt .input-container:nth-child(3),
.bigmodal.active .card.alt .input-container:nth-child(3){
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.smallmodal.active .card.alt .button-container,
.bigmodal.active .card.alt .button-container{
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}
/* Card */
.card {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Title */
  /* Inputs */
  /* Button */
  /* Footer */
  /* Alt Card */
}

/* x-small mpu */
.x-smallmodal .card {
	padding: 0;
}
.x-smallmodal .cerrarmpu {
	position: absolute;
	top: 10;
	right: 10;
}
.x-smallmodal .cerrarmpu img {
	width: 13px;
}
/* x-small mpu */

.card .title {
  z-index: 1;
  border-left: 3px solid #ff6600;
  padding: 20px 0 20px 50px;
  color:#ff6600;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
 display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.card .title img{
	width:125px;
}
.card .input-container {
  position: relative;
  margin: 0 30px 25px;
}
.password-box {
  margin-bottom: 8px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.card .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 95%;
  height: 54px;
  border: 0;
  color: #212121;
  font-size: 20px;
  font-weight: 400;
}
.card .input-container input:focus ~ label {
  color: #ff6600;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
  width: 50%;
}
.card .input-container input:valid ~ label,
.card .input-container input ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.card .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;
}
.card .input-container .bar:before, .card .input-container .bar:after {
  content: '';
  position: absolute;
  background: #ff6600;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.card .input-container .bar:before {
  left: 50%;
}
.card .input-container .bar:after {
  right: 50%;
}
.card .button-container {
  margin: 0 60px;
  text-align: center;
padding-top:30px;
}
.card .button-container button {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: #40b840;
  width: 100%;
  border-radius: 2px;
  border: 0px solid #e3e3e3;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button span {
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #40b840;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:hover, .card .button-container button:active, .card .button-container button:focus {
  opacity: 0.8;
}
.card .button-container button:hover span, .card .button-container button:active span, .card .button-container button:focus span {
  color: #fff;
}
.card .button-container button:active span, .card .button-container button:focus span {
  color: #ffffff;
}
.card .button-container button:active:before, .card .button-container button:focus:before {
  opacity: 1;
  -webkit-transform: scale(10);
  transform: scale(10);
}
.card .footer {
  margin: 20px 0 0;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.card .footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .footer a:hover {
  color: #ff6600;
}
.card.alt {
  position: absolute;
  top: 40px;
  right: -70px;
  z-index: 10;
  width: 100px;
  height: 100px;
  background: none;
  border-radius: 100%;
  box-shadow: none;
  padding: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Toggle */
  /* Title */
  /* Input */
  /* Button */
}
.card.alt .toggle {
  position: relative;
  background: #ec2652;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-size: 42px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}
.card.alt .toggle:before {
  content: '\f067';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.card.alt .title,
.card.alt .input-container,
.card.alt .button-container {
  left: 100px;
  opacity: 0;
  visibility: hidden;
}
.card.alt .title {
  position: relative;
  border-color: #ffffff;
  color: #ffffff;
}
.card.alt .title .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 60px;
  display: inline;
  color: #ffffff;
  font-size: 58px;
  font-weight: 400;
}
.card.alt .title .close:before {
  content: '\00d7';
}
.card.alt .input-container input {
  color: #ffffff;
}
.card.alt .input-container input:focus ~ label {
  color: #ffffff;
}
.card.alt .input-container input:focus ~ .bar:before, .card.alt .input-container input:focus ~ .bar:after {
  background: #ffffff;
}
.card.alt .input-container input:valid ~ label {
  color: #ffffff;
}
.card.alt .input-container label {
  color: rgba(255, 255, 255, 0.8);
}
.card.alt .input-container .bar {
  background: rgba(255, 255, 255, 0.8);
}
.card.alt .button-container button {
  width: 100%;
  background: #ffffff;
  border-color: #ffffff;
}
.card.alt .button-container button span {
  color: #ec2652;
}
.card.alt .button-container button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.card.alt .button-container button:active:before, .card.alt .button-container button:focus:before {
  display: none;
}
.card blockquote {
    border: 0;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 10px 50px;
max-height: 68vh;
    overflow: auto;
}

.card blockquote img.leftimg{
	width:120px;
	max-width:125px;
}

.card .alert.alert-info{
    padding: 25px 0;
    font-weight: 300;
    display: block;
    font-family: "Open Sans";
    border: 1px solid #f0e139;
    border-radius: 3px;
    padding: 15px!important;
    background: #fff;
    line-height: 17px;
    font-size: 12px;
    font-weight: 300;
    left: 0!important;
    background: #FFF8A7;
    margin: 15px;
}

.smallmodal .card blockquote > p:first-child{
	font-weight:300!important;
}

.smallmodal .card blockquote > p:last-child{
	padding: 30px 0;
}

.card blockquote .payment-p{
font-size: 16px;
    font-weight: 300;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.card blockquote .payment-p p{
	width: 55%;
}

.card blockquote .input-section{
	display:flex;
	flex-flow: row wrap;
}

.form-group{
	width:50%;
	box-sizing: border-box;
}
.bonus-group{
	width:50%;
    padding-left: 40px;
    box-sizing: border-box;
}

.bonus-group a {
    display: block;
    padding-bottom: 15px;
    color: #989898;
    text-decoration: none;
    padding-left: 0;
    margin: 0!important;
}

.bonus-group a span {
    color: #FF6600;
    font-weight: 400;
}

p.payment-p-gray{
	font-size: 14px;
    font-weight: 400;
    color: #9B9B9B;
    padding-bottom: 20px;
}

p.payment-limit-small{
	font-size:10px;
	color:#9B9B9B;
	padding: 10px 0;
}

.input-prefix{
	position: relative;
    line-height: 40px;
    display: block;
}

.euro-prefix:before{
	content: '';
    background: #FF6600;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
background-image: url(/img/assets/svg/icon-euro-prefix.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}

input#amount, input#amount_visible, input#moneybookers_email{
	border: 1px solid #DCDCDC;
    background: #FBFBFB;
    font-size: 18px;
    padding: 7px;
    text-align: right;
    font-weight: 400;
    font-family: "Open Sans";
	max-width: 200px;
}

.btn-green {
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: #40b840;
    width: 100%;
    border-radius: 4px;
    border: 0px solid #e3e3e3;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #FFF;
    text-align: center;
}
.btn-green:hover, 
.btn-green:active, 
.btn-green:focus {
    color: #FFF;
    opacity: 0.8;
}


/* Bonus canceling popup */

.modal-dialog.modal-sm {
       top: 50%;
    transform: translateY(-50%)!important;
}

div#areyousure {
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 17vh;
}

div#areyousure h2 {

    flex-grow: 1;
    margin: 0;
    width: 100%;
}

div#areyousure a {
    display: block;
    margin: 0!important;
    flex-basis: 30%;
}


/* Bonus canceling popup END*/

/* Keyframes */
@-webkit-keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
@keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
.icon-profile {
    display: inline-block;
    width: auto;
    margin-right: 15px;
opacity: 0.35
      }
.form-group {
  position: relative
}
.form-group input[type="password"] {
  padding-right: 30px
}
.form-group .glyphicon {
  right: 65px;
  position:absolute;
  top:12px
}
.card .glyphicon {
    position: relative;
    float: right;
    top: 32px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.memo-pwd p {
    margin: 10px 20px 40px 60px;
    font-weight: 300;
    font-size: 14px;
    float: left;
}
.x-close {
    padding: 0 45px 0 0;
}
img.juego-login {
    margin-left: 48px;
    width: 33px;
}
.modal-socket {
    border-top: 1px solid #f9f9f9;
}
.socket-logos {
    margin: 20px 40px 0px;
}


ul.socket-logos {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

ul.socket-logos  img {
    vertical-align: middle;
}

ul.socket-logos li:nth-of-type(2) a {

    display: flex;
    align-items: center;
    text-decoration: none;
    color: #2d2d2d;
    font-size: 12px;

}

ul.socket-logos li p {

    padding-left: 10px;
}





.header-login {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 10px 0;
    width: 100%;
}

/* Test RG */

#questionnaireContainer .col-sm-2.radio.text-left {
padding: 10px 0 20px;
}

#questionnaireContainer label {
 display: inline-block;
}

#questionnaireContainer input {

width: auto;
}


#questionnaireContainer center.rg-btn-margin {
text-align:left;
}

#questionnaireContainer center.rg-btn-margin button {
    box-sizing:border-box;
    border: none;
    min-width: 120px;
    line-height: 25px;
    font-size: 14px!important;
    font-weight: 400;
   padding: 10px 5px;
}

#questionnaireContainer center.rg-btn-margin button:nth-of-type(1) {
background-color:#40B840;
color: #fff;
}

#questionnaireContainer center.rg-btn-margin button:nth-of-type(2) {
background: #fff;    
color: #ff6600!important;
    border: 1px solid #FF6600;
    border-radius: 2px;
}




/* Switch Toggle */
.checkbox.checbox-switch.switch-primary {
    width: 10%;
    float: right;
    vertical-align: middle;
    display: inline-block;
    margin: 5px 50px 0px 0px;
}
.checkbox.checbox-switch {
    padding-left: 0;
}
.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 40px;
    border-radius: 20px;
    height: 25px;
    border: 0px solid #dbdbdb;
    background-color: #40b840;
    border-color: #40b840;
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgb(255,255,255);
    content: " ";
    top: 0;
    position: relative;
    left: 0px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
    top: 0px;
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 16px;top:0px;
}
/* Switch Primary */
.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: rgb(243, 243, 243);
    border-color: rgb(204, 204, 204);
    /*box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;*/
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: #40b840;
    border-color: #40b840;
   /* box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;*/
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.metodopago {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 15px;
    border-top: 1px solid #ededed;
    font-size: 12px;
    font-weight: 300;
}

.metodopago div img{
	width:80px;
	height:auto;
}

.metodopago div a{
	color: #FF6600;
}

.metodopago div:nth-of-type(1){
	width:auto
}

.metodopago div:nth-of-type(2) {
    width: 65%;
}

/* Buttons */

	.btn-select{
	    font-size: 14px!important;
    font-weight: 400;
    color: #ffffff!important;
    border: 1px solid #40B840;
    border-radius: 2px;
    display: inline-block!important;
    min-width: 120px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    background: #40B840;
padding: 10px 5px;

}
	.btn-verify{
	    font-size: 14px!important;
    font-weight: 400;
    color: #ffffff!important;
    border: 1px solid #ff6600;
    border-radius: 2px;
    display: inline-block!important;
    min-width: 120px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    background: #FF6600;
padding: 10px 5px;
}

.btn-back{
    font-size: 14px!important;
    font-weight: 400;
    color: #ff6600!important;
    border: 1px solid #FF6600;
    border-radius: 2px;
    display: inline-block!important;
    min-width: 120px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    background: #fff;
padding: 10px 5px;
}

.btn-select:hover{
	color:#FFFFFF;
	background: #35a035;
	border-color: #35a035;
}

.btn-verify:hover{
color: #FFFFFF!important;
background: #B35409!important;
border-color: #B35409!important; }

/* */


blockquote input,
blockquote select,
blockquote textarea {
    border: 1px solid #FF6600;
}



@media screen and (max-width: 767px) {

.card blockquote .payment-p p {
    width: 100%;
}

.bonus-group, .form-group {
    width: 100%; }

.bonus-group {
padding-left: 0;
padding-bottom:20px;
}


input#amount, input#amount_visible, input#moneybookers_email  {
width:100%;
max-width: none;
}

.bono-content {
max-width: none;
}

p#errorMessage {
width:100%;
box-sizing: border-box
}

.popover {
     max-width: none;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 1px 1px 7px rgb(0,0,0,0.2);

}

.depositBtn  {
display: flex;
justify-content: space-between;

}

.depositBtn a {
flex-basis: 100%
}


.card blockquote .input-section{
	
	flex-flow: column;
}

.metodopago div:nth-of-type(2) {
        display: none;
    }    
    .card {
       width: 100%; 
       padding: 0px 0 15px 0;
	height: 100vh;
	border-radius: 2px;
    }

/* x-small mpu */
/*.x-smallmodal {
	margin-top: 50%;
	transform: translateY(-25%);
}*/
.x-smallmodal .card {
	height: auto;
}
/* x-small mpu */

.card blockquote {
    
    padding: 10px 20px;
}
    .smallmodal {
        margin: 0px !important;
        padding: 0px !important;
    }

    .card .input-container {
        position: relative;
    }

    a.cerrarmpu {
        padding-right: 0px;
    }

    .socket-logos {
        margin: 20px 20px 0px;
    }

    img.juego-login {
        margin-left: 4px;
        width: 33px;
    }

    .contenido table td img {
        width: 50%;
    }

    .reveal-modal {
        justify-content: flex-start;
    }
    .metodopago div:nth-of-type(1),
    .metodopago div:nth-of-type(3) {
        width: 45%;
    }

   }

@media screen and (max-width: 500px) {
    .x-close {
        margin: 5px 0px 0px auto;
    }
	
.card blockquote {
    
    padding: 10px 20px;
}

    .socket-logos {
        margin: 20px 20px 0px;
    }
    img.juego-login {
        margin-left: 4px;
        width: 33px;
    }
    .card .title {
        padding: 20px 0 20px 20px;
    }

 .metodopago div:nth-of-type(2) {
        display: none;
    }    


}