p,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;    
    font-weight: 600;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.logo img{
    max-width: 210px;
    /* margin: 20px 0; */
}
.grecaptcha-badge{
	visibility: collapse !important;  
}
.backButton{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    font-size: 2rem;
    border: none;
    outline: none;
    background-color: #00b3ec;
    color: #fff;
    cursor: pointer;
    padding: 0.8rem;
}
.backButton.cart-open{  
    right: 320px;    
}
.backButton:hover {
    background-color: #012943;
}

#balduzzi{
    height: 60px;
    background-color: #033a5f;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
}
#balduzzi i{
    position: absolute;
    color: #70a2cd;
    font-size: 0.6rem;
    font-style: normal;
    left: -40px;
    top: 35px;
    cursor: pointer;
}
.balduzzi{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.balduzzi a{margin: 0 0 0 0.5rem;color: #79acd8;}
.balduzzi a:first-child{margin: 0 0 0 0.1rem;}
.balduzzi span{text-align: center;font-size: .7rem;color: #a7a7a7;display: flex;align-items: center;justify-content: center;}
.balduzzi span p{font-size: 0.7rem;color: #636363;line-height: 0.7rem;}
.conbalduzzi {
    height: 17px;
    width: 58px;
    margin-left: 10px;
    background-image: url(../img/aams/base.png);
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 105;
    position: absolute;
    left: -6px;
}
.maciosi {
    top: 60px;
}
.maciono {
    top: 0;
}
.miciono {
    margin-top: -60px;
}
.conbalduzzi .maciosi .freccetta {
    transform: rotate(0deg);
}
.conbalduzzi .freccetta {
    background-image: url(../img/aams/freccetta.svg);
    width: 23px;
    height: 7px;
    margin: 0 auto;
    transition: .3s ease-in-out;
    display: inline-block;
    background-repeat: no-repeat;
}
.maciono .freccetta {
    transform: rotate(180deg);
}

#maintainPage {
    background-color: rgb(235, 204, 3);
    margin: 10px 0 0 0;
    padding: 1rem 2.5rem;
    text-align: center;
    color: #312c2c;
    font-size: 1rem;
    line-height: 18px;
    font-weight: 600;
    border: 1px dashed;
    width: 100%;
}
#balduzzi.fixedTop{
    height: 105px;
}
#balduzzi.fixedTop.fixedTopMenu{
    height: 135px;
}
body.LayoutVirtual #balduzzi.fixedTop.fixedTopMenu{
    height: 141px;
}
.toolbar.fixedTop{
    position: fixed;
    z-index: 801;
}
.header-logo{
    align-items: center;
    height: 100px;
}
/*LAYOUT BODY*/
.LayerBackground {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}
.LayerBackgroundImage {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 30px;
}


body.LayoutCavalli .LayerBackground {
    background-size: initial;
    background-position-x: center;
    background-position-y: 75px;
    background-color: #e6e6e6;
}
body.LayoutCasino .LayerBackground{
    background-color: #004d85;
    /* background-image: linear-gradient(to top, #023960 0%, #2b8cd0 100%); */
}
body.LayoutCasino .footer{
    background-color: transparent;
}
body.LayoutCasino .footer .sitelink a{
    color: #fff;
}
body.LayoutCasino .footer .copyright{
    color: #fff;
}

body.LayoutCasinoLive .LayerBackground{
    background-color: #023960;
    background-image: linear-gradient(to top, #023960 0%, #2b8cd0 100%);
}
body.LayoutCasinoLive .footer{
    background-color: transparent;
}
body.LayoutCasinoLive .footer .sitelink a{
    color: #fff;
}
body.LayoutCasinoLive .footer .copyright{
    color: #fff;
}

body.LayoutSport .LayerBackground{
    background-color: #105484;
}
body.LayoutSport .LayerBackgroundImage{
    background-image: url(../img/background/sport.jpg);
    background-size: cover;
    /* opacity: 0.5; */
    top: 0;
}
body.LayoutSport .footer > .row{
    background-color: #fff;
    /* margin-right: -40px; */
    /* margin-left: -40px; */
}

body.LayoutVirtual .LayerBackground{
    background-color: #003663;
}
body.LayoutVirtual #MenuSiteLink{
}    
body.LayoutVirtual .footer > .row{
    background-color: #fff;
}

