﻿/*
* Ondiss Mobile 
*/
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-LightItalic';
    src: url('fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('fonts/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/OpenSans-Light.ttf') format('truetype');
}

.ui-disabled, .ui-select .ui-disabled {
    opacity: .7 !important;
}

* {
    -webkit-overflow-scrolling: touch;
}

.ui-disabled {
    opacity: .9;
}

input.ui-input-text, textarea.ui-input-text {
    min-height: 1.4em;
    line-height: 1.4em;
    font-size: 16px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.dialog {
    background-color: black !important;
    position: fixed;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    top: 0;
}

    .dialog > div {
        width: initial;
        max-width: none;
        margin: auto;
        padding: 0;
        position: relative;
        top: 0;
    }

.top-gamescreen {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 1em;
    padding: .5em;
	z-index: 9999 !important;
	background: #000;
}

.top-gamescreen-out-icon {
    padding: .5em !important;
    border: solid 1px #3b3b3b;
    border-radius: .4em;
    display: flex;
    justify-content: space-between;
    width: 96%;
	max-width: 100%;
    box-sizing: border-box;
    word-break: break-word;

}


.clearfix {
    display: block;
}

li {
    list-style: none;
}

.ui-body-c, .ui-overlay-c {
    text-shadow: none !important;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
    font-weight: normal;
}

[data-url] {
    background: var(--background-mobile);
    background-position-x: center;
    background-attachment: fixed;
}

[data-url*="/micuenta/"], [data-url="/register"] {
    background: linear-gradient(300deg, #b9002ea1, #000, transparent);
}

[data-url*="/login"] {
    background: rgb(25,15,52);
    background: linear-gradient(0deg, rgba(25,15,52,1) 0%, rgba(63,39,128,1) 100%);
    );
}

body {
    background: none repeat scroll 0 0 #121212;
    color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
}

/*.ui-input-text{
	font-size: 12px !important;
}

.ui-btn-inner{
    font-size: 12px;
     
}*/

.deleteDocDecision {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    background: #EEE;
    color: black;
    margin: auto;
    font-size: 12px;
    position: absolute;
    left: 27%;
    bottom: 20%;
}

.delete-question {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding: 9px 0;
}

.uploaded-docs td a {
    cursor: pointer;
    background: #292;
    color: white;
    padding: 2px 4px;
    border-radius: 2px;
    text-decoration: none;
}

.uploaded-docs td .delete-button {
    cursor: pointer;
    background: #DDD;
    color: black;
    padding: 2px 4px;
    border-radius: 2px;
}

.ui-body-c input, .ui-body-c select, .ui-body-c textarea, .ui-body-c button {
    font-family: var(--light);
    text-transform: inherit;
}

input.ui-input-text, textarea.ui-input-text {
    background: url("img/bg/inputs-movil.png") repeat scroll 0 -2px transparent;
}

.my-documents textarea.ui-input-text {
    background: none;
    height: 100px !important;
}

.my-documents .form-item .fake-fileUploadField {
    display: none;
}

.my-documents .form-item label {
    font-family: var(--condensed-bold);
    color: #DDDDDD;
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
}


.my-account-box-container.security-validations .form-item label {
    font-size: 11px;
    margin: 5px 0;
    width: 100%;
}

/*.my-account-box-container.security-validations .ui-field-contain div.ui-input-text {
    width: 93%;
}*/

.my-account-box-container.security-validations .ui-checkbox, .ui-radio {
    display: inline-block;
}

.my-documents div.ui-input-text {
    margin: 5px 0;
}

.my-documents .ui-submit {
    margin-top: 20px;
}

.ui-submit, .submitBtn {
    color: white;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    font-family: var(--condensed-bold);
    margin: 2px 0;
}

    .ui-submit.ui-btn {
        background: #d5692c;
        border: #d5692c;
        border: 1px solid #d5692c;
    }

    [data-role="fieldcontain"] + .ui-submit, [data-icon="search"].ui-submit, [data-role="collapsable-set"] a, .orange, .ui-submit.ui-btn-up-c {
        background: var(--primary-color-og) !important;
        border: solid 1px var(--button-bg-color) !important;
    }

    .ui-submit:hover {
        background: #d5692c;
        color: white;
    }

.textRight {
    color: gray;
    margin: 0 2px 10px 0;
    text-align: right;
}

.textCenter {
    text-align: center;
}

.ui-btn-inner {
    font-size: 12px;
    border: none;
    box-sizing: border-box;
}

.ui-li {
    box-sizing: border-box;
    color: #ffffff /*{a-bar-color}*/;
    font-weight: bold;
    font-size: 11pt;
    background: transparent;
}

    .ui-li .ui-link-inherit {
        color: white;
    }

.ui-listview > .ui-li:first-child {
    border-top: 1px solid #666;
}

.ui-li .ui-btn-inner {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.ui-content .ui-listview-inset, .ui-panel-inner .ui-listview-inset {
    border-radius: 0;
    -moz-border-radius: 0;
}


.ui-collapsible-inset .ui-collapsible-heading .ui-btn,
.ui-collapsible-inset .ui-collapsible-heading .ui-btn:active,
.ui-collapsible-inset .ui-collapsible-heading .ui-btn:hover,
.ui-collapsible-inset .ui-collapsible-heading .ui-btn:active:hover,
.ui-collapsible-inset .ui-collapsible-heading .ui-btn:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 2px;
    font-family: var(--light);
}

    .ui-collapsible-inset .ui-collapsible-heading .ui-btn .ui-fullsize .ui-btn-inner, .ui-fullsize .ui-btn-inner {
        font-size: 13px;
    }

.ui-btn-hover-a, .ui-btn-down-a, .ui-btn-active, .ui-btn-down-b, .ui-btn-hover-b {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
/* O
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-o {
    border: 1px solid #333 /*{a-bar-border}*/;
    box-sizing: border-box;
    background: #111111 /*{a-bar-background-color}*/;
    color: #ffffff /*{a-bar-color}*/;
    font-weight: bold;
    text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c /*{a-bar-background-start}*/ ), to( #111 /*{a-bar-background-end}*/ )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/ ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/ ); /* FF3.6 */
    background-image: -ms-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/ ); /* IE10 */
    background-image: -o-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/ ); /* Opera 11.10+ */
    background-image: linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/ );
}

    .ui-bar-o .ui-link-inherit {
        color: #fff /*{a-bar-color}*/;
    }

    .ui-bar-o a.ui-link {
        color: #7cc4e7 /*{a-bar-link-color}*/;
        font-weight: bold;
    }

        .ui-bar-o a.ui-link:visited {
            color: #2489CE /*{a-bar-link-visited}*/;
        }

        .ui-bar-o a.ui-link:hover {
            color: #2489CE /*{a-bar-link-hover}*/;
        }

        .ui-bar-o a.ui-link:active {
            color: #2489CE /*{a-bar-link-active}*/;
        }

.ui-body-o, .ui-overlay-o {
    border: 1px solid #444 /*{a-body-border}*/;
    box-sizing: border-box;
    background: #222 /*{a-body-background-color}*/;
    color: #fff /*{a-body-color}*/;
    text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 1px /*{a-body-shadow-radius}*/ #111 /*{a-body-shadow-color}*/;
    font-weight: normal;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-body-background-start}*/ ), to( #222 /*{a-body-background-end}*/ )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/ ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/ ); /* FF3.6 */
    background-image: -ms-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/ ); /* IE10 */
    background-image: -o-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/ ); /* Opera 11.10+ */
    background-image: linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/ );
}

.ui-icon-shadow {
    box-shadow: none;
}

.ui-btn-down-c, .ui-btn-up-c {
    background: var(--primary-color-bl);
    color: #fff;
}

.ui-btn {
    /*background:var(--primary-color-og);*/
    border: solid 1px var(--button-border-color);
    cursor: pointer;
    text-decoration: none;
    border-radius: 2px;
    box-sizing: border-box;
    border: none;
    text-shadow: none;
}

.ui-btn-hover-c:hover {
    color: inherit;
}


.ui-btn-up-b {
    font-family: var(--condensed-bold);
    border-radius: 2px;
    box-sizing: border-box;
}

.ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a {
    box-sizing: border-box;
    font-family: var(--condensed-bold);
    border-radius: 2px;
}

    .ui-btn-up-a:not(.menu-nav), .ui-btn-hover-a:not(.menu-nav), .ui-btn-down-a:not(.menu-nav) {
        background: var(--primary-color-og);
        border: solid 1px var(--primary-color-og);
    }

/*.login-page .ui-btn-hover-a, .login-page .ui-btn-down-a {
	border: 1px solid #222;
	box-sizing: border-box ;
	background: #333;
	margin: 35px 0;
}*/

.login-page .ui-btn-up-a, .login-page .ui-btn-hover-a, .login-page .ui-btn-down-a {
    /*border: 1px solid var(--button-border-color);*/
    box-sizing: border-box;
    font-weight: 700;
    color: #fff;
    background: #d5692c;
    margin: 18px 15px;
    width: calc( 100% - 30px);
}

.login-page .ui-input-text {
    margin: 15px;
    padding: 0.4em;
}

/*.ui-btn-active {
	background-image: -webkit-gradient(linear,left top,left bottom,from(var(--primary-color-bl)),to(var(--primary-color-bl)));
	background-image: -webkit-linear-gradient(var(--primary-color-bl),var(--primary-color-bl));
	background-image: -moz-linear-gradientvar(--primary-color-bl),var(--primary-color-bl));
	background-image: -ms-linear-gradient(var(--primary-color-bl),var(--primary-color-bl));
	background-image: -o-linear-gradient(var(--primary-color-bl),var(--primary-color-bl));
	background-image: linear-gradient(var(--primary-color-bl),var(--primary-color-bl));
}*/

.ui-btn-hover-a, .ui-btn-down-a, .ui-btn-down-b, .ui-btn-hover-b {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: var(--condensed-bold);
}

.ui-listview .ui-btn-active a {
    font-family: Helvetica,Arial,sans-serif;
}

.ui-collapsible-heading-collapsed .ui-btn-active, .ui-collapsible-heading-collapsed .ui-btn-active:hover {
    font-family: Helvetica,Arial,sans-serif;
    border: 1px solid #f1f1f1;
    background: #eee;
    font-weight: 700;
    color: #222;
    text-shadow: 0 1px 0 #f1f1f1;
}

.ui-btn-active:visited, .ui-btn-active:hover, .ui-btn-active a.ui-link-inherit {
    color: #fff;
}

.ui-listview-filter .ui-input-clear {
    background: none;
    border: none;
}

    .ui-listview-filter .ui-input-clear .ui-icon-delete {
        background: url(/css/styles/img/bg/close_btns.png) center top transparent no-repeat;
        background-size: 300%;
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 0;
        margin: 0;
        box-shadow: none;
    }

.ui-controlgroup .ui-btn-icon-notext .ui-btn-inner .ui-icon {
    top: 3px;
    right: 6px;
    margin: 0;
}

.ui-page-fixed-header {
    padding-top: 7em;
}

.ui-focus, .ui-btn:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-select .ui-focus, .ui-input-text.ui-focus, .ui-input-search.ui-focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-content {
    padding: 15px 15px;
}

/*
CUSTOM CSS
*****************************************************************************************************************/
.ui-header-fixed {
    
}

#siteHeader {
    background: var(--header-color);
    display: block;
    border: 0;
    top: -1px !important;
    padding-top: 1px !important;
}

    #siteHeader h1 {
    }

.ui-header .ui-title, .ui-footer .ui-title {
    margin: 0.1em;
}

#siteContent h4 {
    letter-spacing: 1px;
    color: white;
    text-transform: none;
    /*padding: 0 15px;*/
}

#siteContent h3, #siteContent h2, #siteContent h1 {
    letter-spacing: 1px;
    color: white;
    text-transform: none;
}

#searchdate, #searchtype {
    font-size: 13px;
}

#siteContent h3:not(.ui-collapsible-heading), #siteContent h2, #siteContent h1 {
    padding: 10px 0 15px;
}

.gameSliderContainer h2, .gridcarousel h2 {
    padding: 12px 12px 7px !important;
}

#siteContent p {
    font-size: 1.2em;
}

#siteContent strong {
    text-transform: uppercase;
    color: var(--home-games-title);
    font-size: 1.4em;
    margin-top: 8px;
    margin-bottom: 4px;
    font-weight: normal;
}

#logo {
    float: left;
}

a.logo-img {
    margin: 1px 2%;
    height: 37px;
    width: 113px;
    background: url(img/mobile/logo-mobile.svg) 2px -1px no-repeat;
    display: inline-block;
    position: relative;
    left: 35px;
    top: 4px;
}

a.logo-img-prov {
    margin: 1px 2%;
    height: 37px;
    width: 113px;
    background: url(img/mobile/logo_cco-status_mobile.svg) 2px -1px no-repeat;
    display: inline-block;
    position: relative;
    left: 35px;
    top: 4px;
}



.ui-bar-a .ui-shadow, .ui-bar-b .ui-shadow, .ui-bar-c .ui-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-header .ui-title, .ui-footer .ui-title {
    text-align: left;
}

.ui-page {
    -webkit-backface-visibility: hidden;
}

#siteHeader .ui-controlgroup {
    top: 6px;
    right: 0px;
    z-index: 10000004;
}

.ui-header .ui-btn-right.search-control, .ui-footer .ui-btn-right.search-control {
    right: 7px;
}


#siteHeader .btn-register, #siteHeader .btn-deposit, #siteHeader .btn-login, #siteHeader .btn-cash {
    float: left;
    margin: 0 5px;
}

#siteHeader .btn-register {
    background: url("img/mobile/icons_sprite.png") no-repeat scroll -2px -28px transparent;
    background-size: 60px;
}

#siteHeader .btn-deposit {
    background: url("img/mobile/icons_sprite.png") no-repeat scroll -32px -28px transparent;
    background-size: 60px;
}

#siteHeader .btn-login {
    background: transparent;
    font-family: var(--condensed-bold);
    height: 28px;
    width: 44px;
    display: block;
    top: 1px;
    position: relative;
    border-bottom: 2px solid #fff;
    text-align: center;
}

#siteHeader .btn-cash {
    background: url("img/mobile/icons_sprite.png") no-repeat scroll -32px 5px transparent;
    background-size: 60px;
}

#register-bonus .btn-container {
    width: 100%;
}

#balanceCashier {
    font-size: 8pt;
    font-family: var(--condensed-bold);
    text-align: center;
    display: none;
    text-wrap: avoid;
    max-width: 100px;
    height: 35px;
    line-height: 35px;
    border: none;
    float: left;
    margin: 5px;
}

.WalletControlUmbracoInformation {
    display: block;
}

@media screen and (orientation: portrait) {
    .WalletControlUmbracoInformation iframe {
        height: 158px;
    }
}

@media screen and (orientation: landscape) {
    .WalletControlUmbracoInformation iframe {
        height: -webkit-fill-available;
    }
}

.WalletControlUmbracoInformation img {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 295px;
}

.contextualHelp, .contextualHelp table {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 10px;
    color: #DDD;
    display: none;
}

#siteHeader .balance {
    background: linear-gradient(#3C3C3C, #111111) repeat scroll 0 0 #111111;
    border: 1px solid #333333;
    box-sizing: border-box;
    bottom: -10px;
    clear: both;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    padding: 4px;
    position: relative;
    text-align: right;
    text-shadow: 0 -1px 1px #000000;
}

.fieldHeader {
    padding: 8px 0;
}

.gener-cod .fieldHeader {
    line-height: 15px !important;
}

#siteHeader .balance span {
    background: url("img/mobile/spry.png") no-repeat scroll 30px -107px transparent;
    color: grey;
    font-size: 12px;
    font-weight: normal;
    padding-right: 16px;
    width: 200px;
}

.ui-header > .ui-btn, .ui-footer > .ui-btn {
    display: inline-block;
    float: right;
    margin: 0;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 700;
    width: 25%;
    height: 80%;
    line-height: 28px;
}

