* {
  border: 0;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  border-style: none;
  border-width: 0;
  margin: 0;
  outline: 0;
  padding: 0;
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}


.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.vertical-center {
    align-items: center;
}
.center { margin: 0 auto;}
.txtl { text-align: left;}
.txtc { text-align: center;}
.txtr { text-align: right;}
.floatl { float: left;}
.floatr { float: right;}
.clear {clear: both;}
.hide {display: none;}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    box-sizing: border-box;
}
.col-xs-12 {
        padding-right: 25px;
        padding-left: 25px;
    }
.reveal-modal-bg { 
    background-color: rgba(0,0,0,.7);
    display: none;
    height: 100%;
    left: 0; 
    position: fixed; 
    top: 0;
    width: 100%;
    /*z-index: 100;*/
z-index: 9998;
}
    
.reveal-modal {
    position: absolute;
    margin: 0 auto;
    visibility: hidden;
    z-index: 101;
}
    
.reveal-modal.small { width: 200px; margin-left: -140px;}
.reveal-modal.medium { width: 400px; margin-left: -240px;}
.reveal-modal.large { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge { width: 800px; margin-left: -440px;}
    
.reveal-modal .close-reveal-modal,
.reveal-modal .back-reveal-modal {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    top: 5px;
    z-index: 1;
}

.reveal-modal .close-reveal-modal {
    font-size: 2rem;
    right: 6px;
    text-decoration: none;
}

.reveal-modal .back-reveal-modal {
    font-size: 1.5rem;
    left: 20px;
    top: 6px;
} 

#depositContents,
#popupContent {
    display: table;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
}

#modalcontent, 
#popupWindow,
#popupCalendarWindow {
    background-color: #d9e0ea;
    display: table;
    margin: -2px 0 0 0;
    width: 100%;
    border-radius:10px;
}

.blur {
    filter: blur(5px);
}

#consejo {
    position:absolute;
    top: 165px;
    z-index: 1000;
}
#consejo #popupWindow {
    background-color:#CCC;
    border: 2px solid #111;
    font-size: .8em;
    padding: 10px;
}

.mpu-little{
    width: 40%;
    min-width: 300px;
    box-sizing: border-box;
}
.mpu-little #popupWindow {
    background-color: #d9e0ea;
}
.no_scroll{
    overflow:hidden;
}
html,
body {
    background-color: #F9FBFC;
	color: #111;
    font-size: 16px;
   /* font-family: "Ubuntu", sans-serif; */
    font-family: "Roboto", arial;
    font-weight: 400;
	height: 100%;
    line-height: 1.1em;
overflow-y: visible;
/*overflow-x: hidden;*/
}
section,
#dedicated {
    margin: 10px 10px;
}
a {
    cursor: pointer;
    outline: none;
    color: #002d72;
    text-decoration: underline;
}
a:hover {
    color: #da291c;
}
a::before{
    margin-right: 5px;
    vertical-align: bottom;
}
a.btn-icosup::before {
    margin-right: 0px;
}
p:first-child {

}
p:last-child {
    margin-bottom: 20px;
}

small {
    font-weight: bold;
}

.encabezadohome {
    margin: 25px 0;
}

.loginareatitle {
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
    color: #002d72;
    font-weight: 700;
    margin: 0px 0px 0px 3px;
    text-transform: uppercase;
}
h1 {
    font-size: 2em;
    margin-top: 15px;
}
h2 {
    font-size: 1.6em;
    color: #da291c;
    margin: 15px 0;
}
h2.h2--azul {
    color: #002d72;
}
h3 {
    font-size: 1em;
}
h3:before {
    font-size: 1em;
    position: relative;
    top: 7px;
    padding-right: 10px;
}
h3.h3--lobby {
    background-color: #FFF;
    color: #DA291C;
    font-size: 1em;  
    height: 25px;
    margin: 0 auto 5px auto;
    overflow: hidden;
    padding-top: 3px;
    text-overflow: ellipsis;
    transform: skewX(-8deg);
    white-space: nowrap;
    width: 80%;
}
h4 {
    font-size: 1.1em;
    color: #da291c;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 1em;
}

ul {
    list-style: square;
    list-style-position: inside;
}
.encabezadofondos {
    color: #FFF;
    margin: 25px 0;
    text-align: left;
}

.encabezadohome {
    color: #000;
}

/********************************************************************/
/**********************************TABLAS****************************/
/********************************************************************/

table {
    border: 1px solid #003c6f;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 98%;
}
table thead tr {
    background-color: #003c6f;
    height: 30px;
}
table tbody tr {
    height: 30px;
}
table tbody tr:nth-child(2n+0) {
    background-color: #eee;
}
table thead tr th {
    padding: 0px 10px;
    text-align: center;
    color: #fff;
}
table tbody tr td {
    padding: 0px 10px;
    color: #111;
    text-align: center;
}
table tbody tr.success {
    background-color: #45bf55;
    color: #ffffff;
}
table tbody tr.info {
    background-color: #b6be27;
    color: #ffffff;
}
table tbody tr.warning {
    background-color: #d40d12;
    color: #ffffff;
}
tr td img {
    max-width: 85px;
}

.tablebonos {
    background-color: #FFF;
    border: 1px solid #002D72;
    margin: 20px 0;
    padding: 0 0 20px 0;
    text-align: center;
}

.tablebonos h4 {
    background-color: #002D72;
    color: #FFF;
    margin: 0 0 5px 0;
    padding: 5px 0;
    width: 100%;
}

.tablebonos p {
    margin: 10px 0;
}
    
.progress {
    width: 80%;
    margin: 0 auto;
}
/***************  FIN TABLAS   ******************/
/**************************************************/

p.p--lobby{
    color: #fff;
    font-size: 0.8em;
    background-color: rgba(0,0,0,.8);
}
img {
    max-width: 100%;
}
img.salasjoker {
    margin: 10px 0px;
}

header {
    background-color:#fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
    align-items: center;
}

main{
    box-sizing: border-box;
    width: 100%;
    margin-top: 135px;
}

td {
    color: #9C9C9C;
}

ul.list-letras li {
    list-style-type: lower-alpha;
    list-style-position: inside;
    margin-left: 20px;
}
ul.list-num li {
    list-style-type:decimal;
    list-style-position: inside;
    margin-left: 20px;
}
ul.list-romana li {
    list-style-type:lower-roman;
    list-style-position: inside;
    margin-left: 20px;
}
nav ul {
  display: block;
  margin: 0px;
  width: 100%;
}
nav ul li {
  display: inline-block;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer; 
    list-style: none;
}
nav ul li a {
    text-transform: uppercase;
    box-sizing: border-box;
    color:inherit;
    display: block;
    margin-bottom: 0px;
    padding: 37px 5px 36px 5px; 
    text-decoration: none;
    color: #ffffff;
}
nav ul li a:hover {
    color:inherit;
    text-decoration: none;
}
nav ul li:hover {
    background-color: #8f1c13;
    color: #FFF;
    text-decoration: none;
    transform: skew(-8deg, 0deg) ;
}

.active {
    background-color: #002D72;
    /*color: #FFF !important;*/
    text-decoration: none;
    transform: skew(-8deg, 0deg) ;
}
.active:hover {
    transform: skew(0deg, 0deg) ;
}
.mainmenu-tablet .active {
    background-color: #d9e0ea;
}
nav ul.login {
    margin-top: 0px;
    width: 95%;
}
nav ul.login li:hover {
    background-color: inherit;
    text-decoration: none;
    transform: skew(0deg, 0deg);
}
nav ul.login li{
    padding-left: 5px;
    position: relative;
}
nav ul.login li a {
    font-size: 1em;
    box-sizing: border-box;
    color:#002d72;
    text-decoration: none;
    padding: 0px;
    line-height: 1em;
}

nav ul li ul {
    display: none;
    margin: 0px;
    position: absolute;
    left: -185px;
    text-align: left;
}
nav ul li:hover ul {
    display: block;
    border: 2px solid #002d72;
    width: auto;
}
nav ul li ul li {
    background-color: #FFF;
    min-width: 250px;
    width: 100%;
}
nav ul li ul li:hover {
    background-color: #d9e0ea !important;
}