body.LayoutMillionDay .LayerBackground{
    background-position: center 45px;
}

body.LayoutCarte .footer{
    background-color: transparent;
}
body.LayoutCarte .footer .sitelink a{
    color: #fff;
}
body.LayoutCarte .footer .sitelink h2{
    color: #184967;
}
body.LayoutCarte .footer .copyright{
    color: #fff;
}

body.LayoutInfo .LayerBackground{    
    background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
}
body.LayoutInfo .footer{
    background-color: transparent;
}
body.LayoutInfo .footer .sitelink a{
    color: #000;
}
body.LayoutInfo .footer .copyright{
    color: #000;
}

body.LayoutAccount .LayerBackground{
    background-color: #023960;   
}
body.LayoutAccount .footer{
    background-color: transparent;
}
body.LayoutAccount .footer .sitelink a{
    color: #fff;
}
body.LayoutAccount .footer .copyright{
    color: #fff;
}

.toolbar{
    position: relative;
    top: 0;
    background-color: #002742;
    width: 100%;
    height: 45px;    
}
.toolbar .logoSmall{
    height: 45px;
    position: absolute;
    display: none!important;
}
.toolbar .logoSmall div{
    display: flex;
    align-items: center;
    height: 45px;
    flex-direction: column;
}
.toolbar .logoSmall img{
    height: 20px;
    margin-top: 8px;
}
.toolbar .logoSmall span.up{
    cursor: pointer;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 10px 25px;
    border-color: transparent transparent #2598e5 transparent;
}
.toolbar .logoSmall span.down{
    cursor: pointer;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 25px 0 25px;
    border-color: #2598e5 transparent transparent transparent;
}