.ui-header .ui-btn-inner {
    font-size: 12px;
    padding: .5em;
}

.ui-icon-mobile-pesos {
    background: url("img/mobile/spry.png") no-repeat scroll -55px -108px transparent;
}

.ui-icon-mobile-left {
    background: url("img/mobile/spry.png") no-repeat scroll -242px -108px transparent;
}

.ui-icon-mobile-right {
    background: url("img/mobile/spry.png") no-repeat scroll -271px -108px transparent;
}

.errorField {
    font-size: 8pt;
    color: red;
    display: inline-block;
}

.messageRead {
    color: #999 !important;
    margin-left: 20px;
}

.messageUnread {
    color: #FFF !important;
    margin-left: 20px;
}


#siteContent .profile-mobile span, #siteContent .register-mobile span {
    font-size: 11pt;
}

#siteContent .profile-mobile .ui-input-text,
#siteContent .register-mobile .ui-input-text,
#siteContent .ui-select .ui-btn select,
#siteContent .ui-select {
    display: block;
    background: transparent;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 0;
}

.ui-select .ui-btn-inner {
    font-family: var(--light);
    /*text-transform: uppercase;*/
    font-weight: 100;
    font-size: 12px;
}

.terms.checki {
    float: left;
    display:inline-flex;
}

.terms .ui-checkbox {
    width: auto;
    /*margin-top:20px;*/
}

    .terms .ui-checkbox [type="checkbox"] {
        padding: 0;
    }

.ui-radio input {
    z-index: 3;
}

#siteContent .profile-mobile .ui-input-text input.normal {
    border: 1px solid #fff;
}

#siteContent .ui-select .ui-btn select,
#siteContent .ui-select {
    font-family: var(--light);
    box-sizing: border-box;
    font-size: xx-small;
    font-weight: bold;
    color: black;
    border: none;
    /*padding: 0;*/
    /*text-indent: -7px;*/
    border: none;
}

.ui-field-contain {
    border: 0;
}

.ui-checkbox-on .ui-icon, .ui-radio-on .ui-icon {
    /*background-color: var(--primary-color-bl);*/
    box-shadow: none;
}

#siteContent .profile-mobile span:not(.ui-btn-text):not(.ui-btn-inner), #siteContent .register-mobile div {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    color: #DDD;
    font-size: 12px;
}

#siteContent .register-mobile table {
    border-spacing: 0;
    padding: 0;
    margin: 0;
}
/********** MEDIOS DE PAGO **********/

#depositar .ui-submit {
    background: #ff3019;
}

/********** MEDIOS DE PAGO **********/

/*#medios-pago .menu-buttons .ui-submit
{
    background: url(img/mobile/gota.png) no-repeat scroll 109px 3px #FFFFFF;
    border-radius: 0;
    float: left;
    padding: 8px 0;
    text-shadow: none;
    width: 44.5vw !important;
    max-width: 166px;
    margin: 9px 2px;
    border: 0;
    box-sizing: border-box;
    height: 44.5vw !important;
    max-height: 166px;
}*/

#medios-pago .menu-buttons .ui-submit {
    border-radius: 0;
    float: left;
    text-shadow: none;
    width: calc( (100vw - 40px) / 3);
    margin: 2px;
    border: 0;
    box-sizing: border-box;
    height: calc( (100vw - 40px) / 3);
    background: none !important;
}

    #medios-pago .menu-buttons .ui-submit input {
        background-size: 100%;
    }

.ul-agencies-text {
    width: 100% !important;
    left: 0 !important;
    position: relative !important;
}

.agenciesText {
    color: white !important;
    font-size: 15px !important;
}

#medios-pago .form-pago .ui-submit,
#medios-pago .form-pago .ui-btn-up-c,
#medios-pago .form-pago .ui-btn-down-c,
#medios-pago .form-pago .ui-btn-hover-c {
    background: #d5692c;
    /*background-image: -webkit-gradient(linear,left top,left bottom,from(#ff3019),to(#cf0404));
	background-image: -webkit-linear-gradient(#ff3019,#cf0404);
	background-image: -moz-linear-gradient(#ff3019,#cf0404);
	background-image: -ms-linear-gradient(#ff3019,#cf0404);
	background-image: -o-linear-gradient(#ff3019,#cf0404);
	background-image: linear-gradient(#ff3019,#cf0404);*/
    border: medium none;
    box-sizing: border-box;
    border-radius: 2px;
    color: #FFFFFF;
    float: right;
    font-family: var(--condensed-bold);
    padding: 4px 0;
    text-transform: uppercase;
    width: 100%;
    text-shadow: none;
}

#medios-pago .form-pago .ui-select .ui-btn-up-b {
    background: #111;
    color: #eee;
    font-weight: bold;
    border: 1px solid #353535;
}

#medios-pago .form-pago .ui-select .ui-btn-up-c {
    background: #111;
    color: #eee;
    font-weight: bold;
    border: 1px solid #353535;
}

#medios-pago .ui-submit .dineromail {
    background: url("img/mobile/medios-pago-uno.png") no-repeat scroll center 14px transparent;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .pagomiscuentas {
    background: url("img/mobile/medios-pago-dos.png") no-repeat scroll center 5px transparent;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .mercadopago {
    background: url("img/mobile/medios-pago-uno.png") no-repeat scroll center -47px transparent;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .credit-card-selected {
    background: url("img/ico/creditcard-selected.jpg") no-repeat scroll center #fff;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .credit-card {
    background: url("img/ico/creditcard-disabled.jpg") no-repeat scroll center #fff;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .debit-card-selected {
    background: url("img/ico/debitcard-selected.jpg") no-repeat scroll center #fff; /*"img/ico/medio-pago-maestro.jpg"*/
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .debit-card {
    background: url("img/ico/debitcard-disabled.jpg") no-repeat scroll center #fff;/*"img/ico/medio-pago-maestro-disabled.jpg"*/
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .skrill {
    background: url("img/mobile/medios-pago-uno.png") no-repeat scroll center -108px transparent;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .visa {
    background: url("img/mobile/medios-pago-dos.png") no-repeat scroll center -117px #fff;
    opacity: 1;
    border-radius: 4px;
    padding: 8px 0;
    display: block;
    height: 52px;
}

#medios-pago .ui-submit .cmo-icon {
    background: url("img/ico/casino-magic.png") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .cmo-icon-selected {
    background: url("img/ico/casinomagic-selected.png") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .cco-icon {
    background: url("img/ico/cco-icon-pago-inactive.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .cco-icon-selected {
    background: url("img/ico/cco-icon-pago.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .agencies-icon-selected {
    background: url("img/ico/deposito-en-agencias-boton-selected.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .agencies-icon {
    background: url("img/ico/deposito-en-agencias-boton.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .mercadopago-icon-selected {
    background: url("img/ico/mercadopago-selected.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .mercadopago-icon {
    background: url("img/ico/mercadopago-disabled.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .payfun-icon-selected {
    background: url("img/ico/payfun.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .payfun-icon {
    background: url("img/ico/payfun-inactive.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .tarjeta-icon-selected {
    background: url("img/ico/mercadopago-selected.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .tarjeta-icon {
    background: url("img/ico/mercadopago-disabled.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .w-agencies-icon-selected {
    background: url("img/ico/agency_withdraw.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .w-agencies-icon {
    background: url("img/ico/agency_withdraw_disabled.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .casino-iconsm {
    background: url("img/mobile/medios-pago-mobile.svg") no-repeat scroll center -666px transparent;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .casino-iconjunin {
    background: url("img/mobile/medios-pago-mobile.svg") no-repeat scroll center -537px transparent;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .netteler {
    background: url("img/mobile/medios-pago-uno.png") no-repeat scroll center -178px transparent;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .aspNetDisabled {
    text-indent: 0;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(100,100,100,0.7) !important;
    color: white;
}


#medios-pago .ui-submit .transferencia {
    background: url("img/ico/bank-transfer.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .transferencia-selected {
    background: url("img/ico/bank-transfer-selected.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .efectivo {
    background: url("img/mobile/medios-pago-mobile.svg") no-repeat scroll center -198px transparent;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .efectivojunin {
    background: url("img/mobile/medios-pago-mobile.svg") no-repeat scroll center -566px transparent;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .efectivosm {
    background: url("img/mobile/medios-pago-mobile.svg") no-repeat scroll center -710px transparent;
    opacity: 1;
    display: block;
}

#medios-pago .form-medios-pago {
    clear: both;
    overflow-x: auto;
    overflow-y: hidden;
}

/*.menu-buttons-warpper
{
    display: -webkit-inline-box !important;    
}*/

.menu-buttons-warpper .ui-btn-inner > .ui-btn-text {
    /*z-index: 3;
    color: #333;
    font-size: smaller;*/
    display: none;
}

#medios-pago .withdraw-submit-content .ui-submit {
    width: 100%;
    text-shadow: none;
    border: none;
    margin-top: 10px;
}

#medios-pago .form-medios-pago .ui-btn-inner {
}

.my-sessions-loader-container, .widthdraw-loader-container {
    position: fixed;
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    padding-top: 50%;
    z-index: 99999;
}


.widthdraw-container {
    position: relative;
}


.ui-input-search, div.ui-input-text {
    border-radius: 2px;
}

.non-scroll-body {
    overflow: hidden;
}

/* Submenu */
.submenu .ui-submit {
    /* deposit btn */
    width: 50%;
    display: inline-block;
    float: left;
    margin-top: 0;
    border-top-width: 0;
}

    .submenu .ui-submit .ui-btn-text {
        line-height: 24px;
    }

.submenu .ui-input-search {
    /* Search box */
    padding-right: 0;
    border-radius: 0.1em;
    margin: 0;
    width: calc(100vw / 3);
    background: var(--background-search-games);
    margin: auto;
    border: none;
}

#autocomplete-games {
    overflow: hidden;
}

    #autocomplete-games a:first-letter {
        text-transform: uppercase;
    }

    #autocomplete-games a {
        text-transform: lowercase;
    }

.submenu form.ui-listview-filter {
    background: transparent;
    width: 100%;
    max-width: calc(100vw - 10px) !important;
    overflow-x: hidden;
    margin: auto;
    margin-right: 5px;
    height: 36px;
    float: right;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}

    .submenu form.ui-listview-filter:hover {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
    }
#medios-pago .ui-submit .totalcoin-icon-selected {
    background: url("img/ico/totalcoin-selected.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}

#medios-pago .ui-submit .totalcoin-icon {
    background: url("img/ico/totalcoin-disabled.jpg") no-repeat scroll #FFFFFF;
    opacity: 1;
    display: block;
}
.submenu .ui-input-search .ui-input-text {
    font-family: var(--light);
    font-size: 12px;
    width: auto;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    padding: 0;
}

.single-message {
    margin: 20px 5px;
}

#siteFooter {
    height: 48px;
    overflow: hidden;
    z-index: 998;
    /*position:fixed;*/
}

    #siteFooter.ui-bar-a {
    }

    #siteFooter ul li .ui-btn-up-a {
        border: 0;
        box-sizing: border-box;
        background: none repeat scroll 0 0 #000000;
    }

/*.ui-btn-up-b:not(.ui-btn), .ui-btn-hover-b:not(.ui-btn),*/ .ui-btn-b, .ui-select > .ui-btn-up-a {
    background: var(--primary-color-bl);
    border: solid 1px var(--primary-color-bl);
}

#siteFooter ul li .ui-btn-hover-a {
    background: none repeat scroll 0 0 #222222;
}

#siteFooter ul li span.ui-btn-inner {
    padding-top: 36px;
    font-size: 8pt !important;
}

#siteFooter ul li span.ui-btn-text {
    text-transform: uppercase;
    font-size: 5pt;
    display: none;
}

/*****FOOTER DESLOGUEADO*****/

#siteFooter ul li span.ui-icon-pagos {
    background: url("img/mobile/spry.png") no-repeat scroll -5px -48px transparent;
    box-shadow: none;
    height: 35px;
    width: 40px;
}

#siteFooter ul li span.ui-icon-legal {
    background: url("img/mobile/spry.png") no-repeat scroll -61px -48px transparent;
    box-shadow: none;
    height: 35px;
    width: 40px;
}

#siteFooter ul li span.ui-icon-responsable {
    background: url("img/mobile/spry.png") no-repeat scroll -132px -48px transparent;
    box-shadow: none;
    height: 35px;
    width: 40px;
}

#siteFooter ul li span.ui-icon-consultas {
    background: url("img/mobile/spry.png") no-repeat scroll -195px -48px transparent;
    box-shadow: none;
    height: 35px;
    width: 40px;
    margin-left: -19px;
}

#siteFooter ul li span.ui-icon-contact {
    background: url("img/mobile/spry.png") no-repeat scroll -248px -48px transparent;
    box-shadow: none;
    height: 35px;
    margin-left: -18px;
    width: 40px;
}

#siteFooter .footerContainer {
    width: 100%;
    position: fixed;
    bottom: -1px;
    z-index: 10;
}

    #siteFooter .footerContainer a {
        width: 50%;
        height: 50px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        text-shadow: none;
    }

        #siteFooter .footerContainer a:first-child {
            background: #EEE;
            float: left;
            color: var(--button-color-primary) !important;
            text-align: center !important;
        }

        #siteFooter .footerContainer a:last-child {
            background: #d5692c;
            float: right;
            color: #FFF !important;
            text-align: center !important;
        }
		
/*****FOOTER LOGUEADO*****/

#siteFooter ul li span.ui-icon-sefault-inicio {
    background: url("img/mobile/spry.png") no-repeat scroll -5px -5px transparent;
    box-shadow: none;
    height: 35px;
    margin-left: -18px;
    width: 40px;
}

#siteFooter ul li span.ui-icon-msn {
    background: url("img/mobile/spry.png") no-repeat scroll -64px -5px transparent;
    box-shadow: none;
    height: 35px;
    margin-left: -18px;
    width: 40px;
}

#siteFooter ul li span.ui-icon-conta {
    background: url("img/mobile/spry.png") no-repeat scroll -126px -5px transparent;
    box-shadow: none;
    height: 35px;
    margin-left: -18px;
    width: 40px;
}

#siteFooter ul li span.ui-icon-cuenta {
    background: url("img/mobile/spry.png") no-repeat scroll -193px -5px transparent;
    box-shadow: none;
    height: 35px;
    margin-left: -18px;
    width: 40px;
}

#siteFooter ul li span.ui-icon-close-sesion {
    background: url("img/mobile/spry.png") no-repeat scroll -253px -5px transparent;
    box-shadow: none;
    height: 35px;
    margin-left: -18px;
    width: 40px;
}

.login-btn .ui-btn {
    width: 100%;
    padding: 4px 0;
}

.contextualHelpPanel {
    position: static !important;
}

.birthdate-container .ui-select {
    width: auto;
}

.calendar-box-container .ui-input-text {
    background: #eee;
    font-weight: 700;
    color: #222;
    text-align: center;
}

.calendar-box {
}

.mobile-modal-popup {
    margin: auto;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,1);
    width: 100vw;
}

.mobile-modal-popup-content {
    border-top: white solid 1px;
    height: calc( 100vh + 10px);
    padding: 0px 10px;
    text-align: left;
    overflow: auto;
}

.mobile-dialog-popup-close {
    margin-right: 10px;
    margin-top: 5px;
    text-align: right;
    font-weight: bold;
    font-size: 11pt;
    color: #666;
}

.ebi {
    /*background: url("/css/styles/img/ico/ico.png") repeat scroll -380px -114px transparent; 	height: 18px; 	width: 18px; 	display: inline-block; 	line-height: 18px; 	padding-left: 5px;*/
    display: none;
}

.pagination-footer {
    text-align: center;
}