nav ul.login li ul li a {
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
    color: #002d72;
    display: block;
    margin-bottom: 0px;
    padding: 8px;
    text-decoration: none;
}
.botones-login {
    display: none;
}
nav.mainmenu-tablet {
    display: none;
    color: #002d72;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
}
nav.mainmenu-tablet ul {
    border-top: 2px solid #002d72;
    border-bottom: 2px solid #002d72;
}
nav.mainmenu-tablet ul li:hover {
    background-color: #d9e0ea;
    transform: skew(-8deg, 0deg);
}
nav.mainmenu-tablet ul li a{
    text-transform: uppercase;
    box-sizing: border-box;
    display: block;
    margin-bottom: 0px;
    padding: 5px 15px; 
    text-decoration: none;
    color: #fff;
}
nav.mainmenu-tablet ul li:hover a{
    text-transform: uppercase;
    box-sizing: border-box;
    display: block;
    margin-bottom: 0px;
    padding: 5px 15px; 
    text-decoration: none;
    color: #fff;
}
.filtros--movil {
    display: block;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    z-index: 2000;
}
.filtros--movil button {
    background-color: #002d72;
    box-sizing: content-box;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.filtros--movil button:hover {
    transform: skew(0deg, 0deg);
}
.filtros--movil .escondido {
    display: none;
    border: none;
    width: 100%;
    position: inherit;
}
.filtros--movil .mostrado {
    display: block;
}
.filtros--movil .escondido button {
    background-color: #d9e0ea;
    box-sizing: border-box;
    border-bottom: 2px solid #002d72;
    color: #002d72;
    padding: 8px 5px;
    text-align: left;
    width: 100%;
}
.filtros--movil .escondido .sub-escondido {
    display: none !important;
    margin: 0px;
    position: inherit;
    text-align: left;
}
.filtros--movil .escondido .sub-mostrado {
    display: block !important;
}
.filtros--movil .escondido .sub-mostrado {
    background-color: #fff !important;
}

#loginErrorMsg {
    color: #da291c;
    position: absolute;
    /*background: rgba(255,180,180,0.9);*/
    /* background: rgb(156, 11, 0); */
	background: #fff;
    top: 58px;
   /* padding: 5px; */
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #9c0b00;
    width: 300px;
    color:red !important;	
    
}
.main-header #loginErrorMsg{
    padding: 10px 30px 10px 10px;
}
.main-header #loginErrorMsg .close-msg{
    position: absolute;
    top: 5px;
    right: 5px;
    text-transform: uppercase;
    text-decoration: none;
    width: 20px;
    height: 20px;
}
.sessionclock {
    padding-bottom: 1px;
    font-size: .8em;
}
.container-fluid {
    padding: 0;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.nowrap {
    flex-flow: nowrap;
}

.fav-busqueda {
    width: 34%;
}
.filtros--desktop {
    width: 66%;
}
.filter-element {
    margin-right: 3px;
}

.opcioneslogado {
    margin-top: -22px;
}
/********************************************************************/
/***************************FORMULARIOS******************************/
/********************************************************************/
form {

}
label {
    margin-right: 5px;
    box-sizing: border-box;
}

select {
    background:url(/img/layout/ico-arrow-down.png) no-repeat center right 5px;
    background-color: #fff;
    background-size: 14px;
    border: 1px solid #333;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    height: 42px;
    padding-right: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding:8px;
}

select:focus > option:checked { 
    background: #d9e0ea !important;
}

option, 
#register select {
    width: 100%;
    background-color: #fff;
}
#register label {
    width: 100%;
}
select#city_select {
    width: 73%;
    margin-left: 2%;
}

select.filtro {
    background-color: #002D72;
    background-image: url(/img/layout/ico-arrow-down-white.png);
    background-repeat: no-repeat;
    background-position: center right 5px;
    border: 1px solid #333;
    box-sizing: border-box;
    color: #fff;
    height: 41px;
    margin-left: 3px;
    padding-left: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

select option {
    background-color: #fff;
    color: #002d72;
    font-weight: bold;
}

textarea {
    background-color: #fff;
    border: 1px solid #002d72;
    box-sizing: border-box;
    color: #002d72;
    height: 85px;
    padding-left: 5px;
    width: 100%;
    margin-bottom: 10px;
}

input {
    background-color: #fff;
    border: 1px solid #002d72;
    box-sizing: border-box;
    color: #002d72;
    height: 35px;
    padding-left: 5px;
    width: 100%;
    margin-bottom: 10px;
    background-size: 14px;
}

input#zipcode {
    width: 25%;
}

input.btn--rojo {
    height: inherit;
    min-width: inherit;
}

input:focus, select:focus{
    border-color:#002d72;
    transition: all .2s ease-in-out
}

input[type="checkbox"]{
    height: 20px;
    margin-bottom: 0px;
    min-width: inherit;
    vertical-align: sub;
    width: 20px;
    appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -o-appearance: checkbox;
}

/***** RADIO BUTTONS PERSONALIZADOS ******/

.filtros--movil ul li{
  display: block;
  position: relative;
    margin: 5px;
}

.filtros--movil ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.filtros--movil ul li label{
  display: block;
  position: relative;
  cursor: pointer;
    top: 1px;
    padding-left: 30px;
    z-index: 10;
  -webkit-transition: all 0.25s linear;
}

.filtros--movil ul li .check{
  display: block;
  position: absolute;
  border: 2px solid #002d72;
  border-radius: 2px;
  height: 18px;
  width: 18px;
  top: 0px;
  left: 5px;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.filtros--movil ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 2px;
  height: 10px;
  width: 10px;
  top: 2px;
	left: 2px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.filtros--movil input[type=radio]:checked ~ .check {
  border: 2px solid #002d72;
}

.filtros--movil input[type=radio]:checked ~ .check::before{
  background: #002d72;
}

.filtros--movil input[type=radio]:checked ~ label{
  color: #002d72;
}

.filtros-casino select {
    width: 125px;
}

input[type="submit"]{
    height: inherit;
	width: inherit;
}

.input-withicon{
    background-color: #fff;
    border: 2px solid #002d72;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    height: 41px;
    width: 50%;
}

.input-withicon--before:before{
    box-sizing: border-box;
    color: #002d72;
    content: "C";
    font-family: 'font-icon';
    font-size: 1.3em;
    float: left;
    height: 34px;
    padding-top: 8px;
    text-align: center;
    vertical-align: sub;
    width: 30px;
}
.input-withicon--after:after{
    background-color: none;
    box-sizing: border-box;
    content: "C";
    color: #002d72;
    font-family: 'font-icon';
    font-size: 1.3em;
    float: right;
    height: 34px;
    padding-top: 8px;
    text-align: center;
    vertical-align: sub;
    width: 35px;
}
.input-withicon input{
    border: none;
    height: 36px;
    margin-bottom: 0px;
    min-width: inherit;
    width:75%;
}
.input-withicon--v2{
    width: 100%;
}

/***************************FIN FORMULARIOS**************************/
/********************************************************************/

/***************************  BANNER  **************************/
/********************************************************************/
.banner {
    margin-top: -45px;
    margin-bottom: 30px;
}



/***************************  FIN BANNER  **************************/
/********************************************************************/

.logotipo {
    padding: 19px 15px;
    min-width: 200px;
}
.menu-fondo {
    background-color: #da291c;
    display: block;
    width: 50%;
    text-align: center;
    transform: skewX(-8deg); 
    height: 90px;
    margin-left: -1px;
}
.mainmenu {
    background-color: #da291c;
    display: block;
    height: 90px;
    transform: skewX(8deg);
    margin-right: 7px;
}
.menu-registro {
    background-color: #da291c;
    box-sizing: border-box;
    transform: skewX(-14deg);
    width: 30%;
    margin-left: 5px;
    height: 90px;
}
.elements-menu-registro {
    background-color: #da291c;
    align-items: center;
    box-sizing: border-box;
    transform: skewX(14deg);
    width: 100%;
    margin-left: 11px;
    height: 70px;
    padding-top: 30px;
    padding-bottom: 60px;
}
.menu-registro-desktop {
    display: block;
    max-width: 485px;
}
.menu-bars {
    display: none;
}
.filtros--movil {
    display: none;
}
.menu-filtros {
    margin: 40px 0px 40px 0px;
}
.forgotpass{
    font-size: .7em !important;
    text-transform: inherit;
    white-space: nowrap;
}
.forgotpass:hover {
    color: #da291c;
}
.faqmethod {
    text-align: left !important;
}

.faqmethod p,
.faqmethod h2 {
    margin: 5px 20px !important;
}

.faqmethod p,
.faqmethod li {
    font-size: .8em !important;
}

.icon {
    display: table;
    margin: 10px auto;
    width: 600px;   
}

.icon img {
    width: 90px;
}

.icon .fundicon {
    color: #C3464A;
    float: left;
    font-size: .7em;
    font-weight: bold;
    text-align: center;
    width: 100px;   
}

.icon .description {
    color: #323639;
    float: left;
    font-size: .9em;
    line-height: 1.1em;
    padding: 0 10px;
    text-align: justify;
    width: 380px;   
}

.icon .description a {
    text-decoration: none;
}

.icon .description b {
    color: #104E77;
}

.icon .description h2 {
    margin: 0 !important;
}

#roomicon {
    display: table;
    margin-bottom: 10px;
    text-align: center;
}

#roomicon img {
    float: left;
    margin: 0;
    width: 75px;
}

#roomicon a {
    text-decoration: none;
}

#gamescalendar {
    display: table;
    margin: 0 auto;
    width: auto;
}

#accordion {
    margin: 0 auto;
    width: 96%; 
}

#popupContent h2 {
    margin-left: 15px;
}

#username, #password {
    background-color: #FFF;
    border: none;
    box-shadow: none;
    color: #000;
    padding: 5px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 4px;
    min-width: inherit;
    /*height: inherit;*/
}

#loginarea input,
#e_mail_forgot {
    margin: 0px auto 15px auto;
}
#loginarea label {
    display: block
}
#loginarea input {
    width: 60%;
    height: 35px;
}
#loginarea h5 {
    margin: 20px;
}
input[type=button]{
    width: inherit;
}

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

.underline {
    border-bottom: 1px solid #BBB;
    margin: 10px 0;
}

.form-control {
    font-size: inherit;
}

.mpucontainer {
    margin: 50px auto;
     width: 94%;
}

#register > div {
    margin: 6px 0;
    padding: 0 25px;
}

#register h3 {
    margin: 0 0 10px 0;
}