.toolbar .toolbarLogin{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 45px;
    margin-right: -15px;
}
.toolbar .toolbarLogin > a{
    color: #00b3ec;
    font-size: 0.8rem;
    margin: 0 0.5rem 0 0;
}
.toolbar .toolbarLogin > a:hover{
    color: #fff;    
}
.toolbar .toolbarLogin > div{
    border: 1px solid #00b3ec;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    position: relative;
}
.toolbar .toolbarLogin > div  > div{
    position: relative;
}
.toolbar .toolbarLogin > div .fa-circle-notch{
    margin: 0 0.2rem 0 0.2rem;
    color: #00b3ec;
    font-size: 1.3rem;
}
.toolbar .toolbarLogin > div a{
    color: #fff;
    font-size: 0.8rem;
    margin: 0 0.2rem 0 0.2rem;
}
.toolbar .toolbarLogin > div a:hover{
    color: #00b3ec;
}
.toolbar .toolbarLogin input[type='text'], .toolbar .toolbarLogin input[type='password']{
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    width: 120px;
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
    margin: 0 0 0 0.2rem;
}
.toolbar .toolbarLogin i.setfield{
    color: #bbb;
    position: absolute;
    right: 4px;
    top: 9px;
    font-size: 10px;
}
.toolbar .toolbarLogin input[type='submit']{
    background-color: #00b3ec;
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
    color: #fff;
    border: 1px solid #00b3ec;
    cursor: pointer;
    font-weight: 600;
    margin: 0 0 0 0.2rem;
    border-radius: 0;
}
/* .toolbar .toolbarLogin input[type="submit"]{
        background-color: #00b3ec;
        font-size: 1rem;
        padding: 0.3rem 0.5rem;
        color: #fff;
        border: 1px solid #00b3ec;
        cursor: pointer;
        font-weight: 600;
        margin: 0 0 0 10px;
        min-width: 120px;
} */
.toolbar .toolbarLogin #btnLoginModal, .toolbar .toolbarLogin #btnSignUp {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.toolbar .toolbarLogin input[type="submit"]#btnSignUp{
    background-color: #09bb02;
    /* border: 1px solid #012943; */
    border: 1px solid #09bb02;
}
.toolbar .toolbarLogin input[type="submit"]#btnSignUp:hover{
    color: #f4832a;
}
.toolbar .toolbarLogin input[type="submit"]#btnSignUp:hover{
    background-color: #0068a7;        
}
.toolbar .toolbarLogin input[type='submit']#btnLogin {
    background-color: #012943;
    border: 1px solid #012943;
    /* background-color: #09bb02;
        /* border: 1px solid #012943; 
        border: 1px solid #09bb02; */
}
.toolbar .toolbarLogin input[type='submit']#btnLogin:hover {
    color: #f4832a;
}
.toolbar .toolbarLogin input[type='submit']#btnLoginModal:hover {
    background-color: #0068a7;
}
.toolbar .toolbarLogged {
    font-size: 0.8rem;
    color: #fff;
}
.toolbar.fixedTop .toolbarLogged > div {    
    padding-left: 0px;
}
.toolbar .toolbarLogged > div {
    display: flex;
    align-items: center;
    height: 45px;
    padding-left: 60px;
    /* position: relative; */
}
.toolbar .toolbarLogged .toolbarLoggedML {
    margin-left: 20px;
}
.toolbar .toolbarLogged svg {
    cursor: pointer;
}
.toolbar .toolbarLogged .linkAccount .col-6,
.toolbar .toolbarLogged .linkAccount .col-4 {
    text-align: center;
    padding: 1px;
}
.toolbar .toolbarLogged .linkAccount .col-2 {
    padding: 0.1rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toolbar .toolbarLogged .linkAccount .MessageBox {
    padding: 0.1rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #3c3c3c;
    border-left: 1px solid #3c3c3c;
    cursor: pointer;
}
.toolbar .toolbarLogged .linkAccount .MessageBox span {
    color: #ffffff;
    position: absolute;
    margin: 0 auto;
    font-weight: 600;
    font-size: 1rem;
    z-index: 1;
}
.toolbar .toolbarLogged .linkAccount .MessageBox .fa-envelope {
    font-size: 1.5rem;
    color: #fff;
}
.toolbar .toolbarLogged .linkAccount .MessageBox .fa-envelope.blink {
    color: #02b3ec;
}

.toolbar .toolbarLogged .linkAccount .col-6 > a {
    color: #fff;
    display: block;
    border: 1px solid #00b3ec;
    width: 100%;
    cursor: pointer;
    line-height: 1.3;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
.toolbar .toolbarLogged .linkAccount .col-4 > a {
    color: #fff;
    display: block;
    width: 100%;
    cursor: pointer;
    line-height: 1.3;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    padding: 0.3rem 0;
    border: 1px solid #00b3ec;
}
.toolbar .toolbarLogged .linkAccount .col-6 > a:hover,
.toolbar .toolbarLogged .linkAccount .col-4 > a:hover {
    background-color: #00b3ec;
    border: 1px solid #00b3ec;
}
.toolbar .toolbarLogged .linkAccount a.logOut {
    /* background-color: #e24415; */
    /* border: 1px solid #e24415; */
}
.toolbar .toolbarLogged .linkAccount a.logOut:hover {
    background-color: #e24415;
    border: 1px solid #e24415;
}
.toolbar .toolbarLogged .linkAccount .fa-clock {
    font-size: 1rem;
    color: #02b3ec;
}
.toolbar .toolbarLogged .linkAccount .fa-clock:hover {
    color: #fff;
}
.toolbar .toolbarLogged .dataAccount {
    color: #00c5ff;
    padding-right: 0px;
    /*padding-left: 5px;*/
}
.toolbar .toolbarLogged .dataAccount div:first-child a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0;
}
.toolbar .toolbarLogged .dataAccount a {
    color: #fff;
    text-transform: capitalize;
    /* font-weight: 600; */
    font-size: 0.7rem;
    letter-spacing: -1px;
}
.toolbar .toolbarLogged .dataAccount span {
    color: #f0fafd;
    font-size: 0.7rem;
}
.toolbar .toolbarLogged .amountAccount {
    color: #00c5ff;
    padding-left: 0px;
}
.toolbar .toolbarLogged .amountAccount .tohide {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.toolbar .toolbarLogged .amountAccount a {
    color: #fff;
    font-weight: 600;
}
.toolbar .toolbarLogged .amountAccount a.revocaautlogin {
    color: #000;
    font-weight: 400;
    background-color: #f4ea1c;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.toolbar .toolbarLogged .amountAccount .fa-exclamation-triangle {
    color: #f4a91c;
}
.toolbar .toolbarLogged .amountAccount .fa-sync {
    margin-right: 0.3rem;
    color: #fff;
    cursor: pointer;
}
.toolbar .toolbarLogged .amountAccount .fa-sync:hover {
    color: #02b3ec;
}
.toolbar .toolbarLogged .amountAccount .fa-eye-slash,
.toolbar .toolbarLogged .amountAccount .fa-eye {
    color: #fff;
    font-size: 1rem;
}
.toolbar .toolbarLogged .amountAccount .fa-eye-slash:hover,
.toolbar .toolbarLogged .amountAccount .fa-eye:hover {
    color: #02b3ec;
}
.toolbar .toolbarLogged .amountAccount #menuBCL span {
    margin-right: 0.5rem;
}
.toolbar .toolbarLogged .amountAccount #menuBCL label a {
    cursor: pointer;
    color: 0.5s ease;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}