.upper-case-cell {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.divCasinoClub {
    background: none repeat scroll 0 0 #000000;
    /*border: medium none;*/
    border: solid var(--button-bg-color);
    border-radius: 12px;
    clear: both;
    float: left;
    margin: 5px 0;
    padding: 10px;
    position: relative;
    z-index: 100;
}

    .divCasinoClub p {
        font-size: 16px !important;
    }

    .divCasinoClub h3 {
        color: #666666;
        /*font-size: 14px;*/
        padding: 10px 20px;
        text-align: center;
        text-shadow: #FFF 0px 0px 2px, #FFF 0px 0px 25px, #FFF 0px 0px 7px, #d5692c 0px 0px 10px, #d5692c 0px 0px 30px, #d5692c 0px 0px 40px, #d5692c 0px 0px 25px, #d5692c 0px 0px 32px;
        color: #FFFFFF !important;
        background: none !important;
        text-align: center !important;
        font-size: 20px !important;
    }

    .divCasinoClub .selecter .selecter-selected {
        background: url("img/bg/li-down.png") no-repeat scroll 158px 11px transparent !important;
        color: #666666;
        font-weight: bold;
        line-height: 20px !important;
        right: -3px;
        line-height: 24px !important;
        right: -3px;
    }

    .divCasinoClub .selecter.closed {
    }

    .divCasinoClub span.ser-chr {
        display: block;
    }


    .divCasinoClub .ui-select {
        width: 100%;
    }

    .divCasinoClub .divCasinoClubOperaciones {
        margin: auto;
        display: inline-block;
        width: 100%;
        max-height: 200px;
        overflow: auto;
        border: 2px dashed #444;
        box-sizing: border-box;
    }

        .divCasinoClub .divCasinoClubOperaciones ul {
            padding: 5px;
            margin: 5px;
        }

.dgDeposits_Container {
    /*display:inline-block;*/
}

table, .withdrawContainer, .my-account-box-container-slim-block {
    width: 100%;
    table-layout: fixed;
}

    table.withdrawContainer td {
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
    }

    table.withdrawContainer tr {
        display: inline-flex;
    }

.GH_Header, .GH_Row, .GH_RowAlternating {
    border-bottom: 1px solid grey;
}

    .GH_Header td {
        width: 25%;
        text-wrap: avoid;
    }

.withdrawContainer .GH_Header th,
.historyContainer .GH_Header th,
.historyContainer .GH_Header td,
.uploaded-docs .GH_Header th,
.uploaded-docs .GH_Header td {
    background: #dddddd; /* Old browsers */
    font-weight: bold;
    text-wrap: avoid;
    color: #333;
    font-family: Arial;
    box-sizing: border-box;
}

.percent_20_column {
    width: 20%;
}

.percent_10_column {
    width: 10%;
}

.percent_30_column {
    width: 30%;
}

.my-account-box-container-slim-block .GH_RowAlternating td,
.my-account-box-container-slim-block .GH_Row td,
.withdrawContainer .GH_RowAlternating td,
.withdrawContainer .GH_Row td,
.historyContainer .GH_RowAlternating td,
.historyContainer .GH_Row td,
.uploaded-docs .GH_RowAlternating td,
.uploaded-docs .GH_Row td {
    border: 1px solid wheat;
    font-weight: bold;
}

table.historyContainer, table.uploaded-docs {
    margin-top: 10px;
    border-spacing: 0;
    background: #FFF;
    color: #000;
    clear: both;
    float: left;
}

.historyContainer td, .historyContainer th, .uploaded-docs td, .uploaded-docs th {
    width: 20%;
    text-align: center;
    border-radius: 2px;
    padding: 8px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.uploaded-docs a.ui-link,
.uploaded-docs a.ui-link:visited,
.uploaded-docs a.ui-link:hover,
.uploaded-docs a:-webkit-any-link {
    color: #333 !important;
}

.width12Percent {
    width: 12%;
}

.width18Percent {
    width: 18%;
}

.width26Percent {
    width: 26%;
}

.withdrawContainer .GH_RowAlternating td,
.withdrawContainer .GH_Row td,
.withdrawContainer .GH_Header th {
    text-align: center;
    padding: 10px 0;
    width: 33%;
    border-radius: 2px;
    font-size: 11px;
}

.withdrawContainer a.btn-cancel {
    padding: 0;
}

    .withdrawContainer .GH_Header th:first-child {
        width: 40%;
    }


.paginator .ui-controlgroup-controls div {
    width: 49%;
}

.paginator .ui-controlgroup-controls:first-child {
    margin-left: 1%;
}

.paginator .ui-controlgroup-controls .ui-submit {
    width: 50%;
    float: left;
    display: inline-block;
    box-sizing: border-box;
}


.my-account-box-container-slim-block .GH_RowAlternating td, .my-account-box-container-slim-block .GH_Row td, .my-account-box-container-slim-block .GH_Header td {
    text-align: center;
    color: white;
    width: 19%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
}

.my-account-box-container-slim-block .GH_Header td {
    background: #CCC;
    color: #111;
}

#medios-pago .my-account-box-container-slim-block .ui-submit {
    margin: 5px auto;
    float: none;
}

.register-footer {
    display: none;
}

.AccordionFocused:focus {
    outline: black;
}

.AccordionPanel th {
    background: var(--primary-color-rd);
    height: 22px;
    text-align: center;
    line-height: 22px;
}

.AccordionPanel td {
    background: #444;
    padding: 3px;
    text-align: left;
    font-size: 10px;
}

.AccordionPanel th:nth-child(1), .AccordionPanel th:nth-child(3) {
    width: 20%;
}

.AccordionPanel th:nth-child(2) {
    width: 60%;
}



.hdnBirthDateValue {
}

.MessageBoxError, .MessageBoxWarning {
    color: #cf0404;
}

.MessageBoxSuccess {
    color: #006633;
}

.fieldGroup {
    width: 100%;
    display: inline-block;
}

.ui-controlgroup-controls {
    width: 100%;
}

.ui-controlgroup-horizontal .ui-checkbox .ui-icon, .ui-controlgroup-horizontal .ui-radio .ui-icon {
    display: inline-block;
}


.ui-controlgroup-horizontal .ui-checkbox {
    width: 100%;
}

.ui-controlgroup-horizontal .ui-btn {
    border: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
    height: 29px;
    width: 100%;
}

.ui-controlgroup-horizontal .ui-checkbox .ui-btn-inner {
    display: inline-block;
    text-align: left;
    padding-top: .5em;
    width: 100%;
}

.ui-controlgroup-horizontal .ui-checkbox .ui-btn-text {
    font-size: .8em;
    text-align: left;
    margin-left: 2em;
    display: inline-block;
    white-space: nowrap;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Helvetica,Arial,sans-serif;
}

table.movements-search-panel {
    table-layout: fixed;
}

.movements-search-panel, .movements-search-panel tbody, .movements-search-panel tr {
    width: 100%;
    border-spacing: 0;
}

    .movements-search-panel td {
    }

.aviso-medios {
    display: none;
}


table.mobile-verticals-container {
    width: 100%;
    margin: 10px 0 25px 0;
}

    table.mobile-verticals-container td {
        width: 100%;
        display: block;
    }

.mobile-verticals-container a {
    position: relative;
    display: inline-block;
    width: 96%;
    margin: 2%;
    padding: 13% 0;
    border-radius: 2px;
    border: solid 1px #666;
    box-sizing: border-box;
}

    .mobile-verticals-container a.casino-icon {
        background: url("img/mobile/casino-imagen.jpg") no-repeat center center #444444;
        background-size: 115%;
    }

    .mobile-verticals-container a.livebet-icon {
        background: url("img/mobile/livebet.png") no-repeat center center #444444;
        background-size: 115%;
    }

    .mobile-verticals-container a.slots-icon {
        background: url("img/mobile/slots-imagen.jpg") no-repeat center center #444444;
        background-size: 115%;
    }

    .mobile-verticals-container a.sports-icon {
        background: url("img/mobile/deportes.png") no-repeat center center #444444;
        background-size: 115%;
    }

    .mobile-verticals-container a.bingo-icon {
        background: url("img/mobile/bingo.png") no-repeat center center #444444;
        background-size: 115%;
    }

    .mobile-verticals-container a.poker-icon {
        background: url("img/mobile/poker.png") no-repeat center center #444444;
        background-size: 115%;
    }

.mobile-verticals-container p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 0;
    background: #000000;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    margin: 0;
    text-indent: .5em;
}


.ui-listview .ui-li-icon {
    top: .6em;
}

.ui-loading .ui-loader {
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    color: #eee;
    /* text-shadow: 1px 1px #666; */
    text-shadow: 0 1px 0 #666;
}


.ui-loader-verbose .ui-icon {
    margin-top: 50%;
}

a.ui-icon-phone {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
}

a.ui-icon-mail {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
}

a.ui-icon-chat {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
}


span.ui-icon-phone, span.ui-icon-mail, span.ui-icon-chat {
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    width: 100%;
    height: 100%;
}

span.ui-icon-phone {
    background: url("img/mobile/spry.png") no-repeat scroll -248px -48px transparent;
}

span.ui-icon-mail {
    background: url("img/ico/mail-unread-off.png") no-repeat scroll transparent;
}

span.ui-icon-chat {
    background: url("img/ico/home-whatsapp-icono.png") no-repeat scroll transparent;
}


#siteContent .acounter .ui-submit {
    width: 29%;
    float: left;
    border: 0;
    box-sizing: border-box;
    margin: 2%;
    display: inline-block;
    padding-bottom: 33%;
    word-break: break-all;
}

.ui-collapsible-content div p {
    text-align: left;
}

.ui-collapsible-content a.webno {
    display: none;
}


#siteContent .acounter .ui-submit.ui-focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#siteContent .acounter .ui-submit .ui-btn-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5% 0;
    background: #000000;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: .8em;
    border-radius: 0 0 2px 2px;
}

#siteContent .acounter.deposit div {
    background: url("img/mobile/myaccount-mobile-icons-spry.png") no-repeat scroll -4% -10% #ff3019;
    background-size: 333%;
}

#siteContent .acounter.withdraw div {
    background: url("img/mobile/myaccount-mobile-icons-spry.png") no-repeat scroll 49% -10% #ff3019;
    background-size: 333%;
}

#siteContent .acounter.movements div {
    background: url("img/mobile/myaccount-mobile-icons-spry.png") no-repeat scroll 104% -10% #ff3019;
    background-size: 333%;
}

#siteContent .acounter.my-profile div {
    background: url("img/mobile/myaccount-mobile-icons-spry.png") no-repeat scroll -5% 54% #ff3019;
    background-size: 333%;
}

#siteContent .acounter.my-limits div {
    background: url("img/mobile/myaccount-mobile-icons-spry.png") no-repeat scroll 104% 54% #ff3019;
    background-size: 333%;
}

#siteContent .acounter.bets div {
    background: url("img/mobile/myaccount-mobile-icons-spry.png") no-repeat scroll 50% 54% #ff3019;
    background-size: 333%;
}

#siteContent .acounter.change-site div {
    background: url("img/mobile/myaccount-mobile-icons-spry.png") no-repeat scroll -5% 115% #ff3019;
    background-size: 333%;
}

#siteContent .acounter.legals div {
    background: url("img/mobile/myaccount-mobile-icons-spry.png") no-repeat scroll 49% 115% #ff3019;
    background-size: 333%;
}

#siteContent .acounter.bonus div {
    background: url("img/mobile/myaccount-mobile-icons-spry.png") no-repeat scroll 104% 115% #ff3019;
    background-size: 333%;
}

#siteContent .acounter.faqs div {
    background: url("img/mobile/myaccount-mobile-icons-spry.png") no-repeat scroll 104% 115% #ff3019;
    background-size: 333%;
}

#siteContent .register-bonus-content .fieldContent {
    margin: 10px 0;
}

#siteContent .register-bonus-content .text-bonus {
    font-size: 12px;
}

.wrapToWidth {
    width: 100%;
}

.no-border {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .no-border ui-btn-inner {
        border: none;
        box-sizing: border-box;
    }

.displayNone {
    display: none;
}

.milimits .form-btn, .milimits .ui-btn-text {
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 0;
    border: none;
    box-sizing: border-box;
}

.milimits a.form-btn {
    margin-top: 10px;
}

/*.milimits {
	border: solid 1px #333;
	box-sizing: border-box;
	padding: 10px 10px;
	margin-top: 0;
}*/

.milimits .ui-submit {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    border: 0;
    box-sizing: border-box;
}

.milimits .ui-select .ui-btn-inner {
    padding: .2em 20px;
}

    .milimits .ui-select .ui-btn-inner .ui-btn-text {
        padding-top: .5em;
    }

.displayIB {
    display: inline-block;
}

.width100P {
    width: 100%;
}

.alignCenter {
    margin: auto;
    text-align: center;
}

FloatR {
    float: right;
}

.FloatL {
    float: left;
}

.ui-controlgroup-horizontal .ui-btn-icon-notext .ui-btn-inner {
    width: auto;
}

.withdraw-submit-content .ui-btn-text {
    color: white;
    text-transform: uppercase;
    font-family: var(--condensed-bold);
}

.paginator {
    margin: 15px auto;
}

.wallpaper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .wallpaper div {
        width: 100%;
        text-align: center;
        margin-top: 70%;
    }

        .wallpaper div span {
            font-weight: normal;
            font-size: 2em;
            color: white;
            text-decoration: none;
            background-image: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.6) 66%, transparent 100%);
            background-image: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.6) 66%, transparent 100%);
            background-image: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.6) 66%, transparent 100%);
            background-image: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.6) 66%, transparent 100%);
            background-image: linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.6) 66%, transparent 100%);
            padding: 5px 10px;
            text-align: center;
            margin: auto;
            display: inline-block;
        }

    .wallpaper.toStoreLiveBet {
        background: url("img/mobile/live-bet-typo.png") no-repeat scroll center 10%, url("img/mobile/live-bet-market-img.jpg") no-repeat scroll 0 25% #111;
        background-size: auto, contain;
    }

    .wallpaper.toStorePoker {
        background: url("img/mobile/poker-typo.png") no-repeat scroll center 10%, url("img/mobile/poker-market-img.jpg") no-repeat scroll 0 25% #111;
        background-size: auto, contain;
    }

    .wallpaper.toStoreBingo {
        background: url("img/mobile/bingo-typo.png") no-repeat scroll center 10%,url("img/mobile/bingo-market-img.jpg") no-repeat scroll 0 25% #111;
        background-size: auto, contain;
    }

    .wallpaper.toStoreSports {
        background: url("img/mobile/sports-typo.png") no-repeat scroll center 10%,url("img/mobile/sports-market-img.jpg") no-repeat scroll 0 25% #111;
    }

.iphone-market-btn {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    background: url("img/mobile/market-buttons.png") no-repeat scroll 0 15% transparent;
}

.iphone-market-btn {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    height: 65px;
    margin: auto;
    background: url("img/mobile/market-buttons.png") no-repeat scroll center 65px transparent;
    display: inline-block;
}

.android-market-btn {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: 65px;
    margin: auto;
    background: url("img/mobile/market-buttons.png") no-repeat scroll center 0 transparent;
    display: inline-block;
}


.mobile-modal-popup .ui-btn {
    background: transparent;
}



.date-picker .ui-controlgroup-controls {
    display: inline-flex;
}

    .date-picker .ui-controlgroup-controls .ui-select {
        width: calc(100vw / 2);
    }

        .date-picker .ui-controlgroup-controls .ui-select .ui-btn-inner {
            padding: 7px 36px 6px 0;
        }

        .date-picker .ui-controlgroup-controls .ui-select:first-child {
            width: calc(100vw / 4);
        }

        .date-picker .ui-controlgroup-controls .ui-select:last-child {
            width: calc(100vw / 4);
        }


.reg-ok-container {
    margin: 5%;
    padding: 5%;
    background: #333;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.form.reg-ok {
    border: 0 none;
}

    .form.reg-ok.fake-form h3 {
        float: none;
        font-size: 13px;
    }

    .form.reg-ok .fake-form a {
        color: #999;
    }

.reg-ok-image {
    height: 100px;
    background: url(img/ico/ico-ok.png) 0 0px no-repeat;
}