#day,
#month,
#year,
#zipcode,
#city {
    float: left;
}

#day {
    width: 20% !important;
}

#month,
#year,
#city {
    margin-left: 2%; 
}

#month {
    width: 48% !important;
}

#year {
    width: 28% !important;
}
.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: 99% center;
}

input.validation_ack, 
input.mandatory_validation_ack,
input.validation_nok, 
input.mandatory_validation_nok {
    background-position: 99% center;
}

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

.validation_ack, 
.mandatory_validation_ack {
    background-image: url(/img/layout/icon-skill.png);
    padding-right: 18px;
}

.validation_nok, 
.mandatory_validation_nok {
    background-image: url(/img/layout/icon-error.png);
    padding-right: 18px;
}

.validation_nok, 
.mandatory_validation_nok,
.validation-popover-error .popover {
    border: 1px solid #C50B32!important;
    background-color:#f3c8d1!important;
}

.validation-popover-info .popover {
    border: 1px solid #00AA54;
}

.validation-popover-error .popover, 
.validation-popover-info .popover {
    display: block;
}

.validation-popover-none .popover {
    visible: hide !important;
}

.validation-popover-error .popover .arrow {
    border-bottom-color: #C50B32;
}

.validation-popover-info .popover .arrow {
    border-bottom-color: #00AA54;
}

.popover{
    margin-top: 5px;
    max-width: 100% !important; 
    min-width: 200px;
}

#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;
}

.panel {
    background-color: transparent;
    border-bottom: 1px solid #3983BE;
    margin: 0;
}

.list-group-item {
    background-color: #313439;
    color: #9C9C9C;
}

.data {
    color: #D72229;
}

.border {
    border-bottom: 1px solid #BBDEF4;
}

hr {
    border-color: #CCC;
    border-width: 1px;
    margin: 20px 0;
}

.helpcontainer {
    background-color: #313439;
    padding: 15px;
}

.table > thead > tr > th {
    background-color: #696E73;
    border: none;
    color: #FFF;
    text-transform: uppercase;
}

 .table > tbody > tr > td {
     background-color: #F9F9F9;
     border-bottom: 1px solid #CCC;
     color: #333;
 }
 
#mgamachine{
    width: 100%;
    height: 94%;
    padding-top: 4%;
    border: none;
}

#submenu {
    background-color: #f1f1f1;
    display: table;
    margin: -10px auto 30px auto;
    width: 100%;
}

#submenu > div {
    margin: 25px auto 0 auto;
}

.membersarea {
    background-color: #F3F3F3;
    display: table;
    margin: 25px 0;
    padding: 30px 50px;
    width: 100%;
}

.membersarea h3 {
    margin: 10px 0;
}
#profile-options {
    margin-top: 20px;
}
#profile-options a {
    margin-left: 15px;
}
.topmargin {
    margin-top: 14px;
}

.panel-footer {
    background-color: #f7f9f9;
}

.panel-success > .panel-heading {
    background-color: #2B87DF;
}

.data {
    color: #D72229;
}

.border {
    border-bottom: 1px solid #BBDEF4;
}

#sessionTime {
    /*color: #19B2DF;*/
       color:#000;
}
#mobile-main-menu i{
    color: #002d72;
}
.timesession {
    color: #002d72;
    text-align: center;
    padding: 10px 0px;
}
hr {
    border-color: #4A525E;
    border-width: 1px;
    margin: 20px 0;
}

.area {
    background-color: #313439;
}

.tragaperras img {
    cursor: pointer;
    max-width: 100px;
    width: 100%;
}

.menu-tragaperras:hover,
.seleccionado {
    border-bottom: 5px solid #000;
}

.panel-success > .panel-heading {
    background-color: #83B836;
}

.logo-footer {
    margin:auto;
    text-align:center;
    margin-top:-10px;
    padding-left:16px;
    height:120px;
}
.logo-footer  img{height:150px}
.panel-footer {
    background-color: #313439;
}

.panel-success > .panel-heading {
    background-color: #2B87DF;
}

hr {
    border-color: #000;
    border-width: 1px;
    margin: 20px 0;
}

#gamename p.hidden-xs {
    background-color: #3983BE;
}

.pfooter{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.1;
    margin: 10px 0;
    color:#1A68C1;
}
.social{padding:0 30px}

* {
    outline: none !important;
}

.main-header,
#bannerContainer,
.grey,
footer,
.slotcontent,
.slotimage,
.homecontent,
.promohome,
#menulobby {
    margin: 0 auto;
    width: 100%;
}

#menulobby {
    background-color:  #FFF;
}

#menulobby a,
#menulobby a:hover {
    color: #000;
    font-size: 1.2rem;
    text-decoration: none;
}

.menulobbybutton {
    border-bottom: 3px solid transparent;
    cursor: pointer;
    float: left;
    padding: 5px 20px;
    text-align: center;
}

.menulobbybutton:hover,
.menulobbybuttonselected {
    border-bottom: 3px solid #26A3DD;
}

.menulobbybutton img {
    margin: 10px;
    width: 24px;
}

.homecontent {
    /*background-image: url(/img/home/bkg-homecontent.jpg);*/
    background-position: center center;
    background-repeat: repeat-y;
    display: table;
    padding: 0;
}

#homemenulobby {
    margin: 25px auto 100px auto;
}

.promohome div {
    float: left;
    width: 33.33%;
}

.slotimage img {
    width: 100%;
}

.main-header {
    position: fixed;
    top: 0;
    z-index: 2000;
}

.fixedmenu {
    max-width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background:#da291c;
} 

/*******************************************************************/
/*************************FOOTER************************************/
/*******************************************************************/
footer {
  background-color: #fff;
  color: #002d72;
    margin-top: 50px;
}
footer h1,
footer h3,
footer h5 {
  color: #002d72;
    margin: 10px;
    margin: 0px 10px; 
}
footer h2,
footer h4,
footer h6 {
  color: #002d72;
  margin-bottom: 10px;
}
footer p {
  color: #002d72;
}
footer a {
  color: #002d72;
    text-decoration: underline;
    margin-bottom: 30px;
  text-decoration: none;
    padding: 0px;
  -webkit-transition: all .3s;
          transition: all .3s;
}
footer a:hover {
  color: #da291c;
  -webkit-transition: all .3s;
          transition: all .3s;
}