.toolbar .toolbarLogged .amountAccount #menuBCL label a:hover {
    color: #f4ea1c;
}

#menuBCL .tcLink {
    color: #f4ea1c;
    text-decoration: underline;
    color: 0.5s ease;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}

#menuBCL .tcLink:hover {
    color: white;
}

#menuBCL .isMobileDesc {
    font-size: 0.8rem;
    cursor: default;
    color: white;
    font-weight: 600;
    margin-right: 0px !important;
    width: 45px;
}
#menuBCL a.playLink {
    text-align: right;
    width: 45px;
}

.toolbar .toolbarLogged ul {
    display: none;
    position: absolute;
    z-index: 1000;
    margin-top: -2px;
    padding-top: 5px;
    min-width: 350px;
}
.toolbar .toolbarLogged ul li {
    background-color: #001e33;
    /* text-transform: capitalize; */
    text-align: left;
    white-space: nowrap;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    min-width: 200px;
}
.toolbar .toolbarLogged ul li:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.toolbar .toolbarLogged ul li.header{
    font-weight: 600;
}
.toolbar .toolbarLogged ul li:first-child:hover {
    color: #fff;
}
.toolbar .toolbarLogged ul li:hover a i {
    color: #fff;
}
.toolbar .toolbarLogged ul li > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 0rem;
}
.toolbar .toolbarLogin input[type="submit"]{
    background-color: #00b3ec;
    font-size: 1rem;
    padding: 0.3rem 0.5rem;
    color: #fff;
    border: 1px solid #00b3ec;
    cursor: pointer;
    font-weight: 600;
    margin: 0 0 0 5px;
    min-width: 120px;
}
.toolbar .toolbarLogged ul li:hover {
    background-color: #00b3ec;
}
.toolbar .toolbarLogged ul li:hover i {
    color: #023960;
}
.toolbar .toolbarLogged ul li:hover a {
    color: #fff;
}
.toolbar .toolbarLogged ul li span {
    cursor: auto;
    color: #00b3ec;
}
.toolbar .toolbarLogged ul li:hover span {
    color: #023960;
}
.toolbar .toolbarLogged ul li label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.toolbar .toolbarLogged ul li label:first-child {
    margin-right: 1rem;
}
.toolbar .toolbarLogged ul li label:first-child i {
    margin-right: 0.3rem;
    margin-left: 0rem;
}
.toolbar .toolbarLogged ul li label i {
    margin-left: 0.5rem;
    color: #00b3ec;
}
.toolbar .toolbarLogged ul li > div {
    width: 100%;
    padding: 0.3rem 0.5rem;
    color: #fff;
    background-color: #023960;
    margin-top: 0.2rem;
}
.toolbar .toolbarLogged ul li > div > div {
    padding: 0.1rem 0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toolbar .toolbarLogged ul li > div > div > span {
    color: #00b3ec !important;
}
.toolbar .toolbarLogged ul li > div > div > b {
    font-weight: 400;
}
.toolbar .toolbarLogged ul li i {
    font-size: 1.1rem;
    cursor: pointer;
}
.toolbar .toolbarLogged .linkAccount ul > li > a {
    border: 0;
    color: #fff;
    display: block;
    width: 100%;
    /* padding: 0.5rem 0.5rem 0.5rem 0.5rem; */
    cursor: pointer;
    text-transform: uppercase;
}
.toolbar .toolbarLogged .linkAccount ul > li > a i {
    color: #2597e5;
    margin-right: 0.5rem;
}
.toolbar .toolbarLogged .linkAccount ul > li > a > span {
    display: inline-block;
    width: 50px;
    background-color: #fff;
    margin-right: 0.2rem;
    border-radius: 0.2rem;
    top: -2px;
    position: relative;
}
.toolbar .toolbarLogged .amountAccount ul > li > a {
    font-weight: 400;
}
.toolbar .toolbarLogged .amountAccount ul > li > a span {
    font-weight: 600;
    color: #00b3ec;
    margin-left: 0.5rem;
}
.toolbar .toolbarLogged .amountAccount ul > li:hover > a span {
    color: #f4ea1c;
}
.toolbar .toolbarLogged .amountAccount ul {
    margin-top: -15px;
    padding-top: 18px;
}

#MenuSite {
    position: relative;
    margin-left: -50px;
    margin-right: -50px;
}
#MenuSite.fixedTop {
    position: fixed;
    z-index: 800;
    top: 45px;
}
#MenuSite > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.65);
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 20%, #ededed 45%, #ededed 56%, #ffffff 80%);
    background: -webkit-linear-gradient(top, #ffffff 20%, #ededed 45%, #ededed 56%, #ffffff 80%);
    background: linear-gradient(to bottom, #ffffff 20%, #ededed 45%, #ededed 56%, #ffffff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    padding: 0;
    margin: 0;
}
#MenuSite > ul > li {
    flex: 1 1 auto;
    text-align: center;
    border-right: 1px solid #c8deec;
    height: 45px;
    align-items: center;
    justify-content: center;
    display: flex;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    position: relative;
}
#MenuSite ul li:hover {
    background-color: #dbdbdb;
}
#MenuSite > ul:first-child > li:first-child:hover {
    background-color: transparent;
}
#MenuSite ul li a .fa-home {
    color: #02b3ec;
    font-size: 1.2rem;
}
#MenuSite ul li a {
    color: #00223c;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 1.1rem;
    display: block;
    width: 100%;
    cursor: pointer;
}
#MenuSite ul li a img:not(.logo) {
    max-width: 20px;
    margin-right: 0.3rem;
}
#MenuSite ul li a img.logo {
    max-height: 45px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#MenuSite ul li a img.logo:hover {
    transform: scale(1.05);
}
#MenuSite > ul li.active {
    background-color: #dbdbdb;
}
#MenuSite > ul > li.active a {
    color: #009abe;
    /* text-shadow: 1px 1px 1px #fff; */
}
#MenuSite > ul > li:last-child {
    border-right: 0px;
}
#MenuSite > ul > li:first-child {
    width: 110px;
}
#MenuSite > ul > li > ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 100;
    padding-top: 45px;
    top: 1px;
    /* left: 0px; */
    right: 0px;
}
#MenuSite > ul > li > ul > li {
    align-items: center;
    display: flex;
    text-align: left;
    padding: 0.2rem 0.5rem;
    margin-bottom: 1px;
    background: #ffffff;
    white-space: nowrap;
}