.reg-wrong-image {
    height: 100px;
    background: url(img/ico/ico-wrong.png) 0 0px no-repeat;
}

.reg-wrong-head {
}

.ico-ok {
    float: left;
    width: 100%;
    background: url(img/ico/ico-ok.png) 0 0px;
    margin: 5% 10%;
    text-transform: uppercase;
}

.ico-wrong {
    float: left;
    width: 100%;
    background: url(img/ico/ico-wrong.png) 0 0px;
    margin: 5% 10%;
    text-transform: uppercase;
}

.reg3-head h3 {
    text-align: left;
    color: #e1e1e1;
    padding: 10px;
    background: #2a2a2a;
    border: 1px solid #333;
}

.error-txt, .ok-txt, .error-validation {
    color: #e28686;
    position: static !important;
    font-size: .9em;
}

.MessageBoxError .error-txt {
    color: #fff;
}

.dark-box .ui-icon-checkbox-off {
    background: grey;
}

.dark-box .ui-checkbox-off .ui-btn-inner, .dark-box .ui-checkbox-on .ui-btn-inner {
    display: inline;
}

.ok-txt {
    color: #006633;
}

    .error-txt span, .ok-txt span {
        padding-left: 0 !important;
    }

.horizontal-gradient-separator {
    float: none;
    background: #eee;
    height: 0px;
    border-top: 0;
}

.reg-ok h3 {
    margin: 0;
    float: none;
    font-size: 13px;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

.reg-ok {
    width: 100%;
    min-height: 30%;
    border: 1px solid #333333;
    background: #333;
}

.my-account-box-container .dark-box {
    background: #222;
    padding: 10px;
    margin: auto;
    display: block;
    width: auto;
}

    .my-account-box-container .dark-box .ui-checkbox-off, .my-account-box-container .dark-box .ui-checkbox-on {
        background: transparent;
        border: none;
    }

#siteContent h2.data-title {
    height: auto;
    text-transform: uppercase;
    font-family: var(--condensed-bold);
    font-size: 1.26em;
}

.dark-box .join-box label {
    display: none;
}

/********** LOTERÍA **********/