footer .iconored {
  height: 25px;
  width: 25px;
}
footer p.firma {
  color: #002d72;
    display: block;
  padding: 15px 0px;
  width: 90%;
    font-size: .8em;
}
.footer__logos {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logos img {
  margin: 20px;
}
.footer__tecnalis {
  background-color: #eeeeee;
  padding: 10px 0px 0px 0px;
  width: 100%;
}
.footer__tecnalis img {
  max-width: 95px;
}
.overlay {
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}
footer ul{
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.7em;
}
footer ul li {
    list-style: none;
    position: relative;
    vertical-align: bottom;
     margin: 0px 10px;
}
footer ul li a{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
footer ul li:hover {
    background-color: inherit;
    transform: skew(0deg, 0deg);
}
footer ul li:hover .overlay {
    opacity: 1;
    -webkit-transition: .2s ease;
            transition: .2s ease;
}
footer ul.logos-pago {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
footer ul.logos-pago li {
   /* width: 5%; */
    min-width: 65px;
    margin-bottom: 20px;
}
footer ul.logos-oficiales li {
    margin-bottom: 20px;
}
footer ul.logos-pago li.icono-transf {
    width: 15%;
}
footer ul.logos-pago li.icono-efectivo {
    width: 15%;
}
.footer__contacto {
    box-sizing: border-box;
    background-color: #ededed;
    padding: 25px 0px 20px 0px;  
}
.footer__contacto a{
    box-sizing: border-box;
    text-align: center;
}
.footer__contacto span a {
    text-decoration: underline;
}
.footer__contacto img {
    margin-right: 10px;
}
footer .btn {
    background-color: none;
    border-radius: 3px;
    box-sizing: border-box;
    color: #002d72;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    line-height: inherit;
    text-transform: inherit;
    -webkit-transition: all .2s;
        transition: all .2s;
}
footer .btn::before {
    font-family: 'font-icon';
    font-size: 1.9em;
    line-height: .7em;
    margin-left: -15px;
    vertical-align: text-bottom;
}
footer .btn::after {
    font-family: 'font-icon';
    font-size: 1.9em;
    line-height: .7em;
    padding-left: 10px;
    vertical-align: text-bottom;
}
.btn--callcenter:after {
    content: url(/img/layout/LLAMA-GRATIS-30px.png);
}
.footer__column {
    margin: 10px 0;
    text-align: center;
}
.columna {
    min-width: 260px;
    margin-top: 40px; 
}
.footer__column img {
    transform: scale(1);
    transition: 0.5s ease-in-out;
}
.footer__column img:hover {
    transform: scale(0.9);
    transition: 0.2s ease-in-out;
}
.contactoPopup #popupWindow {
    width: 50%;
    min-width: 300px;
    padding: 20px;
    box-sizing: border-box;
}
.icono-maestro-hover {
  background-image: url("/img/footer/nuevo/icono-maestro-ov.png");
}
.icono-mastercard-hover {
  background-image: url("/img/footer/nuevo/icono-martercard-ov.png");
}
.icono-visa-hover {
  background-image: url("/img/footer/nuevo/icono-visa-ov.png");
}
.icono-electron-hover {
  background-image: url("/img/footer/nuevo/icono-electron-ov.png");
}
.icono-paypal-hover {
  background-image: url("/img/footer/nuevo/icono-PayPal-ov.png");
}
.icono-teleingreso-hover {
  background-image: url("/img/footer/nuevo/icono-teleingreso-ov.png");
}
.icono-transferencia-hover {
  background-image: url("/img/footer/nuevo/icono-transferencia-bancaria.png");
}
.icono-juego-seguro-hover {
  background-image: url("/img/footer/nuevo/icono-juego-seguro-ov.png");
}
.icono-autoexclusion-hover {
  background-image: url("/img/footer/nuevo/icono-autoexclusion-ov.png");
}
.icono-autocontrol-hover {
  background-image: url("/img/footer/nuevo/icono-autocontrol-ov.png");
}
.icono-mayor18-hover {
  background-image: url("/img/footer/nuevo/icono-mayor18-ov.png");
}
.icono-confianza-hover {
  background-image: url("/img/footer/nuevo/icono-confianza-ov.png");
}
.icono-confianza-en-linea-hover {
  background-image: url("/img/footer/nuevo/icono-confianza-en-linea-ov.png");
}
.icono-jugar-bien-hover {
  background-image: url("/img/footer/nuevo/icono-jugar-bien-ov.png");
}
.icono-efectivo-salon {
  background-image: url("/img/footer/nuevo/efectivo-salon-footer.png"); 
}

.sessionclock span,
.sessionclock i {
    /*color: #19B2DF;*/
     color:#000;
    margin-right: 5px;
}

.playlogado {
    color: #fff;
    font-size: 3.5rem;
    font-weight: normal;
    transition: .5s ease-in-out;
}
.playlogado:hover {
    color: #fff;
    font-size: 3.9rem;
    transition: .3s ease-in-out;
}

.blanco ul {
    background-color: #333;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    display: none;
    left: 0;
    margin: 0;
    padding: 0; 
    position: absolute;
    top: 40px;
    width: 150%;
    z-index: 200;
}

.blanco:hover ul {
    display: block;
}

.blanco ul li,
.blanco ul li a,
.blanco ul li a:hover {
    color: #FFF;
}

.blanco ul li {
    border-bottom: 1px solid #474747;
    list-style-type: none;
    margin: 0;
    padding: 10px;
}

.blanco ul li:hover {
    background-color: #5B5B5B;
    cursor: pointer;
}

.blanco ul li:first-child:hover {
    -webkit-border-top-left-radius: 5;
    -moz-border-top-left-radius: 5;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5;
    -moz-border-top-right-radius: 5;
    border-top-right-radius: 5px;        
}

.blanco ul li a {
    padding: 0;
}

.white {
    background-color: #F0F0F0;
}

.white a {
    color: #00AADB !important;
}

.grey {
    background-color: #f7f9f9;
    
}
/******************* BOTONES *********************/
.btn {
    background-color: none;
    border-radius: 3px;
    box-sizing: border-box;
    color: #da291c;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: inherit;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s;
        transition: all .2s;
}
.btn:hover {
    color: #da291c;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}
.btn::before {
    font-family: 'font-icon';
    font-size: 1.9em;
    line-height: .7em;
    margin-left: -15px;
    vertical-align: text-bottom;
}
.btn::after {
    font-family: 'font-icon';
    font-size: 1.9em;
    line-height: .7em;
    padding-left: 5px;
    vertical-align: text-bottom;
}
.login .btn::before {
    font-family: 'font-icon';
    font-size: 1.5em;
    line-height: .7em;
    margin-left: -2px;
    vertical-align: sub;
}
.login .btn::after {
    font-family: 'font-icon';
    font-size: 1.4em;
    line-height: .7em;
    padding-left: 5px;
    vertical-align: text-bottom;
}
.btn--type2, .btn--type2:focus {
    background-color: #da291c;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 1px 1px #700a08;
    -moz-box-shadow: 0px 1px 1px #700a08;
    box-shadow: 0px 1px 1px #700a08;
    color: #FFF;
    font-weight:bold;
    padding: 4px 20px;
    border-radius: 3px;
    text-transform: uppercase;
}
.btn--type2:hover {
    background-color: #8f1c13;
    -webkit-box-shadow: 0px 0px 5px #700a08;
    -moz-box-shadow: 0px 0px 5px #700a08;
    box-shadow: 0px 0px 5px #700a08; 
    color: #FFF;
}
.btn--type3, .btn--type3:focus {
    background-color: #1A68C1;
    border: 1px solid transparent;    
    -webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;    
    color: #FFF;
    font-weight:bold;
    padding: 4px 20px;
    border-radius: 3px;
    text-transform: uppercase;
}
.btn--type3:hover {
    background-color: #224977;
    color: #FFF;  
    -webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000; 
}
.btn--type4, .btn--type4:focus {
    background-color: #fff;
    border: 2px solid #002d72;
}
.btn--type4:hover {
    background-color: #d9e0ea;
    color: #002d72;
}
.btn--type5, .btn--type5:focus {
    background-color: #f4e1bb;
}
.btn--type5:hover {
    background-color: #e9ca8c;
}
.btn--dropdown::after {
    content: "c";
}
.btn--lg {
    padding: 10px 50px 10px 50px;
}

.btn-depositar {
    margin-top: 5px;
}

button.filtro {
    background-color: #002D72;
    border: 1px solid #333;
    box-sizing: border-box;
    color: #fff;
    height: 41px;
    margin-left: 3px;
    padding: 0px 5px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
     border-radius: 3px;	
}

.btn-registrate {
    font-size: .7em !important;
    text-transform: uppercase;
    text-decoration: underline;
    padding-right: 2px;
}
.btn-registrate:hover {
    color: #da291c;
}
.btn-danger {
    background-color: #E59B07;
    background-image: none;
    border: 1px solid #9E6C07;
    font-size: 12px;
    font-size: 1.2rem;
}

.btn-danger:hover,
.btn-danger:focus {
    border: 1px solid #9E6C07;
}

.btn-success {
    background-color: #202630;
    background-image: none;
    border: 1px solid #505762;
    color: #FFF;
    margin-bottom: 10px;
}
.btn--cerrarcodigo {
        font-size: 2rem;
        padding: 20px 80px;
    }
.btn-success:hover,
.btn-success:focus {
    background-color: #252C38;
    background-image: none;
    border: 1px solid #AFA145;
    color: #FFF;
}

.btn-primary:active, 
.btn-primary.active {
    background-color: #FD8C02;
    background: -moz-linear-gradient(top,  #FD8C02 0%, #D55107 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD8C02), color-stop(100%,#D55107));
    background: -webkit-linear-gradient(top,  #FD8C02 0%,#D55107 100%);
    background: -o-linear-gradient(top,  #FD8C02 0%,#D55107 100%);
    background: -ms-linear-gradient(top,  #FD8C02 0%,#D55107 100%);
    background: linear-gradient(to bottom,  #FD8C02 0%,#D55107 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD8C02', endColorstr='#D55107',GradientType=0 );
    border: none;
    color: #FFF;
}

.btn-primary:hover, 
.btn-primary.active:hover,
.btn-primary:focus, 
.btn-primary.active:focus {
    background-color: #D55107;
    background: -moz-linear-gradient(top,  #D55107 0%, #FD8C02 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D55107), color-stop(100%,#FD8C02));
    background: -webkit-linear-gradient(top,  #D55107 0%,#FD8C02 100%);
    background: -o-linear-gradient(top,  #D55107 0%,#FD8C02 100%);
    background: -ms-linear-gradient(top,  #D55107 0%,#FD8C02 100%);
    background: linear-gradient(to bottom,  #D55107 0%,#FD8C02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D55107', endColorstr='#FD8C02',GradientType=0 );
    border: none;
    color: #FFF;
}

.btn-block,
.btn-block:hover {
    color: #FFF;
}

.btn-menu {
    background-color: #3983BE;
    color: #FFF;
    float: left;
    text-align: center;
    text-transform: uppercase;
}

.btn-menu:hover,
.btn-menu:active,
.btn-menu-selected {
    background-color: #FFF;
    color: #3983BE;
}

.btn--rojo,
.btn--azul {
    border: 1px solid transparent;
    color: #FFF;
    font-weight:bold;
    padding: 4px 20px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;    
}


.btn--jose1 {
    border: 1px solid transparent;
    color: #FFF;
    font-weight:bold;
    padding: 4px 20px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;    
}

.btn--rojo {
    background-color: #DA291C;
    -webkit-box-shadow: 0px 1px 1px #700A08;
    -moz-box-shadow: 0px 1px 1px #700A08;
    box-shadow: 0px 1px 1px #700A08;
}

.btn--jose1 {
    background-color: #0A6CFF;
    -webkit-box-shadow: 0px 1px 1px #700A08;
    -moz-box-shadow: 0px 1px 1px #700A08;
    box-shadow: 0px 1px 1px #700A08;
}


.btn--azulnuevo {
    background-color: #06ACFF;
    
}




/******boton depositar cambio****/

.btn--dep2 {
    background-color: #008dc5;
    -webkit-box-shadow: 0px 1px 1px #700A08;
    -moz-box-shadow: 0px 1px 1px #700A08;
    box-shadow: 0px 1px 1px #700A08;
}

.btn--dep2:hover {
    background-color: #8F1C13;
    -webkit-box-shadow: 0px 0px 5px #700A08;
    -moz-box-shadow: 0px 0px 5px #700A08;
    box-shadow: 0px 0px 5px #700A08; 
    color: #FFF;
}


.btn--rojo:hover {
    background-color: #8F1C13;
    -webkit-box-shadow: 0px 0px 5px #700A08;
    -moz-box-shadow: 0px 0px 5px #700A08;
    box-shadow: 0px 0px 5px #700A08; 
    color: #FFF;
}

.btn--azul {
    background-color: #1A68C1;
    -webkit-box-shadow: 0px 1px 1px #000;
    -moz-box-shadow: 0px 1px 1px #000;
    box-shadow: 0px 1px 1px #000;    
}

.btn--azul:hover {
    background-color: #224977;
    color: #FFF;  
    -webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;   
}

.btn--jugar {
    background-color: #da291c;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px #700a08;
    -moz-box-shadow: 0px 1px 1px #700a08;
    box-shadow: 0px 1px 1px #700a08;
    color: #FFF;
    font-weight:bold;
    margin: 0 auto;
    margin-top: -7px;
    padding: 8px 20%;
    transition: .5s ease-in-out;
}

/*.btn--jugar:hover {
    background-color: #8f1c13;
    -webkit-box-shadow: 0px 0px 5px #700a08;
    -moz-box-shadow: 0px 0px 5px #700a08;
    box-shadow: 0px 0px 5px #700a08; 
    color: #FFF;
    padding: 10px 24%;
    transition: .5s ease-in-out;
}*/

.btn--fav, .btn--fav:focus {
    background-color: #fff;
    border: 2px solid #002d72;
}
.btn--fav:hover {
    background-color: #fff;
    color: #700a08;
}

.naranja {
    background-color: #1A68C1;
    border: 1px solid transparent;    
    -webkit-box-shadow: 0px 1px 1px #000;
    -moz-box-shadow: 0px 1px 1px #000;
    box-shadow: 0px 1px 1px #000;    
    color: #FFF;
    font-weight:bold
}

.naranja:hover {
    background-color: #1A68C1;
    color: #FFF;  
    -webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;   
}

.blanco {
    background-color: #FFF;
    border: 2px solid #E3E3E3;
    position: relative;
}

.blanco:hover {
    background-color: #EEE;    
}

.blanco,
.blanco:hover,
.blanco a,
.blanco a:hover {
    color: #666;
}

.btn-warning {
    background-color: #1A68C1;
    border: 1px solid transparent;    
    -webkit-box-shadow: 0px 1px 1px #000;
    -moz-box-shadow: 0px 1px 1px #000;
    box-shadow: 0px 1px 1px #000;    
    color: #FFF;
    font-weight:bold;
    margin: 10px 0;
}

.btn-warning:hover,
.btn-warning:focus {
     background-color: #1A68C1;
    color: #FFF;  
    -webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;   
}

.btn-info {
    background-color: #15212D;
    border: 1px solid transparent;    
    -webkit-box-shadow: 0px 1px 1px #000;
    -moz-box-shadow: 0px 1px 1px #000;
    box-shadow: 0px 1px 1px #000;    
    color: #FFF;
    font-weight:bold;
    margin: 10px 0;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #273B50;
}

.btn-warning,
.btn-info,
.btn-success {
    font-size: 12px;
    font-size: 1.2rem;
}

.ruletas .btn-warning {
    margin: 20px;
    padding: 25px;    
    width: 90%;
}

.btn-infolobby,
.btn-infolobby:hover {
    color: #FFF;
    font-size: 1rem;
}

.btn-danger,
.btn-warning,
.btn-info,
.btn-success {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-header {
    float: right;
}

.btn-block,
.btn-block:hover {
    font-weight: bold;
    margin: 1% !important;
    padding-top: 60px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
    padding: 10px;    
}

.btn-cookies {
    background-color: #fff;
    color: #888;
    padding: 10px 10%;
    margin-top: 10px;
}
.btn-cookies:hover {
    background-color: #666;
    color: #fff;
}

.lobbyButton {
    bottom: 0;
    display: none;
    margin: 0 0 0 -15px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.lobbyButton .btn-warning {
    width: 100%;
}

/******************* FIN BOTONES *********************/

/******************* BOTONES CON ICONO SUPERIOR *********************/
.btn-icosup {
      background-color: #002d72;
      box-sizing: border-box;
      color: #ffffff;
      cursor: pointer;
      display: block;
      height: 80px;
      margin: 0px 1px;
      margin-bottom: 20px;
      text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 10px 10px 15px 10px;
    width: 120px;
    line-height: 1em;
    text-decoration: inherit;
}

.btn-icosup:hover,
.btn-menu-selected {
  background-color: #da291c;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.btn-icosup::before {
  display: block;
  font-family: 'font-icon';
  font-size: 1.5em;
  margin-bottom: 5px;
  text-align: center;
}
/************** FIN BOTONES CON ICONO SUPERIOR ****************/

#loginarea {
    background-color: #d9e0ea;
    margin: 0px auto;
    text-align: center;
}

#bannerContainer {
    background-color: #000;
    display: table;
}

#rightmenuopen,
#rightmenuclose {
    cursor: pointer;
    font-size: 2.1rem;
}

#rightmenuclose {
    color: #FFF;
}

#swipemenuright {
    background-color: rgba(0,0,0,0.8);
    min-height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
}

.swiperightcontainer {
    background-color: #fff;
    float: right;
    height: 100%;
    width: 320px;
}
.swiperightcontainer  #rightmenuclose {
    color: #002d72;
}
.closing {
    padding: 5px 10px 0px 0px;
}

#mobile-main-menu {
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 51;
}

#mobile-main-menu li {
    background-color: #fff;
    border-bottom: 1px solid #d9dadb;
    /*border-bottom: 1px solid #d9dadb;*/
    list-style-type: none;
    cursor: pointer;
}
#mobile-main-menu li:hover {
    background-color: #d9e0ea;
    /*border-bottom: 1px solid #acacac;*/
}
#mobile-main-menu li a {
    box-sizing: border-box;
    color: #002d72;
    font-size: 1.1rem;
    display: block;
    padding: 10px 10px;
    text-decoration: none;
}
#mobile-main-menu li:hover a {
    color: #002d72;
}
#mobile-main-menu li a.active {
    background-color: #d9e0ea;
    color: #002d72;
    display: block;
    transform: skew(0deg, 0deg);
}
#mobile-main-menu li:last-child {
    border-bottom: inherit;
}
#mobile-main-menu li:first-child {
    background-color: #fff;
}
#mobile-main-menu li:first-child:hover {
    padding: 0px 0px 0px 0px;
}
#mobile-main-menu li #subbalances {
    display: none;
}
#mobile-main-menu li#abremembersarea {
    background-color: #002d72;
    color: #fff;
    border-bottom: 1px solid #777;
    /*border-bottom: 1px solid #acacac;*/
    list-style-type: none;
    cursor: pointer;
}
#mobile-main-menu li#abremembersarea a{
    background-color: #002d72;
    color: #fff;
    border-bottom: 1px solid #777;
    /*border-bottom: 1px solid #acacac;*/
    list-style-type: none;
    cursor: pointer;
}
#mobile-main-menu li#abremembersarea:hover {
    background-color: #002d72;
    color: #fff;
    border-bottom: 1px solid #777;
    /*border-bottom: 1px solid #acacac;*/
    list-style-type: none;
    cursor: pointer;
}
#mobile-main-menu li#abremembersarea:hover a{
    background-color: #002d72;
    color: #fff;
    border-bottom: 1px solid #777;
    /*border-bottom: 1px solid #acacac;*/
    list-style-type: none;
    cursor: pointer;
}
#mobile-main-menu li#abremembersarea #submembersarea li a {
    padding-left: 40px;
}
#mobile-main-menu li#abremembersarea #submembersarea li:hover a {
    background-color: #d9e0ea;
    color: #002d72;
}