#MenuSiteLink {
    align-items: center;
    justify-content: space-between;
    background-color: #002742;
    flex-wrap: nowrap;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    margin-left: -50px;
    margin-right: -50px;
}
#MenuSiteLink a {
    color: #fff;
    font-size: 0.7rem;
}
#MenuSiteLink a:hover {
    color: #00b3ec;
}
#MenuSiteLink > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
#MenuSiteLink > div:first-child > a {
    display: block;
    border: 1px solid #f4ea1c;
    color: #f4ea1c;
    padding: 0 0.5rem;
    margin: 0 0.2rem !important;
    text-decoration: none;
    font-weight: 600;
}
#MenuSiteLink > div:first-child > a:hover {
    color: #fff;
}
#MenuSiteLink > div > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
#MenuSiteLink > div > ul li {
    padding: 0 0.5rem;
    border-right: 1px solid #00558f;
}
#MenuSiteLink > div > ul li:last-child {
    border-right: 0px;
}
#MenuSiteLink > div:last-child {
    text-align: right;
    padding-right: 0.2rem;
}
#MenuSiteLink > div:last-child a {
    display: inline-flex;
    background-color: #fff;
    text-align: center;
    padding: 0;
    margin-right: 0.4rem;
    width: 16px;
    height: 17px;
}
#MenuSiteLink .fa-facebook-square {
    font-size: 1.3rem;
    color: #4862a3;
    position: relative;
    top: -2px;
    left: -1px;
}
#MenuSiteLink .fa-twitter-square {
    font-size: 1.3rem;
    color: #00a7e7;
    position: relative;
    top: -2px;
    left: -1px;
}
#MenuSiteLink .fa-google-plus-square {
    font-size: 1.3rem;
    color: #e0511e;
    position: relative;
    top: -2px;
    left: -1px;
}