@font-face {
    src: url('fonts/walkway_black-webfont.eot');
    src: url('fonts/walkway_black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/walkway_black-webfont.woff') format('woff'), url('fonts/walkway_black-webfont.ttf') format('truetype'), url('fonts/walkway_black-webfont.svg#univers-standard') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

body {
    font-family: helvetica, sans-serif, arial, verdana;
    font-weight: normal;
    color: #6f6f6f;
    /*font-size: 11px;*/
    padding: 0;
    position: relative;
    background: #121212;
    overflow-x: hidden;
    text-align: left;
}

h2 {
    color: #E13737;
    font-family: var(--condensed);
    font-weight: normal;
    overflow: hidden;
    padding: 5px;
    margin: 0;
}

.ondiss-game-container h2 {
    text-align: center;
}

.quiniela-home {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    margin: 20px auto;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 5px 10px 13px;
    width: 960px;
}

div.deleted-bet + div, div.deleted-bet + div + div {
    text-decoration: line-through;
}

.ondiss-game-head {
    font-size: 15px;
    color: white;
    font-weight: bold;
    background: #111;
    padding: 6px 0;
    /* width: 768px; */
    height: 20px;
    margin: auto;
    padding: 4px;
}

    .ondiss-game-head div {
        display: inline-block;
    }

.ondiss-game-body {
    color: white;
    font-weight: bold;
    padding: 8px 0;
    width: 768px;
    margin: 5px auto;
    background: #303030;
    display: inline-block;
}

.ondiss-game-bet-head {
    color: white;
    font-weight: bold;
    background: #696969;
    line-height: 36px;
    width: 768px;
    margin: 4px auto;
}


    .ondiss-game-bet-head div {
        float: left;
        display: inline-block;
    }

    .ondiss-game-bet-head span {
        font-size: 13px;
        line-height: 30px;
        height: 30px;
        padding: 0 5px;
        display: inline-block;
    }

.ondiss-game-body div div {
    display: inline-block;
}

.ondiss-game-body div.numbers, .ondiss-game-body div.bet-amount {
    width: 700px;
    height: 48px;
    margin: auto;
}

div.dreams, div.random, div.arrows {
    width: 40px;
    height: 28px;
    background-color: white;
    padding: 4px;
    margin: 0;
}

div.button-boxes {
    float: right;
}

.ondiss-game-buttons {
    color: white;
    font-weight: bold;
    padding: 5px 0;
    width: 768px;
    margin: 10px auto;
}

.big-btn {
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C */
    border: 1px solid #F62815;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    text-transform: uppercase;
    cursor: pointer;
    width: 80%;
    text-align: center;
    margin-left: 6%;
    position: absolute;
    bottom: 15px;
}

    .big-btn:visited, .big-btn:link {
        color: #FFF;
    }

.game-menu-box {
    background: -moz-linear-gradient(top, #222 0%, #333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #222 0%,#333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #222 0%,#333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #222 0%,#333 100%); /* IE10+ */
    background: linear-gradient(to bottom, #222 0%,#333 100%); /* W3C */
    border: 1px solid #444;
    width: 43%;
    padding: 20px;
    float: left;
    margin: 15px 0px 15px 18px;
    height: 250px;
    position: relative;
}

    .game-menu-box.right {
        margin: 15px 0 15px 15px;
    }

.game-img a {
    display: block;
    margin: 0px auto;
    text-align: center;
}

.game-desc p {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    padding: 16px;
}

.ondiss-game-ctrl {
    margin-top: 5px;
    display: inline-block;
}

.loterie-calendar {
    width: 252px;
}

.loterie-drop-down {
    width: 255px;
}

.ondiss-game-container {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    margin: 0 auto;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 5px 10px 13px;
    width: 960px;
}

    .ondiss-game-container .loader-container {
        position: absolute;
        z-index: 2;
        background: rgba(0,0,0,0.7);
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        top: 0;
        left: 0;
    }


.loader-container #correctDiv {
    position: absolute;
    left: 48%;
    top: 40%;
}


.ajax__calendar_container {
    color: #cdcdcd;
    background-color: #333;
    border: 1px solid #646464;
    z-index: 1;
    font-weight: bold;
    font-size: 11px;
    width: 242px !important;
}

.ajax__calendar_day {
    font-weight: bold;
    font-size: 11px;
    color: #cdcdcd;
    padding: 1px 5px !important;
}

.ajax__calendar_container thead {
    font-weight: bold;
    font-size: 12px;
    color: white;
}


.ondiss-game-container input[type=text] {
    background: rgb(245, 244, 244);
    color: #222;
    border: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: helvetica, sans-serif, arial, verdana;
    font-weight: bold;
    font-size: 16px;
    height: 36px;
    line-height: 24px;
    text-align: center;
    padding: 4px;
    width: 54px;
    margin: 0;
    float: left;
    text-indent: 5px;
}

select, input[type=text].loterie-calendar {
    background: #222;
    color: #cdcdcd;
    border: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: helvetica, sans-serif, arial, verdana;
    font-weight: bold;
    font-size: 12px;
    height: 38px;
    line-height: 24px;
    text-align: center;
    padding: 4px;
    margin: 0;
    float: none;
}


.ondiss-game-container input[type=text].loterie-calendar:read-only {
    color: #666;
}


.addbeting {
    border: 1px solid red;
    margin: 0;
    padding: 2px;
    color: white;
    font-size: 17px;
    text-align: center;
}


.big-red {
    background: #ff3019;
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
    background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
    background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
    border: 1px solid #F62815;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    margin: 0 1%;
    width: 47%;
}


    .big-red:last-of-type {
        width: 100%;
    }

    .big-red.but-green {
        background: #04cf04;
        background: -moz-linear-gradient(top, #30dd19 0%, #04cf04 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30dd19), color-stop(100%,#04cf04));
        background: -webkit-linear-gradient(top, #30dd19 0%,#04cf04 100%);
        background: -o-linear-gradient(top, #30dd19 0%,#04cf04 100%);
        background: -ms-linear-gradient(top, #30dd19 0%,#04cf04 100%);
        background: linear-gradient(to bottom, #30dd19 0%,#04cf04 100%);
        border: 1px solid #30dd19;
        width: 47%;
    }

        .big-red:disabled, .big-red.but-green:disabled {
            border: 1px solid #333;
            background: #676767;
            color: #333;
        }

    .big-red.full {
        border: 1px solid red;
        background: none;
        color: ff3019;
        font-size: 17px;
        text-align: center;
        width: 98%;
    }


.new-bet {
    font-size: 17px;
    color: #cf0404;
    margin: 10px auto;
    margin-left: 660px;
    background: none;
    border: none;
}

.small-red {
    background: #ff3019;
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
    background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
    background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
    border: 1px solid #F62815;
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    margin: 0;
}

    .small-red.but-green {
        background: #04cf04;
        background: -moz-linear-gradient(top, #30dd19 0%, #04cf04 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30dd19), color-stop(100%,#04cf04));
        background: -webkit-linear-gradient(top, #30dd19 0%,#04cf04 100%);
        background: -o-linear-gradient(top, #30dd19 0%,#04cf04 100%);
        background: -ms-linear-gradient(top, #30dd19 0%,#04cf04 100%);
        background: linear-gradient(to bottom, #30dd19 0%,#04cf04 100%);
        border: 1px solid #30dd19;
    }

nav ul {
    border: medium none;
    list-style: none outside none;
}

#lottery-nav ul {
    display: block;
    height: 35px;
    width: 758px;
    margin: 0;
    padding: 0;
}

nav ul a:hover, nav ul a:active, nav ul a:focus {
    color: #FFFFFF;
}

#lottery-nav {
    color: #FAFAFA;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    transition: color 0.4s ease-in-out 0s;
}

    #lottery-nav li {
        float: left;
        list-style: none outside none;
        margin: 4px 0 0;
        text-align: center;
    }

        #lottery-nav li a, #lottery-nav li div {
            font-size: 17px;
            position: relative;
            z-index: 9;
            display: block;
            border: 1px solid #444444;
            border-bottom: none;
            font-weight: normal;
            ;
            text-transform: uppercase;
            height: 18px;
            text-decoration: none;
            width: 182px;
            color: #CDCDCD;
            background: none repeat scroll 0 0 #353334;
            border-radius: 3px 3px 0 0;
            margin: -1px 5px -2px 0;
            padding: 7px 0;
            cursor: pointer;
        }

            #lottery-nav li a:hover, #lottery-nav li div:hover {
                color: #CDCDCD;
            }

        #lottery-nav li .shadowed {
            background: none repeat scroll 0 0 #353334;
            top: -1px;
            color: #666;
        }

.logged-off {
    background: none repeat scroll 0 0 #000000;
}

.ondiss-game-lobby-container {
    border: medium none;
    margin: 0 auto;
    border-radius: 4px 4px 4px 4px;
}

.logged-off #lottery-nav {
    display: none;
}

.logged-in header-hint {
    display: none;
}

.logged-in .ondiss-game-lobby-container {
    background: #333;
    border: 1px #444 solid;
    border-radius: 0px 4px 4px 4px;
}

.logged-in .ondiss-game-container {
    background: #353334;
    border: 1px #444 solid;
    border-radius: 0px 4px 4px 4px;
}

.horizontal-middle {
    width: 95%;
    margin: auto;
}

.mobile input[type="radio"] {
    display: none;
}

    .mobile input[type="radio"] + label {
        display: inline-block;
        background: -moz-linear-gradient(top, #333 0%, #494949 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#494949)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #333 0%,#494949 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #333 0%,#494949 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #333 0%,#494949 100%); /* IE10+ */
        background: linear-gradient(to bottom, #333 0%,#494949 100%); /* W3C */
        font-weight: bold;
        color: #cdcdcd;
        height: 36px;
        padding: 10px;
        font-size: 11px;
        border: 1px solid #444;
        border-radius: 3px;
        box-sizing: border-box;
        cursor: pointer;
        user-select: false;
        -webkit-user-select: none;
    }

    .mobile input[type="radio"]:checked + label {
        background: #ff3019;
        color: white;
    }

.ondiss-game-body div div.redoblona-btn {
    float: right;
}


.mobile input[type="checkbox"] {
    display: none;
}

    .mobile input[type="checkbox"] + label {
        display: inline-block;
        font-weight: bold;
        color: #cdcdcd;
        height: 36px;
        padding: 10px 28px;
        font-size: 11px;
        border: 1px solid #ff3019;
        border-radius: 1px;
        box-sizing: border-box;
        cursor: pointer;
        user-select: false;
        -webkit-user-select: none;
        margin: 0 5px;
    }

    .mobile input[type="checkbox"]:checked + label {
        background: #555;
        color: white;
    }

.currencyinput {
    color: #222;
    border: none;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    text-indent: 2px;
    font-size: 16px;
    height: 32px;
    line-height: 33px;
    text-align: right;
    padding: 2px;
    position: absolute;
}

.txt-bet-number {
    width: 54px;
}

.ondiss-game-bet-head .buttons, .ondiss-game-head .buttons {
    text-align: right;
    float: right;
    margin-right: 5px;
}

.ondiss-game-head .amount-status {
    float: right;
}

.right-buttons {
    text-align: right;
}

.quiniela-bet-ticket {
    width: 768px;
    margin: auto;
    padding: 4px;
    margin-top: 20px;
    border: 1px solid #666;
    box-sizing: border-box;
}

.deposit-errors .MessageBoxError {
    margin: 10px 0 0;
}

.MessageBoxError, .MessageBoxSuccess, .MessageBoxWarning {
    background: url("img/ico/msgbox_icon_error.png") no-repeat scroll 0 1px #CF0404;
    border: 1px solid #F62815;
    border: 1px solid #F62815;
    border-radius: 2px 2px 2px 2px;
    clear: both;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    line-height: 14px;
    font-family: Arial,sans-serif;
    /*margin: auto 15px;*/
    /*min-height: 29px;*/
    padding: 8px 15px 8px 33px;
}

.MessageBoxSuccess {
    background: url("img/ico/msgbox_icon_ok.png") no-repeat scroll -5px -4px #137a13;
    border: 1px solid #292;
}

.MessageBoxWarning {
    background: url("img/ico/msgbox_icon_warning.png") no-repeat scroll 2px 1px #CF0404;
    border: 1px solid #F62815;
}

quiniela-bet-ticket .MessageBoxError, quiniela-bet-ticket .MessageBoxSuccess, quiniela-bet-ticket .MessageBoxWarning {
    width: auto;
}

.mobile-bet-result-head {
    font-weight: bold;
    color: #ccc;
    font-size: 15px;
    padding: 8px;
    color: red;
}

.mobile-bet-result-body, .mobile-betting-results {
    margin: 5px 0;
    font-weight: bold;
    color: #ccc;
    font-size: 12px;
    padding: 8px;
    background: none repeat scroll 0 0 #292929;
}

.mobile-betting-results-head {
    color: #FFF;
    font-size: 12px;
    background: none repeat scroll 0 0 #494949;
}

input[type=text].GH_Input {
    background: none repeat scroll 0 0 #292929;
    border: 0 none;
    border-radius: 3px;
    color: #eee;
    border: 1px solid #555;
    text-indent: 0 !important;
    width: 250px;
    margin: 20px;
    font-size: 15px;
    height: 30px;
    box-sizing: border-box;
}

.images-box {
    margin-left: 10px;
}

.lottery-oficial-results .small-red {
    margin: 20px 0;
    height: 30px;
    width: 110px;
    padding: 0;
}

.GH_Header td, .GH_Header th {
    width: 25%;
    font-family: 'var(--condensed-bold)';
    text-align: center;
    font-weight: bold;
    ;
    font-size: 13px;
    height: 30px;
    text-transform: uppercase;
    color: #222;
    text-shadow: none;
    border: 1px solid #222;
}

.withdraw-grid-container .GH_Header td, .GH_Header th {
    border: none;
}

td.GH_Header div {
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    background: linear-gradient(to bottom, #FF3019 0%, #CF0404 100%) repeat scroll 0 0 #FF3019;
    border: 1px solid #F62815;
    border-radius: 3px;
    width: 346px;
}

.BonusContainer td.GH_Header div {
    border: 0px solid #000;
}


.mobile .game-menu-box, .mobile .game-menu-box.right {
    width: auto;
    padding: 0;
    float: left;
    margin: 0;
    height: auto;
    position: inherit;
    box-sizing: border-box;
    width: 100%;
}

.mobile .horizontal-middle {
    width: 100%;
    display: inline-block;
}

.mobile .ui-submit {
    width: 98%;
    margin: 1%;
    border: none;
    ;
    color: white;
    text-shadow: none;
    box-sizing: border-box;
}

#lottery-nav.mobile-buttons ul {
    width: 100%;
}

#lottery-nav.mobile-buttons li {
    width: 48%;
    margin: 2% 1%;
}

    #lottery-nav.mobile-buttons li a, #lottery-nav.mobile-buttons li div {
        font-size: 13px;
        font-family: 'var(--condensed-bold)';
        display: inline-block;
        padding: 0;
        margin: 0;
        height: 35px;
        line-height: 35px;
        box-sizing: border-box;
        border-radius: 2px;
        width: 100%;
        border: 1px solid #666;
    }

.mobile .ui-btn-hidden {
    background: none;
}

.mobile .ondiss-game-lobby-container .game-desc {
    display: none;
}

.mobile .game-img.la-quiniela img, .game-img.quini-express img {
    display: inline;
    width: auto;
    float: left;
    margin: 20px;
}

.mobile .ondiss-game-container {
    width: auto;
    padding: 0;
}

.mobile .quiniela-bet-ticket {
    position: relative;
    width: 98%;
    display: inline-block;
    padding: 0;
    margin: 1%;
}

.mobile .ondiss-game-head {
    padding: 6px 0;
    width: 98%;
    height: auto;
    margin: 1%;
    display: inline-block;
    font-size: 13px;
}

.mobile .ondiss-game-buttons {
    margin: auto;
    width: 100%;
}

.mobile .ondiss-game-bet-head {
    width: 98%;
    height: auto;
    margin: 0 1% 1% 1%;
    display: inline-block;
}

.mobile .ondiss-game-head div {
    float: left;
    display: inline-block;
}

.mobile .right-buttons {
    text-align: right;
    /* width: 100%; */
    display: inline-block;
    float: right;
}

.mobile .new-bet, .mobile .big-btn, .mobile .big-red, .mobile .small-red {
    color: #FFF;
    font-size: inherit;
    text-align: center;
    ;
    font-family: 'var(--condensed-bold)';
    /* width: auto; */
    border-radius: 2px;
    margin: auto;
    /* height: auto; */
    line-height: inherit;
    border: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mobile .quiniela-bet-ticket.in-edition {
    position: fixed;
    z-index: 999;
    width: 98%;
    height: 100%;
    display: inline-block;
    top: 48px;
    margin: 1%;
    background: #292929;
    left: 0;
    border: none;
}

.mobile .ondiss-game-body {
    width: 100%;
}

.mobile select, input[type=text].loterie-calendar {
    width: 96%;
    margin: 2%;
    padding: 0;
}

.mobile input[type=text] {
    height: auto;
}

.mobile .currencyinput {
    z-index: 9;
}

.mobile .ui-input-search, div.ui-input-text {
    margin: auto;
}

.mobile .loterie-drop-down {
    width: 96%;
    margin: 2%;
}

.mobile .ondiss-game-ctrl {
    width: 100%;
}

.mobile .ondiss-game-body div.numbers, .mobile .ondiss-game-body div.bet-amount {
    width: 98%;
    margin: 1%;
    height: auto;
    display: inline-block;
}

.mobile .ondiss-game-bet-head .buttons, .mobile .ondiss-game-head .buttons {
    text-align: right;
    float: right;
    margin-right: 0;
    width: 100%;
}

.mobile .ui-checkbox .ui-btn-icon-left .ui-icon, .ui-radio .ui-btn-icon-left .ui-icon {
    display: none;
}

.mobile .ondiss-game-bet-head span {
    display: inherit;
}

.mobile input[type="radio"] + label {
    background: -moz-linear-gradient(top, #222 0%, #494949 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#494949)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #222 0%,#494949 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #222 0%,#494949 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #222 0%,#494949 100%); /* IE10+ */
    background: linear-gradient(to bottom, #222 0%,#494949 100%); /* W3C */
    font-weight: bold;
    color: #cdcdcd;
    height: auto;
    padding: 0;
    font-size: inherit;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    user-select: false;
    -webkit-user-select: none;
    padding: 0;
    width: 100%;
    /* height: 30px; */
    display: inline-block;
    text-align: center;
    text-shadow: none;
}

input[type="radio"]:checked + label {
    background: var(--primary-color-og);
    /*background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);*/
    color: white;
}

.ui-controlgroup-horizontal .ui-select .ui-btn-text {
    width: auto;
    font-size: 12px;
}

input[type="radio"] + label {
    box-sizing: border-box;
    text-shadow: none;
    border: none;
}

.mobile .ui-checkbox, .ui-radio {
    width: 100%;
}

.mobile .ui-radio .ui-btn-icon-left .ui-btn-inner {
    padding: 10px;
}

.mobile .ui-checkbox .ui-btn-icon-left .ui-btn-inner {
    padding: 0;
}

.mobile .quiniela-bet-ticket .ui-submit:last-of-type, .mobile .horizontal-middle .ui-submit:last-of-type {
    background: #04cf04;
    background: -moz-linear-gradient(top, #30dd19 0%, #04cf04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30dd19), color-stop(100%,#04cf04));
    background: -webkit-linear-gradient(top, #30dd19 0%,#04cf04 100%);
    background: -o-linear-gradient(top, #30dd19 0%,#04cf04 100%);
    background: -ms-linear-gradient(top, #30dd19 0%,#04cf04 100%);
    background: linear-gradient(to bottom, #30dd19 0%,#04cf04 100%);
}

.mobile .horizontal-middle .ui-submit:first-of-type {
    background: #202020;
    background: -moz-linear-gradient(top, #404040 0%, #202020 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#202020));
    background: -webkit-linear-gradient(top, #404040 0%,#202020 100%);
    background: -o-linear-gradient(top, #404040 0%,#202020 100%);
    background: -ms-linear-gradient(top, #404040 0%,#202020 100%);
    background: linear-gradient(to bottom, #404040 0%,#202020 100%);
}

.mobile .quiniela-bet-ticket .ui-submit {
    width: auto;
    margin: 2px;
    float: left;
}

.mobile .quiniela-bet-ticket .ondiss-game-bet-head .ui-submit {
    width: 48%;
    margin: 1%;
}

.mobile div.ui-input-text input.ui-input-text,
.mobile div.ui-input-text textarea.ui-input-text, .mobile .ui-input-search input.ui-input-text {
    background: rgb(245, 244, 244);
    color: #fff;
    border-radius: 1px;
}

.mobile div.ui-input-text {
    padding: 0;
}

.mobile .ui-select .ui-btn {
    background: #202020;
    background: -moz-linear-gradient(top, #404040 0%, #202020 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#202020));
    background: -webkit-linear-gradient(top, #404040 0%,#202020 100%);
    background: -o-linear-gradient(top, #404040 0%,#202020 100%);
    background: -ms-linear-gradient(top, #404040 0%,#202020 100%);
    background: linear-gradient(to bottom, #404040 0%,#202020 100%);
    color: white;
    text-shadow: none;
    border: none;
    font-family: 'var(--condensed-bold)';
    ;
}

.mobile .ui-select .ui-btn-icon-right .ui-btn-inner, .ui-select .ui-li-has-count .ui-btn-inner {
    font-size: 17px;
}

.mobile .ondiss-game-body div.numbers input[type=text], .mobile .ondiss-game-body div.bet-amount input[type=text] {
    width: 100px;
}

.mobile .MessageBoxError, .mobile .MessageBoxSuccess, .mobile .MessageBoxWarning {
    border: none;
    margin: 0;
    width: 95%;
    margin: 10px 0;
    display: inline-block;
}

.mobile .lottery-oficial-results .results-grid, .mobile .lottery-oficial-results .results-grid {
    width: 100%;
    padding: 0;
    border-spacing: 0px;
    margin: 0;
}

.mobile .GH_Header td, .GH_Header th {
    font-size: 11px;
    width: auto;
}

.mobile .ui-submit.calendar-button {
}

::-webkit-input-placeholder {
    color: white !important;
}

::-ms-input-placeholder {
    color: white !important;
}

::placeholder {
    color: white !important;
}

.deposit::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000000;
    opacity: 1;
}

.deposit:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF;
    opacity: 1;
}

.deposit::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFFFFF;
    opacity: 1;
}

.deposit:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFFFFF;
}

.login-page ::-webkit-input-placeholder {
    color: #717171;
}

.login-page ::-moz-placeholder {
    color: #717171;
}

.login-page :-ms-input-placeholder {
    color: #717171;
}

.login-page :-moz-placeholder {
    color: #717171;
}

.PlayerPreLoad ::-webkit-input-placeholder {
    color: #717171;
}

.PlayerPreLoad ::-moz-placeholder {
    color: #717171;
}

.PlayerPreLoad :-ms-input-placeholder {
    color: #717171;
}

.PlayerPreLoad :-moz-placeholder {
    color: #717171;
}

.PlayerPreLoad .ui-submit, .my-account-box-container .ui-btn-up-a {
    background-color: rgb(213, 105, 44);
    border-color: rgb(213, 105, 44);
    color: rgb(255, 255, 255);
    width: 100%;
}

.PlayerPreLoad > div .text-preregister ul,
.content-pagos > ul,
.PlayerPreLoad > div ul {
    padding: 0px;
}

.my-account-box-container ul {
    padding: 0px;
}

.my-account-box-container .termsAndConditions {
    display: table;
}

.PlayerPreLoad .text-preregister h3 {
    padding: 0 !important;
}

.PlayerPreLoad .text-preregister ul {
    padding: 0px;
}

.PlayerPreLoad .ui-btn-down-c, .PlayerPreLoad .ui-btn-up-c, .my-account-box-container .ui-btn-up-c, .my-account-box-container .ui-btn-down-c {
    background-color: #353334;
    color: white;
}

.PlayerPreLoad .caja-reg div.ui-input-text {
    padding: 0 1em;
    background-color: #353334;
    color: #fff;
    border: 1px solid #353334;
    box-shadow: none;
}

.PlayerPreLoad .confirmationMessage {
    font-size: 15px;
    text-align: center;
    margin: 50px 0;
    color: white;
    padding: 10px;
    border: 2px solid #d5692c;
}

.PlayerPreLoad .caja-reg .btnBack .ui-submit {
    float: left;
}

.PlayerPreLoad .caja-reg .ui-submit {
    width: 120px;
}

.PlayerPreLoad .caja-reg div.ui-input-text ::placeholder {
    color: #CCCCCC !important;
}

.PlayerPreLoad .caja-reg .ui-input-text {
    font-size: 12px;
}

.PlayerPreLoad .caja-reg .ui-select {
    font-size: 12px !important;
    color: white !important;
}

.lottery-oficial-results div.ui-input-text {
    width: 40%;
    display: inline-block;
    float: left;
    margin: 5px;
}

.lottery-oficial-results .txt-date {
    text-align: center;
}

.lottery-oficial-results .ui-submit {
    width: 50%;
    margin: 5px;
    display: inline-block;
    float: left;
}

.lottery-oficial-results h2 {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.invisible {
    display: none;
}

.submenu {
}

    .submenu ul {
        background: #9e2424;
        top: 0px;
        position: relative;
        width: 100%;
        max-width: calc(100vw - 10px) !important;
        overflow-x: hidden;
        right: 5px;
        float: right;
        max-height: 487px;
        overflow-x: hidden;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
    }

        .submenu ul .ui-btn-active {
            background: #840A2D;
        }

        .submenu ul li {
        }

.askToPlayForBonus {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    text-align: center;
    top: 0px;
}

.askToPlayForBonus .verticaling a#playForBonus {
}

    .askToPlayForBonus .verticaling a#playForCash {
        color: white;
    }

    .askToPlayForBonus .verticaling .text-bonus {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 10px 0;
        font-family: arial;
        ;
    }

        .askToPlayForBonus .verticaling .text-bonus span {
            color: #CE9191;
        }

.verticaling {
    position: relative;
    top: 20%;
}

.askToPlayForBonus .verticaling a {
    background: #36c22e;
    display: inline-block;
    height: 50px;
    width: 165px;
    font-size: 21px !important;
    padding: 10px 0;
    margin: 5px;
    text-align: center !important;
    border-radius: .4em;
}

    .askToPlayForBonus .verticaling a b {
        font-size: 10px;
        font-family: Arial;
        letter-spacing: 0;
    }

/****************CANCELAR BONUS**************/

.askToPlayForBonusCancelBonus {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    text-align: center;
    top: 0px;
}

    .askToPlayForBonusCancelBonus .verticaling a#playForBonus {
    }

    .askToPlayForBonusCancelBonus .verticaling a#playForCash {
        color: white;
    }

    .askToPlayForBonusCancelBonus .verticaling .text-bonus {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 10px 0;
        font-family: arial;
        
    }

        .askToPlayForBonusCancelBonus .verticaling .text-bonus span {
            color: #CE9191;
        }

    .askToPlayForBonusCancelBonus .verticaling a {
        background: #36c22e;
        display: inline-block;
        height: 50px;
        width: 165px;
        font-size: 21px;        
        padding: 10px 0 0 0;
        margin: 5px;
    }

        .askToPlayForBonusCancelBonus .verticaling a b {
            font-size: 10px;
            font-family: Arial;
            letter-spacing: 0;
        }

/********** PRE-REGISTRO **********/

.preRegResultPopup {
    background: #fff;
    position: fixed;
    z-index: 999;
    height: auto;
    top: 65px;
    left: 10%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    height: auto;
    width: 70%;
}

    .preRegResultPopup p span.registro-exitoso {
        background: url("img/ico/registro-ok.png") no-repeat center top transparent;
        font-size: 17px;
        height: 32px;
        display: inline-block;
        padding-top: 46px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }

    .preRegResultPopup p {
        font-size: 15px;
        font-size: 15px;
        margin: 10px 0;
        padding: 0 39px;
        font-weight: bold;
        color: rgb(119, 119, 119);
        text-shadow: none;
    }

    .preRegResultPopup .ui-btn-up-a {
        background: var(--primary-color-bl);
        border: solid 1px var(--primary-color-bl);
        border: 0;
        width: 100%;
    }

.caja-reg .fix-iphone {
    display: inline-block;
}

.caja-reg.date-dateTransfer {
    float: left;
    width: 100%;
}

    .caja-reg.date-dateTransfer > div {
        margin: 4px 0;
        padding: 0;
    }

.cmb-bank {
    float: left;
    width: 100%;
    border: 0px;
    padding: 0px;
    margin-bottom: 5px;
    min-height: 35px;
}

/*.cmb-bank .ui-select {
    margin-bottom:9px !important;
}*/

div.ui-input-text {
    padding: 0 1em;
    background-color: #121212;
    color: #fff;
    border: 1px solid #353535;
    box-shadow: none;
}

/*.depositTransfer {
     padding:2%;
 }*/

.depositTransfer div.ui-input-text {
    margin-bottom: 9px;
    display: flex;
    /*margin-left: 9px;
        margin-right: 9px;*/
    margin-top: 2px;
    /*background: #eee;*/
    border-radius: 4px;
}

    .depositTransfer div.ui-input-text input {
        text-align: center;
        /*color:black;*/
        font-size: small;
        min-height: 25px;
    }

.login-page div.ui-input-text {
    background-color: #ffffff;
    border: none;
}

.logo-mobile {
    background: url("https://www.casinoclubonline.bet.ar/media/4002674/cco-logo-top-nav-2025.svg") no-repeat center top transparent;
    width: 100%;
    height: 200px;
    display: block;
    margin: 2em auto 4em;
}

.menu-nav.ui-btn-up-a, .ui-btn-hover-a.menu-nav {
    background: url(img/mobile/menu-3lines-icon.svg) no-repeat 4px center; /*#770300; border-radius: 20px;*/
    background-size: 48px;
    width: 51px;
    display: block;
    margin: 0;
    left: 0;
    top: 4px;
    float: left;
    border: none;
    padding: 1px;
}

.menu-nav.ui-btn-hover-a {
    border: none;
}

.menu-nav.ui-btn-down-a {
    background: url(img/mobile/menu-3lines-icon.svg) no-repeat 4px center; /*#770300; border-radius: 20px;*/
    border: none;
    width: 49px;
}

.menu-nav > .ui-btn-inner > .ui-btn-text {
    display: none;
}

.passilvida a {
    border: 1px solid #fcfcfc;
    padding: 1em;
    font-size: 13px;
    font-weight: normal !important;
    display: inline-block;
    margin: 0 auto;
    text-transform: none;
    border-radius: 0.4em;
}

.registerya a {
    padding: 1.4em;
    font-size: 13px;
    font-weight: normal !important;
    display: inline-block;
    margin: 0 auto;
    text-transform: none;
}

.ui-header .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner {
    height: 20px;
    padding: 15px;
}

.ui-controlgroup .ui-li-has-arrow .ui-btn-inner a.ui-link-inherit {
    min-width: 660px;
    padding-right: 150px;
}

.ui-btn-icon-right > .ui-btn-inner > .ui-icon.ui-icon-arrow-r {
    box-shadow: none;
}

.ui-btn-up-c:visited, .ui-btn-up-c a.ui-link-inherit {
    color: #000;
}

.ui-controlgroup .ui-shadow:not(.ui-focus) .submenu .ui-input-search .ui-input-clear .ui-btn-inner {
    height: 30px;
    padding: 1.2em;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 250px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10000003; /* Stay on top */
    top: 0;
    left: -250px;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 10px;*/ /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 0px;
        text-decoration: none;
        font-size: 14px;
        color: #818181;
        display: block;
        transition: 0.3s;
        margin: 0 3px;
        font-weight: normal !important;
    }

        .sidenav a:not(.logo-img):not(.itemorange) {
            border-bottom: 1px solid #666;
        }
        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

.btn-deposit {
    border-bottom: none !important;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 15px;
    margin-left: 50px;
}

/*CLOCK*/

.clock {
    text-align: center !important;
    padding: .7em !important;
    line-height: normal !important;
    min-height: auto !important;
    font-size: .9rem !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #171717;
    margin: .8em 0 0 !important;
}

.infotooltip {
    margin: 0 !important;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/*#main {
    transition: margin-left .5s;
    padding: 20px;
}*/

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


@media screen and (max-width: 768px) {

    .ui-controlgroup .ui-li-has-arrow .ui-btn-inner a.ui-link-inherit {
        min-width: 460px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 460px) {

    .ui-controlgroup .ui-li-has-arrow .ui-btn-inner a.ui-link-inherit {
        min-width: 300px;
        padding-right: 60px;
    }
}


@media screen and (max-width: 360px) {
    .submenu form.ui-listview-filter:hover {
        width: 100%;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
    }

    .ui-controlgroup .ui-li-has-arrow .ui-btn-inner a.ui-link-inherit {
        min-width: 250px;
        padding-right: 50px;
    }
}


@media screen and (max-width: 320px) {

    a.logo-img {
        height: 37px;
        width: 98px;
        background: url(img/mobile/logo-mobile.svg) center center no-repeat;
    }


    .ui-controlgroup .ui-li-has-arrow .ui-btn-inner a.ui-link-inherit {
        min-width: 200px;
        padding-right: 30px;
    }
}


.sidenav .profile-log {
}

.sidenav #slideItems {
    padding: 0 5px;
    overflow-y: scroll;
    min-height: calc( 100% - 85px);
    /*-webkit-overflow-scrolling: touch;*/
}

    .sidenav #slideItems li a {
        padding: 7px 0;
        color: #ffffff;
        font-family: var(--condensed);
        font-size: 20px !important;
    }

    .sidenav #slideItems ul {
        padding-left: 0px;
        
    }

#slideItems ul li:nth-child(2) {
    position: relative;
    padding-right: 30px; /* Espacio para la X */
}

.login #slideItems ul li:nth-child(2)::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3Cline x1='6' y1='18' x2='18' y2='6'/%3E%3C/svg%3E");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
}


.itemorange {
    color: var(--primary-color-og) !important;
}

#slideItems li a:hover {
    padding: 7px 0;
    color: #FFF;
}

.link {
    padding-left: 15px;
}

.notlogin #slideItems li a {
    padding: 7px 0;
}

    .notlogin #slideItems li a.last {
        border-bottom: 1px solid #666;
    }

.head a::after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    padding-right: 5px;
    text-decoration: none;
    float: right;
    width: 16px;
    height: 16px;
}

.changed {
    content: "";
    background: url(/css/styles/img/mobile/arrow-up.png) no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    top: 0;
    transform: rotate(0deg);
    color: blueviolet;
}

.sidenav .profile-log div.ui-input-text {
    padding: 0;
    background-color: transparent;
    color: #fff;
    border: none;
    display: inline-block;
}

.sidenav .profile-log .profile-primero {
    padding-left: 8px;
    margin-top: 10px;
}

    .sidenav .profile-log .profile-primero .imgProfile {
        background: url(img/mobile/perfil.png) no-repeat scroll 4px 2px var(--primary-color-bl);
        background-size: 75%;
        width: 30px;
        height: 30px;
        display: inline-block;
        border-radius: 20px;
    }

    .sidenav .profile-log .profile-primero input {
        text-transform: capitalize;
        display: inline-block;
        font-weight: normal;
        font-size: small;
        margin: 0 10px;
        float: left;
    }

.lblProfileName {
    font-weight: 200;
    font-family: var(--light);
    min-height: 1.4em;
    line-height: 1.4em;
    font-size: 16px;
    display: inline-block;
    padding: 0 0.4em;
}

.sidenav .profile-log .profile-segundo {
    background: #3e3e3e;
    margin-top: 10px;
    position: relative;
    height: 40px;
}

.sold {
    color: var(--primary-color-og);
    font-size: smaller;
    position: absolute;
    top: 5px;
    text-shadow: none;
    left: 0.7em;
    font-weight: normal;
}

    .sidenav .profile-log .profile-segundo input.sold {
        color: var(--primary-color-og);
        font-size: smaller;
        position: absolute;
        top: -14px;
        font-weight: bold;
        text-shadow: none;
    }

.lblFunds {
    position: absolute;
    left: 0.5em;
    padding: 0;
    text-shadow: none;
    padding-top: 2px;
    font-weight: 200;
    font-family: var(--light);
    min-height: 1.4em;
    line-height: 1.4em;
    font-size: 16px;
    display: block;
    width: auto;
    top: 0.9em;
}

    .sidenav .profile-log .profile-segundo input.lblFunds {
        position: absolute;
        left: -3px;
        padding: 0;
        text-shadow: none;
        padding-top: 2px;
        font-weight: 200;
    }

    .sidenav .profile-log .profile-segundo input {
        display: inherit;
        width: 100px;
    }

.sidenav .profile-log .profile-segundo a {
    background: var(--primary-color-og) !important;
    color: #fff !important;
    float: right !important;
    text-transform: uppercase;
    height: 16px !important;
    text-indent: 0 !important;
    width: 100px !important;
    text-align: center;
    margin: 0.5em !important;
    text-shadow: none;
    padding: 5px;
}


.sidenav .profile-log .profile-tercero {
    border-bottom: 1px solid #666;
    margin-top: 0;
    position: relative;
    height: 45px;
    margin: 0 7px -10px;
}

    .sidenav .profile-log .profile-tercero input.sold {
        color: #CE9191;
        font-size: 12px;
        position: absolute;
        top: -10px;
        left: -7px;
        ;
        font-weight: bold;
    }

    .sidenav .profile-log .profile-tercero input.lblBonusFunds {
        font-size: 12px;
        position: absolute;
        top: 6px;
        left: -12px;
    }

    .sidenav .profile-log .profile-tercero input {
        display: inherit;
        width: 100px;
    }

.sidenav .profile-log input {
    margin: 0 10px !important;
    font-weight: normal;
}

.sidenav .slideFooter {
    display: inline-flex;    
    width: 100%;
    height: auto;
}

    .sidenav .slideFooter > img {
        height: 35px;
        margin: auto;
    }

    .sidenav .slideFooter div {
        margin: auto;
    }

        .sidenav .slideFooter div > img {
            margin: auto;
            height: 30px;
        }

    .sidenav .slideFooter a {
        border-bottom: none !important;
        /*border: 0;
    display: inline-block;
    float: left;
    margin: 5px;
    width: 26%;*/
    }

    .sidenav .slideFooter p {
        margin: 0;
    }

        .sidenav .slideFooter p > a {
            padding: 0;
        }

.homeGames h2 {
    font-size: 1em;
    padding: 5px;
    margin-left: 10px;
    height: 15px;
}

.sidenav .slideFooter a img {
    /*height:50%*/
}

.sidenav .slideFooter a[href^="http://casino-online.com.ar/"] img {
    width: 100% !important;
    position: relative;
}

.sidenav .slideFooter a[href^="http://loteriadesantacruz.gob.ar"] img {
    width: 100% !important;
}

.sidenav .slideFooter a[href^="http://www.juegoresponsable.com.ar/"] img {
    width: 100% !important;
}

.sidenav .slideFooter a[href^="http://www.isslapampa.gov.ar/dafas/"] img {
    width: 100% !important;
    position: relative;
}

.sidenav .slideFooter a[href^="http://www.ondiss.com"] img {
    width: 100% !important;
    position: relative;
}

.full {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 21; /* Stay on top */
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #000; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    /*transition: 0.5s;*/ /* 0.5 second transition effect to slide in the sidenav */
}

.vuelva-login {
    background: url(img/mobile/vuelva.png) right center no-repeat;
    height: 35px;
    width: 35px;
    display: block;
    text-indent: -999em;
    position: absolute;
    top: 20px;
    left: 20px;
}

.ui-icon, .ui-icon-searchfield:after {
    background-color: transparent;
}

    .ui-icon.ui-icon-search, .ui-icon-searchfield:after {
        background-color: var(--primary-color-og);
    }

.ui-icon-searchfield:after {
    background: url('/images/santacruz/search-solid.svg') no-repeat scroll 0 0 transparent;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -9px;
    content: "";
    width: 21px;
    height: 22px;
    opacity: 1;
}

.placeholder {
    color: #FFFFFF;
}

::-webkit-input-placeholder {
    color: #FFFFFF;
}

::-moz-placeholder {
    color: #FFFFFF;
}

:-ms-input-placeholder {
    color: #FFFFFF;
}

input:-moz-placeholder {
    color: #FFFFFF;
}

.modal .close-popup-icon.red {
    background: url("img/bg/close_btns.png") right center no-repeat;
    background-size: 60px;
}

form[action^="/login"] #siteHeader, form[action^="./login"] #siteHeader, form[action^="/login"] #siteFooter {
    display: none;
    padding-top: 0 !important;
}

form[action="/"] #siteFooter, form[action^="/?"] #siteFooter,
form[action="./"] #siteFooter, form[action^="./?"] #siteFooter {
    display: inline;
}

#siteContent {
    padding: 0 0;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 46px);
    height: -webkit-calc(100vh - 46px);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: inherit;
}

form[action="/"] #siteContent,
form[action="/slots"] #siteContent,
form[action="/bingo"] #siteContent,
form[action="/casinolive"] #siteContent,
form[action="/promociones"] #siteContent
form[action="/deportes"] #siteContent
/*,form[action="/micuenta/myaccount"] #siteContent*/ {
    background: rgb(25,15,52);
    background: linear-gradient(0deg, rgba(25,15,52,1) 0%, rgba(63,39,128,1) 100%);
    );
}

/*form[action="/contactos"] #siteFooter, 
form[action="/consultas"] #siteFooter,
form[action="/medios-de-pago"] #siteFooter,
form[action="/legales"] #siteFooter, */
form[action="/micuenta/security-validation-items"] #siteFooter,
/*form[action="/micuenta/myaccount"] #siteFooter,*/
form[action="/login"] #siteFooter,
form[action="/register"] #siteFooter {
    display: none;
}

form[action="/login"] #siteContent {
    /*background: linear-gradient(0.5turn, #d7d7d7, #ffffff, #d7d7d7);*/
    /*height: calc( 100vh - 46px) !important;*/
    padding-top: 46px;
}

div[data-url="/login"], div[data-url^="/login?"] {
    padding-top: 0 !important;
}

form[action="/forgotPassword"] #siteContent,
form[action="/micuenta/security-validation-items"] #siteContent,
form[action="/contactos"] #siteContent,
form[action="/promociones"] #siteContent,
form[action="/consultas"] #siteContent,
form[action="/medios-de-pago"] #siteContent,
form[action="/juego-responsable"] #siteContent,
form[action="/legales"] #siteContent,
form[action="/juego-responsable"] #siteContent,
form[action="/register"] #siteContent,
form[action="/micuenta/security-validation-items"] #siteContent {
    height: calc( 100vh - 46px) !important;
    width: calc( 100% - 30px );
    padding: 0 15px;
}

form[action="/slots"] #siteContent, form[action="/casinolive"] #siteContent, form[action="/bingo"] #siteContent {
    /*padding-bottom: 19px;*/
}