#mobile-main-menu li.sessionmobile a, #mobile-main-menu li.registermobile a {
    color: inherit;
}
#mobile-main-menu li.registermobile {
    background-color: #da291c;
    color: #fff;
}
#mobile-main-menu li.registermobile:hover {
    background-color: #f9dfdd;
    color: #da291c;
}
#mobile-main-menu li.sessionmobile {
    background-color: #002d72;
    color: #fff;
}
#mobile-main-menu li.sessionmobile:hover {
    background-color: #d9e0ea;
    color: #002d72;
}   

#submembersarea li {
    background-color: #002d72;
    color: #fff;
}
#submembersarea li a{
    color: #fff;
}
#submembersarea li:hover {
    background-color: #d9e0ea;
    color: #002d72;
}
#submembersarea li:hover a{
    color: #002d72;
}
.registermobile i,
.sessionmobile i {
    margin-right: 10px;
}

.iconoabrelista {
    color: #FFF;
    float: right;
    margin-right: 25px;
    transition: all 0.3s ease-out;
}

.sublista {
    display: none;
    transition: all 0.3s ease-out;
    width: 100%;
}

.sublista li {
    border-bottom: none !important;
    transition: all 0.3s ease-out;
}

.myaccount-top-items {
    list-style: none;
    margin: 10px 0 0 0;
}