#MenuSiteLink .fa-android {
    font-size: 1rem;
    margin-left: 0.2rem;
}
#MenuSiteLink .fa-apple {
    font-size: 1rem;
    margin-left: 0.2rem;
}

.footer {
    /* padding-top: 1.5rem; */
    /* background-color: #fff; */
}
.footer .col-12 {
    padding-top: 2rem;
}
.footer .sitelink {
    width: 100%;
}
.footer .sitelink > ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.footer .sitelink > ul > li {
    margin-left: 0.5rem;
}
.footer .sitelink > ul > li:first-child {
    margin-left: 0;
}
.footer .sitelink ul {
    margin-bottom: 0.5rem;
}
.footer .sitelink ul li {
    line-height: 1.3;
}
.footer .sitelink h2 {
    color: #02b3ec;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
}
.footer .sitelink a {
    color: #012943;
    font-size: 0.75rem;
    text-transform: capitalize;
}
.footer .brand ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.footer .copyright {
    text-align: center;
    color: #000000;
    font-size: 0.9rem;
}
.footer .creditcard ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
    flex-wrap: nowrap;
    background-color: #fff;
}
.footer .creditcard ul li {
    margin: 0 0.25rem;
}
.footer .creditcard img {
    max-height: 20px;
}

#IframeModal .modal-content {
    border-radius: 0rem;
    border: 0px;
}
.cookieLayer {
    position: fixed;
    left: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #2598e5;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    color: #fff;
    z-index: 10000000;
}
.cookieLayer a {
    text-decoration: underline;
    color: #fff;
}
.cookieLayer .btn {
    float: right;
    background-color: #023960;
    color: #fff;
}
.page-preload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000000000000;
}
.page-preload > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(17, 25, 53, 0.45);
}
.page-preload > div > div {
    background-color: #001d31;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
}
.page-preload > div > div i {
    font-size: 2.3rem;
    color: #42aee8;
    margin-right: 1rem;
}
.page-preload > div > div span {
    font-size: 1rem;
    color: #001d31;
    font-weight: 400;
    padding: 1rem;
    background-color: #ffffff;
}
.imgBetflag {
    background-image: url(../../image/spritebetflag-20.png);
    background-repeat: no-repeat;
}