[data-role="page"] {
    padding-bottom: 0 !important;
    min-height: unset !important;
    height: auto; /*calc( 100vh - 46px) !important;*/
}

div[data-url="/login"] #siteFooter, div[data-url="/register"] #siteFooter {
    display: none;
}

form[action="/"] .owl-carousel .owl-wrapper, form[action^="/?"] .owl-carousel .owl-wrapper,
form[action="./"] .owl-carousel .owl-wrapper, form[action^="./?"] .owl-carousel .owl-wrapper,
form[action="/promociones"] .owl-carousel .owl-wrapper {
    padding: 0;
}

@media screen and (max-height: 568px) {
    .sidenav #slideItems {
        overflow-y: hidden;
        padding-bottom: 15px;
    }
}

@media screen and (max-height: 568px) {
    .sidenav .slideFooter {
        position: relative;
    }

    .ui-controlgroup .ui-li-has-arrow .ui-btn-inner a.ui-link-inherit {
        min-width: 200px;
        padding-right: 30px;
    }
}

.ui-footer-fixed {
    padding-bottom: 0;
}

.gameSliderContainer {
    padding-top: 0px;
    padding-bottom: 7px;
}

    .gameSliderContainer h4 {
        margin-top: 0;
    }

.owl-carousel h3 {
    display: none;
}

/*.owl-carousel:not(:last-child):not(.header) {
    margin-bottom: 5px;
}*/

.owl-carousel.grid .sub-item {
    /*margin-bottom: 7px;*/
    width: min-content;
    text-align: -webkit-center;
}

.owl-carousel .owl-item img.owl-lazy {
    max-height: 200px;
}

.homeGames {
    margin-bottom: 10px;
}

.ui-footer-fixed {
    position: relative;
}