.menu-top-items li a:hover {
    text-decoration: underline;
}

.myaccount-top-items li {
    float: right;
    padding: 0 0 0 25px;
}

.myaccount-top-items li a:hover {
    text-decoration: underline;
}

.helpmenu,
.submenu {
    list-style-type: none;
}

.submenu {
    padding: 5px 0;
}

.helpmenu {
    float: right;
    margin: 35px 0;
}

.helpmenu li,
.submenu li {
    display: inline;
}

.mainbetmenu div {
    float: left;
    margin: 10px 0;
    width: 25%;
}

.submenucontainer {
    background-color: rgba(122, 28, 54, 0.75);
    text-align: center;
    width: 100%;
}

.help {
    color: #5D5D5D ;
}

.help a,
.help strong,
.help i {
    color: #D9241D;
}

.help a:hover {
    color: #D9241D;
    text-decoration: none; 
}

.channels,
.social {
    background-color: #F3F3F3;
    color: #000;
}

.social h3 {
    margin: 25px 40px 0 0;
}

.social .row {
    margin-bottom: 50px;
}

.payment {
    background-color: #FFF;
    padding-bottom: 20px;    
    padding-top: 20px;
}

.channels {
    margin-bottom: 10px;
    padding: 30px;
}

.channels p {
    font-size: .7rem;
    margin: 0;
    text-align: center;
}

.channels a[target="_blank"] img {
    margin: 5px;
    width: 36px;
}

img[src="/img/footer/mediaset.png"] {
    margin-bottom: 15px;
    width: 260px;
}

.icons {
    margin: 10px 0;
    padding: 10px 0;
}

.icons img {
    width: 90%;
}

.fullwidth {
    height: auto;
    width: 100%;
}

.panel-success > .panel-heading {
    background-image: none;
    border-color: transparent;
}

.panel-heading h3 {
    padding-bottom: 10px;
}
.panel-collapse h4 {
    padding-bottom: 5px;
}
#myTab > li > a, 
#myTab > li > a:hover, 
#myTab > li > a:focus {
    border-style: solid;
    border-width: 1px 1px 0 1px;
}

.lobby .imagen {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.lobby .imagen img {
    width: 100%;
}

.promolobby,
.headerspecials,
.specials {
    min-width: 100px;
    height: auto;
    width: 90%;
}

.headerspecials,
.specials {
    margin-bottom: 25px;
}

.promolobby {
    width: 100%;
}

.headerspecials {
    max-width: 381px;
}

.specials {
    max-width: 250px;
}

.modal-backdrop {
    z-index: 200;
}

.alert {
    padding: 0px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0px;
    text-shadow: none;
    box-shadow: none;
}
.alert-danger {
    color: #da291c;
    background-color: inherit;
    background-image: none;
    margin-top: 5px;
}

.alert-validation {
     padding: 5px;
}

.panel {
    box-shadow: none;
    border-radius: none;
}

.panel-body {
    padding: 0;
}

.panel-body p,
.panel-body li {
    color: #4E545E;
}

.panel-group .panel-heading + .panel-collapse > 
.panel-body, 
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0;
}
.panel-collapse {

}
.panel-collapse h3 {
    padding: 5px 0px;
}
.panel-collapse h4 {
    color: #002d72;
    font-size: 1.1em;
}
.panel-primary {
    border: none;
}

.panel-primary > .panel-heading {
    padding: 10px;
}

.jump {
    height: 25px;
}

.monthlyimg {
    max-width: 970px;
    width: 100%;
}
   
#faq #accordion {
    width: 100% !important;
}

#faq .panel-default {
    background-color: transparent !important;
    border: none !important;
}

#faq .panel {
    box-shadow: none !important;
}

#faq .panel-body {
    padding: 15px !important;
}

#faq .panel-default > .panel-heading {
    background-color: transparent !important;
    background-image: none !important;
    padding: 10px 0 !important;
}

.freebielogo {
    max-width: 210px;
    width: 50%;
}
 
.notfound {
    max-width: 150px;
    width: 100%;
}

.panel,
.list-group-item {
    border: none;
}

/*.padlock {
    background-image: url(/img/09. Elementos web/Area personal/recuperadas/candado.png);
    background-repeat: no-repeat;
    display: none;
    height: 40px;
    position: absolute;
    right: 10%;
    top: 52%;
    width: 40px;
}*/

.panel-success > .panel-heading {
    background-image: none;
    border-color: transparent;
}

.panel-group .panel,
.panel {
    border-radius: 0;
}

.help-icon {
    height: 24px;
    left: -10px;
    position: relative;
    top: -2px;
    width: 24px;
}

.logo {
    background-position: center center;
    background-repeat: no-repeat;
    height: 120px;
    width: 110px;
}

.border,
.no-border {
    margin: 0 2%;
    padding: 10px;
    width: 96%;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-control {
    font-size: 50px;
    top: 40%;
}

.carousel-control.left {
    left: -9%;
}

.carousel-control.right {
    right: -9%;
}

#termsandconditions{
    height: 30%;
}

#aceppttermsandconditions{
    height: 10%;
}

.forgot {
    line-height: 0.8rem;
    margin: 0 105px 0 0;
    padding: 0;
}

.forgot a:hover {
    text-decoration: underline;
}

.no-border {
    border: 0;
}

.area {
    padding: 25px;
}

.panel-title,
.panel-default {
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}

.panel-default > .panel-heading {
    background-color: transparent;
    background-image: none;
}

.panel-heading {
    margin: 0px;
    padding: 3px 0px 10px 0px;
}

.carousel-indicators {
    bottom: -35px;
}

.carousel-indicators li {
    border-color: #000;
}

.promocion {
    margin: 10px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.masinfo p{padding-right:12px!important}

.promocion img {
    transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
    width: 100%;
}

.promocion img:hover {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}

.promocion h2 {
    font-weight: bold;
}

.ruletas {
    background-color: #FFF;
    display: table;
    margin: 20px 0;
}

.ruletas div {
    padding: 0;
}

.ruletas h2,
.ruletas a {
    margin: 20px;
}

.ruletas p {
    margin: 20px;
    width: 90%;
}

#livebox {
    position: relative;
}

.live-casino-games {
    display: table;
    position: absolute;
    right: 0;
    z-index: 999;
}

.live-casino-games .live-container {
    background: transparent url("/casino/img/layout/background.png") no-repeat scroll 0px 0px;
    height: 167px;
    overflow: hidden;
    width: 167px;
}       
  
.live-casino-games .live-container p.title {
    color: #9098AD;
    float: left;
    font: 15px "FuturaStdMedium",Arial,sans-serif;    
    margin: 0px 20%;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
}       
    
.live-casino-games .live-container ul.live-games {
    float: left;
    height: 78px;
    margin: 10px 10%;
    width: 80%;
}
    
.live-casino-games .live-container ul li {
    background: transparent url("/casino/img/layout/arrows.png") no-repeat scroll right 3px;
    border-bottom: 1px solid #363B46;
    cursor: pointer;
    font: 13px "FuturaStdMedium",Arial,sans-serif;    
    height: 26px;
    padding-top: 6px;
    text-transform: uppercase;
}

.live-casino-games .live-container ul li:hover {
    background-position: right -38px;
}   

.live-casino-games .live-container ul li:hover a {
    color: #900;
}

.live-casino-games .live-container ul li a {
    color: #FFF;
}       

.live-casino-games .live-container ul li:last-child {
    border-bottom: medium none;
}   

.list-unstyled {
    list-style: outside none none;
}
        
.live-casino-games .live-container p.live-icon {
    float: left;
    margin: 0px 48px;
    width: 70px;
}       
    
.live-casino-games .live-container p.live-icon span {
    background-color: #900;
    float: left;
    font: 11px "FuturaStdMedium",Arial,sans-serif;
    height: 21px;
    padding: 4px 7px 0px 0px;
    text-align: right;
    text-transform: uppercase;
}
        
.live-casino-games .live-container p.live-icon img {
    float: left;
}
        
.live-casino-games img {
    vertical-align: middle;
}
              
.live-casino-games * {
    box-sizing: border-box;
}
    
.list-unstyled {
    padding-left: 0px;
    list-style: outside none none;
}

#gamename {
    left: 20px;
    position: absolute;
    top: 5px;
}

#gamename p {
    color: #FFF;
    margin: 0;
    padding: 5px;
    text-transform: uppercase;
}

#gamename p.hidden-xs {
    background-color: #5D6F80;
}

.gamemargin {
    margin: 0 0 25px 0;
    width: 100%;
}

.gameinfo h1,
.gameinfo h2 {
    text-align: center;
}

.gameinfo h1 {
    font-size: 3rem;
}

.gameinfo h2 {
    font-size: 2rem;
    margin: 25px 0 75px 0;
}

.gameinfo h3,
.gameinfo p,
.gameinfo .panel {
    font-size: 1.2rem;
    margin: 25px 0;
}

.gameinfo .panel {
    background-color: transparent;
}

.gameinfo li {
    font-size: 1.2rem;
}

#terminos li,
#terminos p {
    font-size: 1rem;
}

.slotcontent {
    background-color: #EBF7F6;
}

.slotcontent .boton {
    margin: -25px 0 50px 0;
    text-align: center;
}

.centerimg {
    text-align: center;
}

.gradient {
    width: 100%;
}