.pannelShare{
        position: relative;        
}
.pannelShare .share{
        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;
        right: 5px;
        z-index: 2;
        width: 100%;
        height:100%;
        background-color: #00243eab;        
        opacity: 0;
}
.pannelShare:hover .share{
        opacity: 1;
}
.pannelShare .share a{
        
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 1px;
        padding: 1px;
}
.pannelShare .share a:hover{
        background-color: #ffffff;
}
.pannelShare .share a img{
       width: 100%;
}
.pannelShare input{
        position:absolute;
        opacity:0;
}

/* #region Tooltip Info Saldo */
    .balance-tooltip {
        background-color: #001e33;
        color: white;
        font-size: 0.8rem;
    }
    .balance-tooltip .balance-header {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        color: white;
        background-color: #02B3EC;
        font-weight: 600;
    }
    .balance-tooltip .balance-body {
        padding: .3rem;
    }
    .balance-tooltip .balance {
        font-weight: 600;
        color: #02B3EC;
        padding-left: 0.5rem;
    }
    .tooltip.balance { 
        opacity: 1;
        pointer-events:none;
    }
    .tooltip.balance .tooltip-inner { 
        padding: 1px;
        background-color: #31b0d5;
        border-radius: 0;
    }
    .tooltip.balance.bs-tooltip-top  .arrow::before    { border-top-color:    #31b0d5; }
    .tooltip.balance.bs-tooltip-right .arrow::before  { border-right-color:  #31b0d5; }
    .tooltip.balance.bs-tooltip-bottom .arrow::before { border-bottom-color: #31b0d5; }
    .tooltip.balance.bs-tooltip-left .arrow::before   { border-left-color:   #31b0d5; }
    
/* #endregion Tooltip Info Saldo*/

@-moz-keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media (min-width: 576px) {
    #IframeModal .modal-dialog {
        min-width: 800px;
        max-width: 800px;
        margin: 1.75rem auto;
    }
}
@media (max-width: 1024px) {
    .container-fluid.bf {
        width: 1024px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-fluid.bf.toolbar {
        padding-left: 15px;
        padding-right: 15px;
    }
    #MenuSite, #MenuSiteLink {
        margin-left: -15px;
        margin-right: -15px;
    }
    #MenuSite.fixedTop {
        left: 15px;
        right: 15px;
    }    

}
@media (min-width: 1024px) {
    #balduzzi {
        padding-left: 50px;
        padding-right: 50px;
    }
    .container-fluid.bf {
        padding-left: 20px;
        padding-right: 20px;
    }    
    .container-fluid.bf.footer > .row {
        margin-right: -15px;
        margin-left: -15px;
    }    
    #MenuSite, #MenuSiteLink {
        margin-left: -20px;
        margin-right: -20px;
    }
    #MenuSite.fixedTop {
        left: 20px;
        right: 20px;
    }
}
@media (max-width: 1200px) {
    .toolbar .container {
        max-width: 100%;
    }
    .toolbar .toolbarLogged .amountAccount {
        flex: 0 0 27%;
        max-width: 27%;
    }
    .toolbar .toolbarLogged .dataAccount {
        flex: 0 0 23%;
        max-width: 23%;
        padding-left: 5px;
    }
}
@media (min-width: 1200px) {
    #balduzzi {
        padding-left: 50px;
        padding-right: 50px;
    }
    .container-fluid.bf {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container-fluid.bf.footer > .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .container-fluid.bf.toolbar {
        padding-left: 20px;
        padding-right: 20px;
    }
    #MenuSite, #MenuSiteLink {
        margin-left: -30px;
        margin-right: -30px;
    }
    #MenuSite.fixedTop {
        left: 30px;
        right: 30px;
    }
    #IframeModal .modal-dialog {
        min-width: 1000px;
        max-width: 1000px;
        margin: 1.75rem auto;
    }    
}
@media (min-width: 1400px) {
    .container-fluid.bf {
        padding-left: 50px;
        padding-right: 50px;
    }
    .container-fluid.bf.footer .container {
        max-width: 1340px;
    }    
    .container-fluid.bf.footer > .row {
        margin-right: -40px;
        margin-left: -40px;
    }
    #MainSite {
        margin-left: -40px;
        margin-right: -40px;
    }
    #MenuSite, #MenuSiteLink {
        margin-left: -50px;
        margin-right: -50px;
    }
    #MenuSite.fixedTop {
        left: 50px;
        right: 50px;
    }
    #IframeModal .modal-dialog {
        min-width: 1200px;
        max-width: 1200px;
        margin: 1.75rem auto;
    }     
}