.sidenav a.livechatlink {
    background: url(img/ico/whatsappLogo.png) no-repeat scroll 15px 15px transparent;
    background-size: 30px;
    display: block;
    height: 50px;
    width: 55px;
    z-index: 99999;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

span.livechatlink {
    background: url(img/ico/whatsappLogo.png) no-repeat scroll 0 0 transparent;
    width: 35px;
    height: 35px;
    background-size: 30px;
    border: none;
}

.register-steps {
    width: 100%;
    height: 59px;
    margin: 10px auto;
    position: relative;
    display: inline-flex;
}

    .register-steps .step-container {
        display: inline-block;
        width: 49.4%;
        height: 100%;
        text-align: center;
    }

    .register-steps .step {
        width: 60px;
        height: 60px;
        display: inline-block;
        background: url('img/ico/registro-por-pasos-123-sprite.png') no-repeat transparent;
        top: 0;
    }

        .register-steps .step span {
            position: absolute;
            bottom: -27px;
            color: #FFF;
            text-align: center;
            display: inline-block;
        }

    .register-steps .setp-1 {
        background-position: top left;
    }

    .register-steps .setp-2 {
        background-position: top center;
    }

    .register-steps .setp-3 {
        background-position: top right;
    }

    .register-steps .setp-1.current-step-1 {
        background-position: left left;
    }

    .register-steps .setp-2.current-step-2 {
        background-position: center center;
    }

    .register-steps .setp-1.current-step-2, .register-steps .setp-1.current-step-3 {
        background-position: bottom left;
    }

    .register-steps .setp-2.current-step-3 {
        background-position: bottom center;
    }

    .register-steps .setp-3.current-step-3 {
        background-position: bottom right;
    }

@media (max-width: 380px) {
    .register-steps .setp-2 {
        background-position: top center;
        left: 39%;
    }
}


.retiro-options li .otros-bancos-icon {
    background: url("img/ico/otros-bancos.png") no-repeat scroll #FFFFFF;
}

    .retiro-options li .otros-bancos-icon:hover {
        background: url("img/ico/otros-bancos-selected.png") no-repeat scroll #FFFFFF;
    }

.retiro-options li .otros-bancos-icon-selected {
    background: url("img/ico/otros-bancos-selected.png") no-repeat scroll #FFFFFF;
}

.retiro-options li .astropay-method {
    background-color: #efefef;
    background-size: 100%;
    background-position: center;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    background-repeat: no-repeat;
}

    .retiro-options li .astropay-method:hover {
        background-color: #FFFFFF;
        background-size: 100%;
        background-position: center;
        -webkit-filter: grayscale(0);
        filter: none;
        background-repeat: no-repeat;
    }

.retiro-options li .astropay-method-selected {
    background-color: #FFFFFF;
    background-size: 100%;
    background-position: center;
    -webkit-filter: grayscale(0);
    filter: none;
    background-repeat: no-repeat;
}

.retiro-options li .payfun-icon {
    background: url("img/ico/payfun-inactive.jpg") no-repeat scroll #FFFFFF;
    background-size: 140px;
}

.retiro-options li .payfun-icon:hover {
    background: url("img/ico/payfun.jpg") no-repeat scroll #FFFFFF;
    background-size: 140px;
}

.retiro-options li .payfun-icon.disabled:hover {
    background: url("img/ico/payfun-inactive.jpg") no-repeat scroll #FFFFFF;
    background-size: 140px;
}

.retiro-options li .payfun-icon-selected {
    background: url("img/ico/payfun.jpg") no-repeat scroll #FFFFFF;
    background-size: 140px;
}

.retiro-options li a {
    text-decoration: none;
    text-indent: -999em;
    display: block;
    border-radius: 0;
    float: left;
    padding: 8px 0;
    text-shadow: none;
    width: 135px;
    margin: 9px 2px;
    border: 0;
    box-sizing: border-box;
    height: 135px;
}

.retiro-options ul {
    padding: 0;
    margin: 0;
}

.div404 {
    width: 100% !important;
}

.gameLaunchDenom {
    margin: 0px;
    width: 98% !important;
    padding: 1% !important;
}

.gameLaunch .container {
    width: 100% !important;
    margin: 0px !important;
}

.error-txt {
    width: 100% !important;
}

.footerPromo {
    margin-top: -3px;
    margin-bottom: 5px;
}

/*#h2Promo {
    font-family: var(--condensed-bold);
    font-size: 15px !important;
    margin: 5px 15px 0 15px;
    height: 15px;
    color: #FFF !important;
    margin-bottom: 0px !important;
}*/

/*.h2Promo {
    font-size: 15px !important;
    margin: 0 3px;
    height: 15px;
    color: #FFF !important;
    margin-bottom: 0px !important;
    font-weight:bold;
}*/

.linkjoin {
    width: 100%;
    display: inline-flex;
}

    .linkjoin a {
        text-align: center;
        text-transform: uppercase;
        font-family: var(--regular);
        font-weight: normal !important;
        color: #FFF !important;
        background-color: var(--primary-color-og);
        padding: 10px 0;
        width: 95%;
        margin: 0 auto;
    }

.imgPromo {
    width: 100%;
}

.termCondi {
    /*margin: 10px;*/
    color: #FFF;
}

#uljoin {
    padding: 0px;
}

p {
    color: #FFF;
}

.grayscale {
    filter: grayscale(100%);
}

.ui-collapsible ul {
    color: #FFF;
}

.H50 {
    height: 50px;
}

.H100PL5 {
    height: 100px;
    padding-left: 5px;
}

#registersteps, #steps {
    display: block;
    clear: both;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

    #registersteps ul, #steps ul {
        width: 100%;
        padding-left: 1.359;
        padding-left: 8px;
    }

    #registersteps li, #steps li {
        list-style: none;
        float: left;
        width: 31%;
        height: 80px;
        margin: 0 6px 0 0;
        position: inherit;
        background-color: #3c3837;
        text-align: center;
    }

    #steps li {
        height: 110px;
        margin: 0 4px 0 0;
    }

    #registersteps ul li div span.light, #steps ul li div span.light {
        color: #ddd9da;
        font-family: inherit;
        bottom: 1px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 100%;
        font-weight: normal;
        text-transform: uppercase;
    }

    #registersteps ul li div span.reddish, #steps ul li div span.reddish {
        color: var(--primary-color-og);
        font-family: inherit;
        bottom: 1px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 100%;
        font-weight: normal;
        text-transform: uppercase;
    }

    #registersteps .centerspan, #steps .centerspan {
        text-align: center;
        margin-top: -10px;
        font-size: 12px;
    }

    #registersteps ul li h4, #steps ul li h4 {
        font-size: 32px;
        font-weight: normal;
        bottom: 1px;
        left: 0;
        width: 100%;
        text-align: center;
        font-weight: normal;
        color: #fff;
        text-shadow: 1px 1px 0 #121212;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-top: 8px;
    }

    #registersteps li h4, #registersteps li span, #steps li span {
        font-family: ROBOTO-BOLD;
        bottom: 1px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        color: #b5b5b5;
        text-shadow: 1px 1px 0 #121212;
        text-transform: uppercase;
    }

.divTableCell img {
    width: 100%;
    margin-top: 10px;
}

.small-btn-light {
    font-family: var(--regular);
    float: left;
    width: 50%;
    background: var(--primary-color-og);
    color: #FFF !important;
    text-align: center;
    padding: 10px 0;
    font-weight: normal;
}

.small-btn-brown {
    font-family: var(--regular);
    float: left;
    width: 50%;
    background: #FFF;
    color: var(--primary-color-bk) !important;
    text-align: center;
    padding: 10px 0;
    font-weight: normal;
}

#siteFooter .footerAuthorized {
    position: fixed;
    bottom: 30px;
    right: 3px;
}

#siteFooter .depositFloatingButton {
    background: url("img/mobile/boton-flotante-depositar-cco.svg") no-repeat !important;
    height: 4rem !important;
    width: 4rem !important;
    float: right !important;
    background-size: 100% !important;
}

.submitBtnExt {
    padding-right: 490px;
}

.grid .bg-image {
    text-indent: -9999px;
    background-position: center !important;
}

.slide .bg-image {
    background-size: calc( 91vw / 3 ) calc( 91vw / 3 ) !important;
    text-indent: -9999px;
    height: calc( 91vw / 3 );
    background-position: center !important;
}

.btn-group {
    display: inline-flex;
    width: 100%;
}

    .btn-group input {
        display: none;
    }

    .btn-group .ui-radio {
        max-height: 32px;
        bottom: 2px;
    }

        .btn-group .ui-radio .ui-btn-inner, .btn-group .ui-radio .ui-btn-inner .ui-btn-text {
            width: 100%;
            padding: 0;
        }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.ui-radio .btn-secondary:not(:disabled):not(.disabled).active {
    border: none;
}

.btn-group .btn {
    margin: 0;
    border-radius: 0;
}

.btn-secondary[data-icon="radio-off"]:not(:disabled):not(.disabled) .ui-btn-inner, .btn-secondary[data-icon="radio-off"]:not(:disabled):not(.disabled) .ui-btn-inner {
    color: #fff;
    background-color: #000;
}

.btn-secondary[data-icon="radio-on"]:not(:disabled):not(.disabled) .ui-btn-inner, .btn-secondary[data-icon="radio-on"]:not(:disabled):not(.disabled):active .ui-btn-inner {
    color: #fff;
    background-color: #000;
}


.ui-body-c .ui-link, .ui-body-c .ui-link:visited {
    color: #f7f7f7;
    font-weight: bold;
    text-decoration: none;
}

.tablagen {
    display: table;
}

.fila {
    display: table-row;
}

.col {
    display: table-cell;
    /*padding: 5px;*/
    background: #000;
    vertical-align: middle;
}

.col1 {
    display: table-cell;
    padding: 5px;
    background: #000;
}

#close-game {
    background-color: rgba(0,0,0,.5);
    z-index: 10000;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 25px;
    font-weight: normal;
    font-size: 14px;
    width: auto;
    height: 25px;
    border: solid 1px #3b3b3b;
    border-radius: .4em;
    padding: 0 .7em;
}

#game-content {
    left: 0;
}

.wrapper {
    overflow: hidden;
    width: 96%;
}

    .wrapper div {
    }

#one {
    float: left;
    width: 44%;
}

#two {
    overflow: hidden;
}

.login-page .ui-btn-inner {
    font-size: 16px;
    border: none;
    box-sizing: border-box;
}

.login-page input.ui-input-text {
    font-size: 14px;
    color: #342069;
}

@media screen and (max-width: 450px) {
    #one {
        float: none;
        margin-right: 0;
        width: auto !important;
        border: 0;
        border-bottom: 2px solid #000;
        font-size: 12px;
    }

    #two {
        font-size: 12px;
    }

    #siteContent strong {
        font-size: 1em;
    }
}


.desktop {
    display: none;
}

.mobile {
    display: block;
}

.agenciesText {
    background: url(/images/santacruz/search-solid.svg) no-repeat scroll 0 0 transparent !important;
    background-position-x: 99% !important;
}


.codigo-retiro {
    font-weight: bold;
}

.text-color-Charged {
    color: orchid;
}

.text-color-Canceled {
    color: #F62815;
}

.text-color-Pending {
    /*color:greenyellow;*/
}

.btn-cancel {
    margin-top: 5px;
    background: #F62815;
    border: solid 1px #F62815;
    line-height: 35px;
    border-radius: 2px;
    padding: 4px 40px;
}

/* .date-created, .date-end, .date-pay { */
    /* line-height: 25px; */
    /* display: block !important; */
/* } */

.container-btn-register {
    display: grid;
    width: 100%;
    margin: 5px 0 0;
}

.caja-reg.captcha {
    text-align: -webkit-center;
}

.PlayerPreLoad .caja-reg {
    display: block;
    float: left;
    width: 100%;
    margin: 4px 0px;
}

.PlayerPreLoad .submit {
    margin: 20px 0 50px 0;
}

.PlayerPreLoad .caja-reg .submit {
    margin: 10px 0 60px 0;
}

.PlayerPreLoad .caja-reg > span:not(.errorField) {
    display: inline-block;
    padding: 8px 16px;
}

.PlayerPreLoad .caja-reg span.errorField {
    color: #d5692c;
    font-weight: 600;
}

.PlayerPreLoad .caja-reg span.errorField a {
    color: #d5692c;
    text-decoration: underline;
}

.PlayerPreLoad .errorField[style*="hidden"] {
    display: none;
}

.PlayerPreLoad .caja-reg .termsAndConditions {
    color: #9C9C9C;
    font-size: 12px;
    font-weight: bold;
    /*display: inline-block;
	    float: left;*/
    padding-top: 0;
    line-height: 18px;
    display: contents;
}

.PlayerPreLoad .caja-reg .terms input {
    width: 16px;
    height: 16px;
    position: static;
    left: 0;
    top: 0;
    margin: 0;
}

.PlayerPreLoad .caja-reg .terms label {
    margin: 3px;
}

.PlayerPreLoad .caja-reg .terms a {
    color: white;
}

#tutorialLink {
    display: none;
}


.caja-reg.errorField.captcha {
    padding: 10px 0;
    font-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border: 1px solid #ffffff !important;
-webkit-text-fill-color: #7b7b7b !important;
-webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
transition: background-color 5000s ease-in-out 0s !important;
    font-family: var(--standard) !important;
}

#imgBtnWithdraw {
    background: #d5692c;
    text-align: center;
    box-sizing: border-box;
    border-radius: 2px;
    color: #FFFFFF;
    float: right;
    font-family: var(--condensed-bold);
    padding: 13.5px 0;
    text-transform: uppercase;
    width: 100%;
    text-shadow: none;
}

.grid .bg-image, .grid .bg-video {
    text-indent: -9999px;
    background-position: center !important;
    /*border-radius:1em;*/
}

.gridcarousel > .grid.bigfirst .owl-item:first-child {
    width: calc(( 95vw / 3) * 2) !important;
}

/*.gridcarousel > .grid.bigfirst .owl-item:nth-child(3) {
    margin-top: 3px;
}*/

/*.gridcarousel > .grid.bigfirst .sub-item {
    margin-bottom: 3px;
}*/

.owl-carousel.grid {
    width: 100vw;
    max-width: 100%;
    padding-left: 0.7vw;
    padding-right: 0.7vw;
}

.owl-carousel.slide {
    padding-left: 0.7vw;
    padding-right: 0.7vw;
}

.owl-carousel.slide .owl-stage {
    display: inline-flex;
}

:not(.header).owl-carousel .owl-item {
    margin: 1vw;
    width: auto !important;
}

.gridcarousel > .grid.bigfirst .owl-item:first-child .bg-video {
    background-size: calc((95vw / 3) * 2) calc((95vw / 3) * 2 + 1vw) !important;
    height: calc((95vw / 3) * 2) !important;
}

.gridcarousel > .grid.bigfirst .owl-item:first-child .bg-image {
    background-size: calc((95vw / 3) * 2) calc((95vw / 3) * 2) !important;
    height: calc((95vw / 3) * 2) !important;
    padding-right: 0.5vw;
}

/*@media screen and (orientation: landscape){
    .gridcarousel > .grid.bigfirst .owl-item:first-child {
        width: calc((95vw / 3) * 2) !important;
    }
        .gridcarousel > .grid.bigfirst .owl-item:first-child .bg-image {
            background-size: calc((95vw / 3) * 2) calc((95vw / 3) * 2 + 1vw) !important;
        }
}*/

.slide .bg-image {
    background-size: calc(90vw / 3) calc(90vw / 3) !important;
    text-indent: -9999px;
    height: calc(90vw / 3);
    width: calc( 90vw / 3 );
    background-position: center !important;
    /*border-radius:1em;*/
}

.succes-message-deposit svg {
    width: 50%;
    margin: 3em auto;
    display: block;
}

.succes-message-deposit .pendiente {
    text-align: center;
}