#cookiesInfo{
    background-color: rgba(0,0,0,.95);
    color: #fff;
    bottom: 0;
    display: none;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 1030;
}

#cookiesInfo a {
    text-decoration: underline;
    color: #fff;
}
#cookiesInfo p {
    color: #fff;
}
#cookiesInfo button {
    margin-top: 15px;
}
#mobile-menu-button {
    background: transparent;
    border: none;
    font-weight: normal;
    margin-top: 16px;
}

#mobile-menu-button .fa {
    color: #666;
    font-size: 2rem;
}

.masinfo {
    position: relative;
    padding:0!important
}

.jugarhome,
.jugarhomenoche {
    border: 1px solid #FFF;
    color: #FFF;
    float: left;
    padding: 20px;
    text-align: center;
}

.jugarhome {
    width: 50%;
}

.jugarhomenoche {
 width: 33.3%;
}

.jugarhome:hover,
.jugarhomenoche:hover {
    background-color: #E59B07;
    border: none;
    color: #FFF;
    text-decoration: none;
}


a,
a:link,
a:focus,
a:visited,
a:hover,
a:active  { 
    outline: none;
    
 }
 
 .jugarhome:focus{
     color: #FFF;
     text-decoration: none;
 }

 
  #lastSlotSessionInfo{
     position:absolute;
     width: 80%;
     top: 10%;
     left: 10%;
     padding: 5%;
     z-index: 99999;
 }

.icono-maestro,
.icono-mastercard,
.icono-visa,
.icono-electron,
.icono-paypal,
.icono-teleingreso,
.icono-transferencia,
.icono-juego-seguro,
.icono-autoexclusion,
.icono-autocontrol,
.icono-mayor18,
.icono-confianza,
.icono-confianza-en-linea,
.icono-jugar-bien,
.icono-skrill {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.icono-maestro,
.icono-mastercard,
.icono-visa,
.icono-electron,
.icono-paypal,
.icono-teleingreso,
.icono-transferencia,
.icono-skrill {
    height: 32px;
    margin-bottom: 15px;
}

.icono-juego-seguro,
.icono-autoexclusion,
.icono-autocontrol,
.icono-mayor18,
.icono-confianza,
.icono-confianza-en-linea,
.icono-jugar-bien {
    height: 44px;
    margin-bottom: 25px;
}

.favorite {
    width: 40px;
    height: 40px;
    padding: 3px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.favorite a{
    font-size: 2em;
    line-height: .5em;
    cursor:pointer;
    color: #da291c;
    text-decoration: none;
    position: relative;
}
.favorating a{
    bottom: 0;
    position: absolute;
    width: 100%;
}
.icor-jokerbet::after {
    position: absolute;
    top: 2px;
    left: 0px;
    color: white;
    opacity: .5;
}
.rating {
    cursor: pointer;
    direction: rtl;
    float: left;
    unicode-bidi: bidi-override;
    width: 100%;
    text-align: center;
}

.rating > span {
    color: #FF9900;
    display: inline-block;
    font-size: 25px;
    margin-top: 7px;
    position: relative;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute; 
}

.underlinestar{
    text-decoration: underline;
}

/*#loaderBackground{
    background-image: url(../img/09. Elementos web/Area personal/recuperadas/60022.jpg) !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: absolute;
}*/

/******************* PROMOCIONES ******************/
.promo {
    margin-top: 10px;
    width: 49%;
    margin-bottom: 20px;
}
.promo .content-img {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.promo .content-img img {
    transform: scale(1);
    transition: ease-in-out .6s;
}
.promo .content-img img:hover {
    transform: scale(1.1);  
    transition: ease-in-out .4s;
}
.pregunta-faq {
    width: 100%;
    background-color: #ddd;
    color: #002d72;
    padding: 8px 0px;
}
.pregunta-faq:hover {
    background-color: #002d72;
    color: #fff;
}
.pregunta-faq:before {
    margin-right: 10px; 
    margin-left: 10px;
    vertical-align: bottom;
}
.respuesta-faq {
    margin-left: 50px;
}
.panel-default>.panel-heading {
    border: none;
}
/******************* COMO EMPEZAR ******************/
section.section__comoempezar {
    width: 65%;
}
.section__comoempezar h1, .section__comoempezar .boton-regitro {
    text-align: center;
}
.boton-regitro a {
    font-size: 1em;
}
.punto-ayuda {
    width: 15%;
    min-width: 65px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.punto-ayuda-txt {
    width: 70%;
}
.punto-ayuda-txt h4 {
    margin: 0;
}
.punto-ayuda-txt p {
    text-align: left;
}
.punto-ayuda--1 {
    background: url(/img/layout/COMO-EMPEZAR-APUESTAS-DEPORTIVAS-1.png) no-repeat;
}
.punto-ayuda--2 {
    background: url(/img/layout/COMO-EMPEZAR-APUESTAS-DEPORTIVAS-2.png) no-repeat;
}
.punto-ayuda--3 {
    background: url(/img/layout/COMO-EMPEZAR-APUESTAS-DEPORTIVAS-3.png) no-repeat;
}
.punto-ayuda--4 {
    background: url(/img/layout/COMO-EMPEZAR-APUESTAS-DEPORTIVAS-4.png) no-repeat;
}


/******************* AYUDA ******************/
.section--ayuda {
    padding: 0 5px;
}
.section__forgotpass {
    width: 65%;
}


/****************** MEMBER AREA **********************/
.tab-content>.active {
    display: block;
    background-color: inherit;
    transform: skew(0deg, 0deg);
    color: inherit;
}
/********************************************************************/
/********************GRID CON COLUMNA Y FILA DOBLE ******************/
/********************************************************************/
.grid {  
    background: #FFF;
    margin-bottom: 30px;
    margin-top: 10px;
}

.grid:after {
    clear: both;
    content: '';
    display: block;
}

.grid-item { 
    box-sizing: border-box;
    float: left;
     z-index: 100;
}

.grid-image { 
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #FFF;
    cursor: pointer;
    height: 100%;
    width: 100%;
    transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.grid-image:hover { 
    background-size: cover;
    cursor: pointer;
    background-repeat: no-repeat;
}

.linklobby {
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
    transition: 0.5s ease-in-out;
}

.linklobby:hover {
    background-color: rgba(0,0,0,0.5);    
    opacity: 1;
    padding:  10px 0 0 0;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
    transition: 0.5s ease-in-out;
    /*padding: 15% 0%;*/
}

.linklobby .btn-warning {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 7% 0;
    position: absolute;
    width: 100%;
}

.grid-item--width2:hover .linklobby {
    padding-top: 50px;
}

#dedicated .parrafo {
    margin: 25px 0 50px 0;
}

#dedicated .parrafo h2,
#dedicated .caracteristicas h2{
    margin: 15px 0;
}

#dedicated .caracteristicas > div {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0;
}

#dedicated .caracteristicas > div > div {
    margin: 25px 0;
    flex-grow: 1;
    text-align: center;
}

#dedicated .caracteristicas > div > div img {
    max-width: 100px;
    width: 90%;
}

#dedicated .caracteristicas > div > div h3 {
    color: #000;
    font-size: 1.3rem;
    text-transform: uppercase;
}

#dedicated .caracteristicas > div > div h4 {
    color: #000;
    font-size: 1rem;
    margin: 15px 0;
    text-transform: uppercase;
}

.modal {
    top: 50%;
}

.modal h4,
.modal p,
.modal div {
    margin-bottom: 25px;
}

.leftimg {
    float: left;
    margin: 10px;
}

.leftimg + p {
    margin: 10px;
}

.reglas-juego-pdf 
{
text-align:center;
}

   

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.conversion-bono {
    background-color: var(--color-azul);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    color: var(--color-blanco);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto 25px auto;
    flex-direction: column;
}
.conversion-bono p {
	font-size: 24px;
}
.conversion-bono span:nth-of-type(1){
    font-size: 6em;
	letter-spacing: -0.1em;
}
.conversion-bono span:nth-of-type(2){
    font-size: 3em;
	letter-spacing: -0.1em;
	margin-left: 10px;
}
.conversion-bono span:nth-of-type(3){
    font-size: 2.5em;
    position: relative;
    top: 18px;
}
#jackpotPrize{
    display: block;
    position: fixed;
    top: calc(50% - 248px);
    z-index: 10000;
    background-color: #F0F0F0;
    left: calc(50% - 325px);
    width: 650px;
    height: auto;
    z-index: 10000;
    padding: 0;
}
div#jackpotPrize h1 {
    display: none;
}

#jackpotDetails img {
    width: 100%;
    margin-bottom: 20px;
	margin-top: -1px;
}

#jackpotDetails{
	color: #000;
	margin: 0px;
	text-align: center;
}

#jackpotButtonDiv{
 color:white;
 padding: 20px;
}

#jackpotButtonDiv a{
 color:white;
 text-decoration: none;
}
div#jackpotDetails h3 {
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 20px;
}
div#jackpotDetails p {
    color: #002d72;
}
div#jackpotButtonDiv {
    margin-bottom: 20px;
}

div#jackpotButtonDiv a {
    background: #41965b;
    padding: 10px 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 1px 1px #1f4e2d;
    -moz-box-shadow: 0px 1px 1px #1f4e2d;
    box-shadow: 0px 1px 1px #1f4e2d;
}
div#jackpotPrize {
    border-radius: 4px;
    border: 1px solid #000;
}
a.jackpotClose {
    position: absolute;
    background: #fff;
    opacity: 0.9;
    right: 10;
    top: 10;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    text-decoration: none;
}