/*#region MODALE LOGIN */
.login-container h3 {
    font-weight: 300;
}
.login-container label {
    margin-bottom: 0;
}
.login-container .form-group.password {
    position: relative;
}
.login-container .form-group.password svg,
.login-container .form-group.password i {
    position: absolute;
    right: 8px;
    top: 35px;
    color: #001b2d;
    cursor: pointer;
}
.login-container .form-control {
    color: #001b2d;
    background-color: #fff;
    border: 1px solid #aec6d8;
    border-radius: 0rem;
    background-clip: border-box;
    font-weight: 600;
}
.login-container .btn.btn-primary {
    background-color: #001834;
    border: 1px solid #fff;
    border-radius: 0;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
.login-container .btn.btn-primary:not([disabled]):hover {
    background-color: #10e252;
    border: 1px solid #10e252;
    color: #001834;
}
.login-container button.signup {
    color: #a3e2ff;
    text-align: center;
    border: 1px solid #a3e2ff;
    border-radius: 0px;
    background: transparent;
    text-transform: uppercase;
    font-size: 1.15rem;
    padding: .5rem 1rem;
}
.login-container button.signup:not([disabled]):hover {
        color: #fff;
        border: 1px solid #fff;
    }
.login-container.closeLogin {
    padding-bottom: 1.1rem;
    text-decoration: underline;
    opacity: 0.6;
}
#LoginModal .modal-content {
    border: 0;
    border-radius: 0;
    background: #002742;
    color: white;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    /* background-image: url(../img/bg_menu.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #033a5f;
}

#LoginModal a.small {
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#LoginModal a.small:hover {
    text-decoration: underline;
    opacity: 0.8;
}
#LoginModal .modal-footer {
    border-top: 0;
}
#LoginModal .checkbox {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #50baea;
}

#LoginModal .checkbox label {
    font-size: 1em;
    padding: 0px;
    color: #50baea;
}

#LoginModal .checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

#LoginModal .checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #50baea;
    border-radius: 0;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: 5px;
}

#LoginModal .checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 45%;
    left: 20%;
}

#LoginModal .checkbox label input[type="checkbox"] {
    display: none;
}

#LoginModal .checkbox label input[type="checkbox"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

#LoginModal .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

#LoginModal .checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}

#LoginModal .close {
    color:white;
    text-shadow: none;
    font-size: 2rem;
}

/*#endregion MODALE LOGIN */