.succes-message-deposit .btnDepositConfirm {
    width: 50%;
    display: block;
    padding: 2em;
    margin: 20px auto;
    text-align: center;
    background: #FF782C;
    font-weight: normal;
    border-radius: .4em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.profile-login {
  display: inline-block;
  background: var(--header-color);
  width: 100%;
}
.profile-login .profile-user  {
    
    margin-top: 10px;
}
.profile-login .profile-user div {

display: inline;
min-height: 1.4em;
line-height: 1.4em;
margin: auto;
vertical-align: middle;
margin-left: 10px;
}

.wa-contact {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto !important;
    line-height: normal !important;
   
}


.profile-login .profile-user .avatar {
  background: url(img/mobile/perfil.png) no-repeat scroll 4px 2px var(--primary-color-bl);
  background-size: 75%;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 20px;
}
    .profile-login .profile-user a {
        display: block;
        height: 20px;
        width: 40px;
        z-index: 99999;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        padding: 8px 0;
        text-decoration: none;
        font-size: 14px;
        color: #818181;
        transition: .3s;
        margin: 7px 0px;
        font-weight: 400 !important;
        border-bottom: none !important;
    }
.profile-login .profile-user a img{
    float: left;
}
.profile-login .profile-user .username{
display: inline;
font-family: var(--light);
text-transform: inherit;
color:var(--home-games-title)
}

.profile-login .profile-balances {
    vertical-align: middle;
    color: #fff;
    background: none;
    position: relative;
    height: auto;
    margin-top: 8px;
}
.profile-login .profile-balances div{
  margin: auto;
}
.profile-login .profile-balance .balance {
   padding: 0;
   background-color: transparent;
   color: #fff;
   border: none;
   display: inline-block;
   margin: auto;
   position: relative;
   font-family: var(--light),Helvetica,Arial,sans-serif;
}
.profile-login .profile-balances .balances .sold {
    padding: 1.4em 0;
    margin: 0 10px !important;
    color: #d5692c;
    font-size: smaller;
    position: absolute;
    top: -14px;
}
.profile-login .profile-balances .balances .amount {
    position: absolute;
    left: -3px;
    padding: 0;
    text-shadow: none;
    /* padding-top: 12px; */
    font-weight: 200;
    display: inherit;
    width: 125px;
    margin: 0 10px 0 !important;
    font-family: var(--light);
    text-transform: inherit;
    min-height: 1.4em;
    line-height: 1.4em;
    font-size: 16px;
    letter-spacing: inherit;
}
.profile-login .profile-balances .btndepositar a {
    background: #d5692c;
    color: #fff !important;
    float: right;
    font-weight: normal !important;
    transition: 0.3s;
    font-size: 14px !important;
    border-bottom: none !important;
    text-decoration: none;
    text-transform: uppercase;
    height: 16px !important;
    text-indent: 0 !important;
    width: 100px !important;
    text-align: center !important;
    margin: 7px !important;
    text-shadow: none;
    padding: 5px;
    display: inline;
}

.profile-balances-bonus {
    vertical-align: middle;
    color: #fff;
    margin-top: 46px;
    position: relative;
    height: 40px;
}
.profile-login .profile-balances-bonus .amount {
    position: absolute;
    left: -3px;
    padding: 0;
    text-shadow: none;
    padding-top: 12px;
    font-weight: 200;
    display: inherit;
    width: 100px;
    margin: 0 10px !important;
    font-family: var(--light);
    text-transform: inherit;
    min-height: 1.4em;
    line-height: 1.4em;
    font-size: 16px;
    letter-spacing: inherit;
}
.profile-login .profile-balances-bonus .sold {
        display: inherit;
    width: 100px;
    border: 0;
    padding: 1.4em 0;
    margin: 0 10px !important;
    background: transparent none;
    outline: 0!important;
    color: #d5692c;
    font-size: smaller;
    position: absolute;
    top: -14px;
    font-weight: bold;
    text-shadow: none;
    font-family: var(--light);
    text-transform: inherit;
    min-height: 1.4em;
    line-height: 1.4em;
    overflow-x: visible;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}

/*UIF Styles*/

.backgroundWhite {
    padding: 3em !important;
    text-align: left !important;
    border-radius: 0.4em;
    background: #eee;
}

.backgroundWhite {
    h3, h2

{
    color: #d5692c !important;
    padding: 0 !important;
}


ul, p, a {
    font-size: 12px !important;
    color: #9e9e9e;
    text-align: left !important;
}

    a.ui-link {
        color: #d5692c !important;
    }

.caja-reg {
    color: #aeaeae;
}

    .caja-reg span {
        padding: .2em 0 !important;
    }

.caja-reg .ui-input-text {
    font-size: 12px;
    color: #404040;
    padding: 0.4em 0 0.4em 0.3em !important;
}

.caja-reg span.ui-btn-text {
    color: inherit;
    padding: 0 !important;
    text-align: center;
}

div.ui-input-text {
    border: solid 1px #d7d7d7 !important;
    background: #fafafa !important
}

.ui-select .ui-btn-inner {
    background-color: #fafafa !important;
    box-shadow: none !important;
    color: #3c3c3c;
    height: 34px;
}

.ui-shadow {
    box-shadow: none !important;
}


.errorField {
    display: block;
}

/*security validation items*/

.dark-box {
    background: none !important;
    padding: 0 !important;

}

h2.data-title {
    font-family: inherit !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    font-size: 1.17em !important;
}

label.ui-input-text {
    line-height: normal;
    display: block;
    color: #a3a3a3;
}

.caja-reg { margin: 4px 0 !important;}

.ui-field-contain, fieldset.ui-field-contain {
    padding: 0 !important;
}

label {
    color: #A3A3A3 !important;
    font-size: inherit !important;
}

#pep h3 {
    color: #9c9c9c !important;
    font-size: inherit;
    letter-spacing: normal;
}

.form-title {
    font-weight: normal;
    display: flex !important;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}

span.ui-icon-arrow-d {
    background-image: url(img/ico/dropdown-arro-uif.png) !important;
    background-repeat: no-repeat !important;
    background-size: 48% !important;
    background-position: right;
}

.terms .ui-checkbox {
    margin: 0.5em 1em 0;
}

input[type="radio"]:checked + label {
    background: inherit !important;
}

}

/**********File Inputs**********/

/* dni images */


.container-input {
    text-align: center;
    background: #fafafa;
    padding: 50px 0;
    border-radius: 6px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: dashed 1px #b4b4b4;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        max-width: 80%;
        font-size: 1.25rem;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        padding: 0.625rem 1.25rem;
    }

        .inputfile + label svg {
            width: 1em;
            height: 1em;
            vertical-align: middle;
            fill: currentColor;
            margin-top: -0.25em;
            margin-right: 0.25em;
        }

.iborrainputfile {
    font-size: 12px;
    font-weight: normal;
    padding: 0px 4px;
    color: white;
}

.container-input label svg {
    fill: #e1e1e1;
}

/* style 1 */

.inputfile-1 + label {
    color: #fff;
    background-color: #8b0743;
    border-radius: 0.4em;
    transition: all .4s;
}

    .inputfile-1:focus + label,
    .inputfile-1.has-focus + label,
    .inputfile-1 + label:hover {
        background-color: #962a5b;
    }

.inputfile-2 + label {
    color: #fff;
    background-color: #8b0743;
    border-radius: 0.4em;
    transition: all .4s;
}

    .inputfile-2:focus + label,
    .inputfile-2.has-focus + label,
    .inputfile-2 + label:hover {
        background-color: #962a5b;
    }

.inputfile-3 + label {
    color: #fff;
    background-color: #8b0743;
    border-radius: 0.4em;
    transition: all .4s;
}

    .inputfile-3:focus + label,
    .inputfile-3.has-focus + label,
    .inputfile-3 + label:hover {
        background-color: #962a5b;
    }

.uiffront::after {
    content: url(img/ico/uif-dni-front.svg);
    width: 44px;
    height: auto;
    display: block;
    filter: brightness(0.5);
}

.uifback::after {
    content: url(img/ico/uif-dni-back.svg);
    width: 44px;
    height: auto;
    display: block;
    filter: brightness(0.5);
}


.uifselfie::after {
    content: url(img/ico/uif-dni-selfie.svg);
    width: 44px;
    height: auto;
    display: block;
    filter: brightness(0.5);
}


.file-label {
    color: #fff;
    background-color: #367f92;
    border-radius: 0.4em;
    transition: all .4s;
    padding: .7em 0.5em;
    cursor: pointer;
    width: 50% !important;
    display: block;
    overflow: hidden;
    margin: 0 !important;
}


.imagentumbn {
    max-width: 80%;
    height: auto;
    display: inline-block;
    margin: 10px auto;
    border-radius: .4em;
}

.eliminar {
    background: #e63f3f;
    color: #fafafa;
    padding: 8px;
    height: 29px;
    width: 31px !important;
    display: inline-block;
    border-radius: 0.4em;
    cursor: pointer;
    font-weight: lighter;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btns-img-upload-dni {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 3%;
    margin: .5em 0;
}

#uploadDni .ui-input-text {
    border: 0 !important;
    height: auto;
}

span#FRONTAL.iborrainputfile, span#DORSO.iborrainputfile, span#SELFIE.iborrainputfile, span.eliminar {
    color: #fafafa !important;
}

/*PEP sujeto obligado terms*/

.radioPep input[type="radio"]:checked + label, .obligated-subject input[type="radio"]:checked + label {
    background: #367f92 !important;
    color: white !important;
    display: block;
    padding: 0.6em 20px;
    border-radius: 1em;
}

.radioPep input[type="radio"]:checked, .obligated-subject input[type="radio"]:checked {
    display: none
}

.radioPep input[type="radio"] + label, .obligated-subject input[type="radio"] + label {
    display: block;
    padding: 0.6em 20px;
    border-radius: 1em;
    background-color: #f5f5f5;
    border: solid 1px #367f92;
    text-align: center;
    font-weight: normal;
}

.radioPep input[type="radio"], .obligated-subject input[type="radio"] {
    display: none;
}

.radioPep .ui-btn-inner, .obligated-subject .radioPep .ui-btn-inner {
    padding: 0;
}

#sujetoObligado {
    margin: 2em 0 0.7em !important;
}

    #sujetoObligado h3 {
        color: #9e9e9e !important;
        font-size: inherit;
        letter-spacing: normal;
    }

.terms label {
    display: none;
}

#ContentPlaceHolderDefault_phSiteContent_phSiteContent_SecurityValidationItems_pnlSpouse {
    margin: 10px 0;
}


    #ContentPlaceHolderDefault_phSiteContent_phSiteContent_SecurityValidationItems_pnlSpouse .caja-reg {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 5px;
    }

        #ContentPlaceHolderDefault_phSiteContent_phSiteContent_SecurityValidationItems_pnlSpouse .caja-reg input {
            height: 34px;
            padding-left: 10px;
            border-radius: 0.1em !important;
            border: solid 1px #dbdbdb;
        }


.marital-status select {
    border: solid 1px #dbdbdb;
    height: 34px;
    width: 100%;
    background: #fafafa;
    color: #3c3c3c;
}

.ui-select .ui-btn-icon-right .ui-icon {
    right: 4px !important;
}

/*Txt de error center registro*/



.clientsideErrorTooltip {
    display: block !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    margin-top: 5px !important;
    margin-left: 0 !important;
    z-index: 1005;
    position: absolute;
    padding: 3px 0 !important;
    font-size: 11px;
}

.clientsideError {
    float: left !important;
}

.clientsideErrorRed {
    background: none !important;
}

.clientsideErrorGreen {
    position: absolute !important;
    background: none !important;
}

.imagedninrotramite {
    text-align: center;
    visibility: hidden;
    position: relative;
    display: none;
    background: #e8dcd5;
    border-radius: 6px;
    float: right;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: auto;
    border: none;
    margin-top: 7px;
}
    .imagedninrotramite .close {
        float: right;
        font-size: 21px;
        font-weight: bold;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
        margin-right: 5px;
        cursor:pointer;
        display:none;
    }
    .imagedninrotramite p {
        font-size: 11px;
        padding: .1em 1em;
        color: #d5692c;
        background: none;
        border: none !important;
    }
    .imagedninrotramite .img {
    background: none;
    width: 99%;
    height: auto;
    background-size: 100%;
    }

.container-input .clientsideError {
    float: none !important;
}

.wrapper-exit-header {
    width: auto;
    padding: 0 .3em 0 0;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 0 !important;
}

    .wrapper-exit-header a {
        position: inherit !important;
        padding: 0 !important;
        margin: 0 !important;
        width: auto !important;
    }

.exit-icon-person {
    display: block;
    width: 30px;
    height: 22px;
    background-image: url('img/ico/icon_salida_rapida-blanco.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

#miPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#GameBox #popupExclusion {
    margin-left: 50% !important;
    left: unset;
}

/***/
#popupExclusion, #popupExclusionMobile, #popupTimeOffD, #popupTimeOffMobile, #miPopup {
    text-align: center;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    padding: 10px;
    background-color: white;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
    display: block;
    border: 1px solid #D6D6D6;
    min-height: 172px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.btns-popup-exc-wrapper {
    display: flex;
    width: 100%;
    gap: 1em;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

    .btns-popup-exc-wrapper #btnVolverExc {
        background: #4CAF50;
        color: #fafafa;
    }

    .btns-popup-exc-wrapper #btnContinuarExc {
        background: #f74e4e;
        color: #fafafa;
    }

#btnContinuarExc, #btnContinuarExcM, #btnContinuarJuego, #btnVolverExc {
    background: none repeat scroll 0 0 #d5692c;
    border: 0;
    font-family: var(--standard);
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    width: 90%;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px 0;
    border-radius: .2em;
    padding: 1em;
}

#popupExclusion h3, #popupExclusionMobile h3, #popupTimeOffD h3, #popupTimeOffMobile h3, #miPopup h3 {
    background: #315d82;
    margin: 0;
    color: #FFFFFF;
    display: block;
    font-family: var(--condensed);
    letter-spacing: 1px;
    font-size: 13px;
    padding: 0 10px !important;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

#btnCerrarRuamPopupMobile, #btnCerrarPopupExc, .btnCerrarPopup, #btnCerrarPopupExcM, #btnCerrarPopup {
    background: #1e1e1e;
    border: solid 1px #fafafa;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
}

#btnCerrarRuamPopupMobile, #btnCerrarTimeOffPopupDesktop {
    width: 30px;
    height: 30px;
    background: #000 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    display: flex;
    margin: 10px auto;
    padding: 1em;
    position: relative;
    opacity: inherit;
    color: #fafafa !important;
    text-indent: initial;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


#popupExclusion p, #popupExclusionMobile p, #popupTimeOffD p, #popupTimeOffMobile p, #miPopup p {
    padding: 1em;
    color: #555555;
    font-family: arial;
    font-size: 13px;
    font-weight: 500;
    height: auto;
    margin: 0;
    width: auto;
    border-radius: .4em;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1em;
    text-align: left;
}

.btnRuamD.ui-link {
    display: block;
    text-align: center;
    background: #d5692c;
    padding: 1em;
    border-radius: .4em;
}

.milimits .my-account-box-container {
    background: #1b1b1b !important;
    padding: 1em;
    border-radius: .4em;
}

.limits-buttons-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .limits-buttons-wrapper .btn {
        width: 48% !important;
    }

.limits h2 {
    color: #d5692c !important;
}

.limits-info p {
    color: #c1a22c;
}

.popup-title-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    background: #315d82;
    box-sizing: border-box;
    border-radius: 10px;
    padding: .5em;
}

#popupExclusionMobile .popup-title-wrapper {
    span.ui-btn-inner

{
    display: none;
}

.ui-btn {
    margin: 0 !important;
}

.ui-shadow {
    box-shadow: none;
}

}

#popupTimeOffD .popup-title-wrapper {
    span.ui-btn-inner

{
    display: none;
}

.ui-btn {
    margin: 0 !important;
}

.ui-shadow {
    box-shadow: none;
}

.ui-btn-up-c {
    background: transparent !important;
}
}

.limits .fieldContentNew .ui-input-text {
    width: 100%;
    font-size: 16px;
    color: #ffffff !important;
}

.ul-city-text {
    padding: 1.3em .8em !important;
    background: #ffe3d3;
    border: 1px solid #ffc5a4;
    border-top: none;
    margin: 0px 0;
    display: block;
    width: inherit;
    box-sizing: border-box;
}

    .ul-city-text li a {
        text-decoration: none;
        line-height: 2em;
        color: #6e6e6e;
    }