/* Slot session */
#createSession .select.filtro{
    width: 100% !important;
    border-radius: 10px;
    background-color: initial;
    background-image: url(/img/layout/down-arrow-blue.svg);
    background-position: center right 15px;
    color: #002D72;
    text-transform: none;
    border-color: #002D72;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 15px;
    height: auto;
    font-size: 14px;
    font-weight: normal;
}

#createSession .field{
    width: 100% !important;
    border-radius: 10px;
    color: #002D72;
    text-transform: none;
    border-color: #002D72;
    padding: 12px;
    margin-left: 0;
    height: auto;
}

#slotsSession{
    padding-left: 12px;
    padding-right: 12px;
}

#createSession p{
    width: 100% !important;
    color: #002d72;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    margin: 0 0 5px;
}

#createSession h3{
    color: #002d72 !important;
    padding: 20px 0 35px 0 !important;
    margin: 0 -30px 30px -30px !important;
    border: 0 none !important;
    text-transform: none;
    font-size: 1.5em;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
    width: initial !important;
}

#createSession h3::after {
    content: "";
    display: block;
    position: absolute;
    width: 24%;
    height: 4px;
    background: red;
    bottom: 20px;
    max-width: 120px;
    left: calc(50% - 60px);
}

#createSession .btn--rojo{
    text-transform: none;
    width: 100%;
    border-radius: 10px;
    line-height: 30px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    font-weight: normal;
}
#createSession form#slotsSession a:hover {
    color: #002d72;
}
#expandedSlotSessionInfo h3{
    color: #002d72 !important;
    border: 0 none !important;
    text-transform: none;
    font-size: 1.6em;
    position: relative;
    text-align: left;
    width: initial !important;
    margin-bottom: 20px;
}
#expandedSlotSessionInfo h3::after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #da291c;
    margin-top: 6px;
    max-width: 120px;
}
#expandedSlotSessionInfo>.row {
    width: 85%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}
input#expandedSlotSessionInfoButton {
    text-transform: none;
    width: 100%;
    border-radius: 10px;
    line-height: 30px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    font-weight: normal;
}

div#expandedSlotSessionInfo table {
    border-color: #da291c;
}
div#expandedSlotSessionInfo table tr{
    background-color: #ccd5e3;
}
div#expandedSlotSessionInfo table tr:nth-child(even) {
    background-color: #ffffff;
}
div#expandedSlotSessionInfo table tr td{
    color: #002d72;
    font-size: 14px;
    font-weight: bold;
}
div#expandedSlotSessionInfo table tr td:first-child {
    border-right: 1px solid #ffffff;
}
div#expiredSlotSessionInfo h3{
    color: #002d72 !important;
    border: 0 none !important;
    text-transform: none;
    font-size: 1.6em;
    position: relative;
    text-align: left;
    width: initial !important;
    margin-bottom: 20px;
    padding-right: 34px;
}
div#expiredSlotSessionInfo h3::after {
    content: "";
    display: block;
    width: 35%;
    height: 4px;
    background: #da291c;
    margin-top: 6px;
    max-width: 120px;
}
div#expiredSlotSessionInfo>.row {
    width: 85%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}
div#expiredSlotSessionInfo input, #expiredSlotSessionInfoCloseButton {
    text-transform: none;
    width: 100%;
    border-radius: 10px;
    line-height: 30px;
    margin: 0;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
}
div#expiredSlotSessionInfoFooterSummary {
    border-radius: 10px;
    padding: 18px;
}
div#expiredSlotSessionInfoFooterSummary p {
    color: #002d72;
}
div#expiredSlotSessionInfoFooterSummary table {
    border-color: #da291c;
}
div#expiredSlotSessionInfoFooterSummary table tr{
    background-color: #ccd5e3;
}
div#expiredSlotSessionInfoFooterSummary table tr:nth-child(even) {
    background-color: #ffffff;
}
div#expiredSlotSessionInfoFooterSummary table tr td{
    color: #002d72;
    font-size: 14px;
    font-weight: bold;
}
div#expiredSlotSessionInfoFooterSummary table tr td:first-child {
    border-right: 1px solid #ffffff;
}
div#sessionExpiringInfo h3, div#autoexcluded h3{
    color: #002d72 !important;
    border: 0 none !important;
    text-transform: none;
    font-size: 1.6em;
    position: relative;
    text-align: left;
    width: initial !important;
    margin-bottom: 20px;
    padding-right: 34px;
}
div#sessionExpiringInfo h3::after, div#autoexcluded h3::after {
    content: "";
    display: block;
    width: 110px;
    height: 4px;
    background: #da291c;
    margin-top: 6px;
    max-width: 120px;
}
div#sessionExpiringInfo>.row, div#autoexcluded>.row {
    width: 85%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}
div#sessionExpiringInfo input, div#autoexcluded a {
    text-transform: none;
    width: 100%;
    border-radius: 10px;
    line-height: 30px;
    margin: 0;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    font-weight: normal;
}
div#sessionExpiringInfo, div#autoexcluded {
    border-radius: 10px;
}
div#sessionExpiringInfo p, div#autoexcluded p {
    color: #002d72;
}
#sessionBalanceInfo{
    position: fixed !important;
}
div#sessionBalanceInfo {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: #000;
    top: 0;
}
div#sessionBalanceInfo h3{
    color: #002d72 !important;
    border: 0 none !important;
    text-transform: none;
    font-size: 1.6em;
    position: relative;
    text-align: left;
    width: initial !important;
    margin-bottom: 20px;
    padding-right: 34px;
}
div#sessionBalanceInfo h3::after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #da291c;
    margin-top: 6px;
    max-width: 120px;
}
div#sessionBalanceInfo>.row {
    width: 85%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
}
div#sessionBalanceInfo input {
    text-transform: none;
    width: 50% !important;
    border-radius: 10px;
    line-height: 30px;
    margin: 0;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    font-weight: normal;
    margin-left: 5px;
    background: #fff;
    color: #002d72;
    border: 1px solid #002d72;
}
a#sessionBalanceInfoInfoLink {
    text-transform: none;
    width: 50%;
    border-radius: 10px;
    line-height: 30px;
    margin: 0;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    font-weight: normal;
    background: #41965b;
    color: #fff;
    padding: 4px 20px;
    margin-right: 5px;
    text-decoration: none;
    display: block !important;
}

div#sessionBalanceInfo p {
    color: #002d72;
}
div#autoexcluded {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: #000;
    margin-top: 0;
    padding-top: 50px;
}
@media (min-width: 768px) {
    form#slotsSession {
        max-width: 350px;
        min-width: 350px;
    }
    #createSession .col-xs-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    #createSession h3 {
        width: 100% !important;
    }
    #createSession p {
        padding: 0px 20px;
        max-width: 450px
    }
    div#expandedSlotSessionInfo .col-xs-12 {
        max-width: 550px;
        min-width: 550px;
        padding: 18px 100px !important;
        border-radius: 6px;
    }
    #expandedSlotSessionInfo h3 {
        white-space: nowrap;
    }
    #expandedSlotSessionInfo img {
        margin-left: -90px;
    }
    #expandedSlotSessionInfo h3::after {
        margin: 6px auto;
    }
    div#expiredSlotSessionInfoFooterSummary {
        max-width: 550px;
        min-width: 550px;
        padding: 18px 50px;
    }
    div#expiredSlotSessionInfo h3 {
        text-align: center;
    }
    div#expiredSlotSessionInfo h3::after {
        margin: 6px auto;
    }
    div#expiredSlotSessionInfoFooterSummary img {
        margin-left: -30px;
    }
    
    div#sessionExpiringInfo .col-xs-12.col-sm-6.col-md-4.col-lg-4, div#autoexcluded .col-xs-12.col-sm-6.col-md-4.col-lg-4 {
        max-width: 550px;
        min-width: 550px;
        padding: 18px 50px;
        border-radius: 6px;
    }
    div#sessionExpiringInfo .col-xs-12.col-sm-6.col-md-4.col-lg-4 h3, div#autoexcluded .col-xs-12.col-sm-6.col-md-4.col-lg-4 h3 {
        text-align: center;
    }
    div#sessionExpiringInfo .col-xs-12.col-sm-6.col-md-4.col-lg-4 h3::after, div#autoexcluded .col-xs-12.col-sm-6.col-md-4.col-lg-4 h3::after {
        margin: 6px auto;
    }
    input#expiredSlotSessionInfoButton {
        width: 80% !important;
    }
    div#sessionExpiringInfo p, div#autoexcluded p {
        text-align: center;
    }
}
@media (max-width: 495px) {
    #expandedSlotSessionInfo h3::after {
        width: 60px;
    }
}
@media (max-width: 480px) {
    div#expiredSlotSessionInfo h3::after {
        width: 60px;
    }
}
@media (max-width: 412px) {
    #expandedSlotSessionInfo h3::after {
        width: 96px;
    }
}
@media (max-width: 375px) {
    div#expiredSlotSessionInfo h3::after {
        width: 96px;
    }
}
@media (max-width: 768px) {
    #exclusionLimitWarning {
        padding-left: 6px !important;
    }
    #slotsSession img#alertImg {
        left: -14px !important;
    }
}