html, body {
     height: 100%;
}
 body{
     font-family: 'Open Sans', sans-serif;
     font-weight: 700;
     color:#fff;
}
 ul {
     list-style: none;
     padding: 0;
     margin: 0;
}
 .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
     outline: 0px auto -webkit-focus-ring-color;
     outline-offset: 0px;
}
 .btn:active, .btn.active {
     background-image: indianred;
     outline: 0;
     -webkit-box-shadow: inherit;
     box-shadow: inherit;
}
 .btn:hover, .btn:focus, .btn.focus {
     color: #fff;
     text-decoration: none;
     background: var(--first-bgcolor-hex) !important;
}
 .btn{
     text-transform: uppercase;
     width: auto !important;
}
 .wraper{
     background-image: url(../img/bg_mobile.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     position:relative;
}
 .navbar-default {
     border: none;
     border-radius: 0;
     height: auto;
     margin: 0;
     background: transparent;
}
 .navbar-default .navbar-brand {
     color: #fff;
     padding: 0;
     margin-left: 30px;
     margin-right: 15px;
}
 .navbar-default .navbar-nav > li > a {
     color: #fff;
}
 .navbar-header {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     margin: 0 !important;
     width: 100%;
     padding: 20px 0;
     -webkit-box-align: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
}
 .navbar-brand {
     height: auto;
}
 .navbar-brand > img {
     width: 250px;
}
 .them-btn{
     border-style: solid;
     border-width: 1px;
     border-color: rgb(57, 93, 157);
     border-radius: 3px;
    background: var(--first-bgcolor-hex);
     border-radius: 3px;
     border: none;
     width: 160px;
     height: 80px;
     font-size: 24px;
     text-transform: uppercase;
     line-height: 68px;
}
 .btn-primary:active:hover{
     border-style: solid;
     border-width: 1px;
     border-color: rgb(57, 93, 157);
     background-image: -moz-linear-gradient( 90deg, rgb(43,116,207) 0%, rgb(103,150,236) 100%);
     background-image: -webkit-linear-gradient( 90deg, rgb(43,116,207) 0%, rgb(103,150,236) 100%);
     background-image: -ms-linear-gradient( 90deg, rgb(43,116,207) 0%, rgb(103,150,236) 100%);
}
 .navbar-header .them-btn{
     margin-left: auto;
}
 .page-title {
     color: #000;
     text-align: center;
     font-size: 20px;
     border-style: solid;
     border-width: 1px;
     border-color: rgb(57, 93, 157);
     border-left: none;
     border-right: none;
     background: var(--first-bgcolor-hex);
     height: 65px;
     line-height: 63px;
     position:relative;
}
 .page-title a {
     color: #fff;
     position: absolute;
     left: 30px;
     height: 100%;
     top: 0;
     text-transform: uppercase;
}
 .page-title a img{
     transform: translateY(-5px);
}
 .tagline {
     font-size: 20px;
     color: rgb(192, 192, 192);
     font-weight: bold;
     text-align: center;
     margin: 0;
     padding: 5px 0;
}
 ul.nav.navbar-nav {
     margin: 0 0 7.5px 0;
     width: 100%;
}
 .navbar-nav li {
     border-style: solid;
     border-width: 1px;
     border-color: #2d2d2d;
     background: #4e4e4e;
     height: 60px;
     margin-bottom: 2px;
}
 .nav > li > a:hover, .nav > li > a:focus {
     text-decoration: none;
     background-color: inherit;
}
 .navbar-nav > li > a {
     padding-top: 10px;
     padding-bottom: 10px;
     height: 100%;
     line-height: 87px;
     font-size: 16px;
     color: #fff;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     justify-content: left;
     -webkit-justify-content: left;
     -webkit-box-align: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     padding-right: 100px;
}

.navbar-nav > li:hover{
     background: var(--first-bgcolor-hex);
}

.navbar-nav > li:hover a{
     color: #000;
}

 .nav > li > a > img {
     margin: 0 10px;
     width: 30px;
}
 .sr-only {
     position: absolute;
     width: 36px;
     height: 36px;
     padding: 0;
     margin: 0;
     border: 0;
     top: 50%;
     transform: translateY(-50%);
     right: 45px;
     clip: inherit;
     line-height: 33px;
}
 .well {
     border-style: solid;
     border-width: 1px;
     border-color: rgb(21, 21, 21);
     border-radius: 8px;
     margin-bottom: 10px;
     box-shadow: 0px 5px 0px 0px rgba(2, 2, 2, 0.95),inset 0px -4px 0px 0px rgba(0, 0, 0, 0.004);
     background: rgb(55,55,55);
     background: -moz-linear-gradient(top, rgba(55,55,55,.851) 1%, rgba(45,45,45,.851) 39%, rgba(30,30,30,.851) 100%);
     background: -webkit-linear-gradient(top, rgba(55,55,55,.851) 1%,rgba(45,45,45,.851) 39%,rgba(30,30,30,.851) 100%);
     background: linear-gradient(to bottom, rgba(55,55,55,.851) 1%,rgba(45,45,45,1) 39%,rgba(30,30,30,.851) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#1e1e1e',GradientType=0 );
}
 .user_passd{
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     -webkit-box-align: flex-end;
     -moz-box-align: flex-end;
     -ms-flex-align: flex-end;
     -webkit-align-items: flex-end;
     align-items: flex-end;
     padding-top: 15px;
}
 .big-btn {
     border-style: solid;
     border-width: 1px;
     border-color: rgb(57, 93, 157);
     border-radius: 8px;
     background: var(--first-bgcolor-hex);
     font-size: 32px;
     height: 100%;
     color:#000000 !important;
     font-weight: 700;
     width: 228px;
     height: 192px;
}
 .form-group label {
     margin-bottom: 0;
     font-size: 14px;
     padding-left: 12px;
     text-transform: uppercase;
}
 .form-control {
     border-style: solid;
     border-width: 1px;
     border-color: rgb(158, 158, 158);
     background-image: none;
     box-shadow: none;
     height: 42px;
     font-size: 14px !important;
     background-color: #000;
     color: #fff;
     border-radius: 0px !important;
     border: 1px solid var(--first-bgcolor-hex);
     -webkit-appearance: unset !important;
     -moz-appearance: unset !important;
     appearance: unset !important;
}

.form-horizontal .control-label {
     text-align: center !important;
}

 .flex_left {
     width: 100%;
     padding-right: 15px;
}
 .flex_left .form-group:last-child{
     margin-bottom: 0px;
}
 .help-block {
     display: block;
     margin-top: 15px;
     margin-bottom: 50px;
     color: #adadad;
     text-align: center;
     font-size: 20px;
     text-transform: uppercase;
}
 .help-block a {
     color: inherit;
     text-decoration: underline;
}
 label.note {
     font-size: 20px;
     text-transform: uppercase;
     text-align: center;
     width: 100%;
     font-weight: 700;
}
 .red-btn {
     border-style: solid;
     border-width: 1px;
     border-color: rgb(169, 0, 0);
     border-radius: 8px;
     background-image: -moz-linear-gradient( 90deg, rgb(171,13,13) 0%, rgb(219,15,15) 100%);
     background-image: -webkit-linear-gradient( 90deg, rgb(171,13,13) 0%, rgb(219,15,15) 100%);
     background-image: -ms-linear-gradient( 90deg, rgb(171,13,13) 0%, rgb(219,15,15) 100%);
     box-shadow: 0px 1px 1px 0px rgba(2, 2, 2, 0.75),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
     height: 72px;
     font-size: 26px;
     font-weight: 700;
     line-height: 60px;
     color:#fff;
}
 .grey-btn {
     border-style: solid;
     border-width: 0px;
     border-color: rgba(158, 158, 158, 0);
     border-radius: 8px;
     box-shadow: 0px 1px 1px 0px rgba(2, 2, 2, 0.65),inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
     height: 107px;
     line-height: 95px;
     font-size: 26px;
     font-weight: 700;
     color:#fff;
     background: rgb(207,207,207);
     background: -moz-linear-gradient(top, rgba(207,207,207,.37) 2%, rgba(195,195,195,.37) 39%, rgba(180,180,180,.37) 100%);
     background: -webkit-linear-gradient(top, rgba(207,207,207,.37) 2%,rgba(195,195,195,.37) 39%,rgba(180,180,180,.37) 100%);
     background: linear-gradient(to bottom, rgba(207,207,207,.37) 2%,rgba(195,195,195,.37) 39%,rgba(180,180,180,.37) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#b4b4b4',GradientType=0 );
}
 .wrap {
    /*margin-bottom: 178px;
    */
     padding-bottom: 10px;
     width: 100%;
     clear: both;
}
 .subfooter {
     background-color: rgba(78, 78, 78, 0.9);
     width: 100%;
     height: 85px;
     position: fixed;
     bottom: 0;
     left: 0;
	 z-index: 9;
    /*display: none;
    */
     transition: all 0.5s ease;
}
 .subfooter .container {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     -webkit-box-align: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     height: 100%;
	 padding: 0 5px;
}
 .subfooter a {
     border-style: solid;
     border-width: 1px;
     border-color: rgb(78, 78, 78);
     background: #2d2d2d;
     width: 131px;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     justify-content: center;
     -webkit-justify-content: center;
     -webkit-box-align: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     flex-direction: column;
     color: #fff;
     text-transform: uppercase;
     position:relative;
     font-size: 12px;
     height: 65px;
     margin: 0 1px;
}

 .subfooter a:hover{
     background: var(--first-bgcolor-hex);
     color: #fff;
 }

 .sports-main-head-new, .sports-main-head-sub-new, .sports-last-step-heading{
     background: var(--first-bgcolor-hex) !important;
     color: #fff !important;
 }

small.coupon_noti {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #db0f0f;
    text-align: center;
    line-height: 18px;
}
 .subfooter a span{
     padding-top: 3px;
}
 .subfooter a img {
     margin-top: 4px;
}
/*sports_giocabilita page css*/
 .mt_10 {
     margin-top: 10px;
}
 .flex{
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
}
 .justify-content{
     justify-content: space-between;
     -webkit-justify-content: space-between;
}
 .justify-content-center{
     justify-content: center;
     -webkit-justify-content: center;
}
 h3.series_title {
     font-size: 26px;
     margin-top: 0;
     text-align: center;
     margin-bottom: 30px;
     text-transform: uppercase;
}
 .white_div {
     justify-content: center;
     -webkit-justify-content: center;
     -webkit-box-align: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     border-style: solid;
     border-width: 1px;
     border-color: rgb(195, 195, 195);
     border-radius: 10px;
     background-image: -moz-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(244,244,244) 99%);
     background-image: -webkit-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(244,244,244) 99%);
     background-image: -ms-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(244,244,244) 99%);
     box-shadow: 0px 1px 1px 0px rgba(2, 2, 2, 0.75),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.004);
     width: 153px;
     height: 55px;
     font-size:18px;
     color:#000000;
     margin: 0 17px 30px 17px;
     text-transform: uppercase;
}
 .black_div {
     justify-content: center;
     -webkit-justify-content: center;
     -webkit-box-align: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     border-style: solid;
     border-width: 1px;
     border-color: rgb(21, 21, 21);
     border-radius: 10px;
     background-image: -moz-linear-gradient( 90deg, rgb(18,18,18) 0%, rgb(41,41,41) 49%, rgb(45,45,45) 50%);
     background-image: -webkit-linear-gradient( 90deg, rgb(18,18,18) 0%, rgb(41,41,41) 49%, rgb(45,45,45) 50%);
     background-image: -ms-linear-gradient( 90deg, rgb(18,18,18) 0%, rgb(41,41,41) 49%, rgb(45,45,45) 50%);
     box-shadow: 0px 1px 0px 0px rgba(2, 2, 2, 0.3), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
     width: 153px;
     height: 55px;
     padding: 0 10px;
     text-align: center;
     font-size:18px;
     line-height: 20px;
     margin: 0 17px 30px 17px;
     text-transform: uppercase;
}
 .last_more {
     width: 73px;
     text-transform: none;
}
 .panel.transparent {
     background: none;
}
 .panel.transparent h4 {
     border-style: solid;
     border-width: 1px;
     border-color: rgb(195, 195, 195);
     background-image: -moz-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(244,244,244) 99%);
     background-image: -webkit-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(244,244,244) 99%);
     background-image: -ms-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(244,244,244) 99%);
     box-shadow: 0px 1px 1px 0px rgba(2, 2, 2, 0.75),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.004);
     height: 37px;
     color:#000000;
     margin: 0;
     line-height: 37px;
     padding: 0 20px;
     border-radius: 8px 8px 0 0;
}
 .name_time {
     -webkit-box-align: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     border-style: solid;
     border-width: 1px;
     border-color: rgb(57, 93, 157);
     background-image: -moz-linear-gradient( 90deg, rgb(43,116,207) 0%, rgb(103,150,236) 100%);
     background-image: -webkit-linear-gradient( 90deg, rgb(43,116,207) 0%, rgb(103,150,236) 100%);
     background-image: -ms-linear-gradient( 90deg, rgb(43,116,207) 0%, rgb(103,150,236) 100%);
     box-shadow: 0px 1px 1px 0px rgba(2, 2, 2, 0.75);
     height: 52px;
     font-size: 26px;
     text-transform: uppercase;
     padding: 0 20px;
     margin-bottom: 4px;
}
 .well.br_rs_0 {
     border-top-left-radius: 0;
     border-top-right-radius: 0;
     border-bottom-left-radius: 12px;
     border-bottom-right-radius: 12px;
     margin-bottom: 8px;
     border-style: solid;
     border-width: 1px;
     border-color: rgb(21, 21, 21);
     background-image: -moz-linear-gradient( 90deg, rgb(36,36,36) 0%, rgb(76,76,76) 99%);
     background-image: -webkit-linear-gradient( 90deg, rgb(36,36,36) 0%, rgb(76,76,76) 99%);
     background-image: -ms-linear-gradient( 90deg, rgb(36,36,36) 0%, rgb(76,76,76) 99%);
     box-shadow: 0px 1px 1px 0px rgba(2, 2, 2, 0.75),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
 .daily_list li {
     border-style: solid;
     border-width: 1px;
     border-color: rgb(195, 195, 195);
     border-radius: 10px;
     background-image: -moz-linear-gradient( 90deg, rgb(209,209,209) 0%, rgb(224,224,224) 49%, rgb(232,232,232) 50%);
     background-image: -webkit-linear-gradient( 90deg, rgb(209,209,209) 0%, rgb(224,224,224) 49%, rgb(232,232,232) 50%);
     background-image: -ms-linear-gradient( 90deg, rgb(209,209,209) 0%, rgb(224,224,224) 49%, rgb(232,232,232) 50%);
     box-shadow: 0px 1px 1px 0px rgba(2, 2, 2, 0.75);
     width: 150px;
    /*height: 88px;
    */
     text-align:center;
     margin-bottom: 10px;
}
 .daily_list li span {
     background-color: rgb(0, 0, 0);
     height: 33px;
     width: 100%;
     display: block;
     border-radius: 10px 10px 0 0;
     line-height: 33px;
     font-size:26px;
     margin-top: 1px;
     text-transform: uppercase;
}
 .daily_list li p {
     margin: 6px 0;
     font-size: 30px;
     color: #000;
}
 .view_more i{
     font-size: 68px;
     font-style: normal;
     display: block;
     line-height: 38px;
}
 .view_more a {
     font-size: 22px;
     color: #000;
}
 .daily_list li.view_more {
     border-style: solid;
     border-width: 1px;
     border-color: rgb(57, 93, 157);
     border-radius: 10px;
     background: var(--first-bgcolor-hex);
     width: 72px;
     justify-content: center;
     -webkit-justify-content: center;
     -webkit-box-align: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
}
/*sports_giocabilita page css*/
 @media (max-width:600px){
     .wrap {
        /*margin-bottom: 75px;
        */
    }
     .navbar-default .navbar-brand {
         margin-left: 10px;
    }
     .them-btn {
         width: 150px;
         height: 42px;
         font-size: 16px;
         line-height: 31px;
         margin-left: 15px;
    }
     .page-title {
         font-size: 14px;
         height: 45px;
         line-height: 43px;
    }
     .page-title a {
         left: 15px;
    }
     .page-title a img {
         transform: translateY(-3px);
         height: 16px;
    }
     .tagline {
         font-size: 12px;
    }
     .navbar-nav li{
         height: 60px;
         position: relative;
    }
     .navbar-nav > li > a{
         line-height: 87px;
         font-size: 16px;
         padding-right: 50px;
    }
     .nav > li > a > img {
         margin: 0 10px;
         width: 30px;
    }
     .sr-only {
         width: 20px;
         height: 20px;
         right: 20px;
         line-height: 17px;
    }
     .sr-only img {
         width: 100%;
    }
     .form-group label {
         font-size: 14px;
    }
     .well {
         padding: 9px;
    }
     .user_passd {
         padding-top: 5px;
    }
     .big-btn{
         font-size: 20px;
         width: 100px;
         height: 115px;
    }
     .flex_left {
         padding-right: 5px;
    }
     .form-control{
         height: 42px;
         font-size: 14px;
    }
     .help-block {
         margin-top: 5px;
         margin-bottom: 20px;
         font-size: 9px;
    }
     label.note {
         font-size: 9px;
    }
     .red-btn{
         height: 50px;
         font-size: 16px;
         line-height: 38px;
    }
     .grey-btn{
         height: 67px;
         line-height: 57px;
         font-size: 16px;
    }
     .subfooter {
         height: 85px;
         position: fixed !important;
    }
     .subfooter a{
         font-size: 12px;
         height: 65px;
         margin: 0 1px;
    }
     .subfooter a img {
         width: 30px;
    }
     .subfooter a span {
         padding-top: 3px;
    }
     .form-group {
         margin-bottom: 10px;
    }
}
 @media screen and (orientation:landscape) {
     .wrap {
        /*margin-bottom: 85px;
        */
    }
     .navbar-default .navbar-brand {
         margin-left: 10px;
    }
     .them-btn {
         width: 150px;
         height: 42px;
         font-size: 16px;
         line-height: 31px;
         margin-left: 15px;
    }
     .page-title {
         font-size: 14px;
         height: 45px;
         line-height: 43px;
    }
     .page-title a {
         left: 15px;
    }
     .page-title a img {
         transform: translateY(-3px);
         height: 16px;
    }
     .tagline {
         font-size: 12px;
    }
     .navbar-nav li{
         height: 60px;
    }
     .navbar-nav > li > a{
         line-height: 87px;
         font-size: 16px;
         padding-right: 50px;
    }
     .nav > li > a > img {
         margin: 0 10px;
         width: 30px;
    }
     .sr-only {
         width: 20px;
         height: 20px;
         right: 20px;
         line-height: 17px;
    }
     .sr-only img {
         width: 100%;
    }
     .form-group label {
         font-size: 14px;
    }
     .well {
         padding: 9px;
    }
     .user_passd {
         padding-top: 5px;
    }
     .big-btn{
         font-size: 20px;
         width: 100px;
         height: 115px;
    }
     .flex_left {
         padding-right: 5px;
    }
     .form-control{
         height: 42px;
         font-size: 14px;
    }
     .help-block {
         margin-top: 5px;
         margin-bottom: 20px;
         font-size: 9px;
    }
     label.note {
         font-size: 9px;
    }
     .red-btn{
         height: 50px;
         font-size: 16px;
    }
     .grey-btn{
         height: 67px;
         line-height: 57px;
         font-size: 16px;
    }
     .subfooter {
         height: 85px;
    }
     .subfooter a{
         font-size: 12px;
         height: 65px;
         margin: 0 1px;
    }
     .subfooter a img {
         width: 30px;
    }
     .subfooter a span {
         padding-top: 3px;
    }
     .form-group {
         margin-bottom: 10px;
    }
}



#couponModal.fade.in .sports-main-head img{
     display:none;
}
#couponModal.fade.in i.fa.fa-arrow-circle-left{
     display:inline-block;
}
#couponModal i.fa.fa-arrow-circle-left{
     margin-right: 10px;
}
a.coupon {
    color: #fff !important;
}


.profile-main{
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0;
}

.profile-info{
    float: left;
    width: 100%;
    margin: 10px 0px;
    padding: 0px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.username{
     font-weight: bold;
}

.profile-name{
     float: left;
     text-transform: capitalize;
}

.profile-saldo {
    float: left;
    margin-left: 10px;
}

.profile-saldo div {
    float: left;
    margin-right: 5px;
}

.profile-saldo i.immagineOcchio {
    margin: 3px;
}

.sport-balance{
     margin-top: 15px;
}

.logout-mobile{
    float: right;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}

.logout-mobile a{
     color: #fff;
}

.logout-mobile img {
    width: 30px !important;
}

.menu{
    float: left;
    width: 100%;
    background: var(--first-bgcolor-hex);
    margin-bottom: 20px;
    text-align: center;
}

.menu li{
     padding: 5px 8px;
     border-right: 1px solid #fff;
     margin: 0;
     list-style: none;
}

.menu li:last-child{
     border: 0px;
}

.menu a{
     color: var(--first-alternative-textcolor-hex);
     font-size: 12px;
     font-weight: 500;
}

.menu .badge{
    width: 15px;
    height: 15px;
    margin: -5px 0px 0px 3px;
    padding: 0;
    border-radius: 0;
    background: #000;
    font-size: 10px;
    line-height: 1.5em;
}

.nascosto {
    display: none !important;
}

.saldoUtente {
    font-size: 15px;
    font-family: Roboto Condensed;
    background-color: #ac0000;
    color: #fff;
    padding: 0px 5px;
    border-radius: 3px;
    margin-top: -2px;
}

.message{
    /* background-image: -moz-linear-gradient( 90deg, rgb(37,136,27) 0%, rgb(78,178,51) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(37,136,27) 0%, rgb(78,178,51) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(37,136,27) 0%, rgb(78,178,51) 100%);*/

}
.col-xs-6.col-sm-3.col-md-2.col-lg-2.game {
    padding-left: 3px;
    padding-right: 3px;
}
.immagine {
    max-width: 100%;
    max-height: 99%;
     margin-bottom: 5px;
}
.navbar {
     margin-bottom: 1px!important;
}

.header-close{
     font-size: 30px;
     color: #fff;
     text-align: center;
     padding-bottom: 15px;
}
a:hover {
     color: none!important;
     text-decoration: none;
}
.linkmobile:hover {
    color: white;
}
.small-header{
     display: none;
}

.header-icon{
     width: 17px;
     height: 30px;
     overflow: hidden;
     margin: 0px auto;
     text-align: center;
}
.nav > li > a:focus, .nav > li > a:hover {
     text-decoration: none;
     background-color: var(--first-bgcolor-hex) !important;
     color: #fff !important;

}
.down{
     display: none;
}

.logout-sm{
     background-image: -moz-linear-gradient( 90deg, rgb(184,23,23) 0%, rgb(231,31,31) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(184,23,23) 0%, rgb(231,31,31) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(184,23,23) 0%, rgb(231,31,31) 100%);
    padding: 5px 15px;
    text-align: center;
}

.logout-sm img{
     margin-right: 10px;
}

.logout-sm a{
     color: #fff;
     font-size: 18px;
     font-weight: bold;
     display: block;
     text-transform: uppercase;
}

.account{
      padding: 5px 15px;
    text-align: center;
}

.account a{
     color: #fff;
     font-size: 15px !important;
     font-weight: bold;
     text-transform: uppercase;
     display: block;
}

.sport-balance img{
     margin-left: 15px;
}

.potrait{
     display: none;
     margin: 10px 0;
     float: right;
}

.submit{
     width: 100% !important;
     background: var(--first-bgcolor-hex) !important;
}

.submit a{
     
     display: block;
     text-transform: uppercase;
     font-weight: bold;
}

.header-left .submit{
    color: var(--first-alternative-textcolor-hex) !important;
}

.form-main{
     padding-top: 15px;
}

.form-main label{
     color: #fff;
     text-transform: uppercase;
}

.form-main input{
     border-radius: 0;
}

.login-sm{
     background: -webkit-linear-gradient( var(--first-linear-gradient-invert));
    padding: 5px 15px;
    text-align: center;
}

.login-sm a{
     color: #fff;
     font-size: 15px;
     font-weight: bold;
     display: block;
}
.col-xs-6.sm-header-main.account {
    background: -webkit-linear-gradient( var(--first-linear-gradient));

}

.col-xs-6.sm-header-main.account.acc-blue{
    background: -webkit-linear-gradient( var(--first-linear-gradient));
}

.col-xs-6.sm-header-main.account.acc-blue a{
     color: #000;
     font-size: 18px !important;
}

.col-xs-6.sm-header-main. {
    background-color: var(--first-bgcolor-hex);

}

.sm-header-main{
     height: 30px;
}

.giro-select select{
     width: 100% !important;
     height: 34px;
     border: 1px solid var(--first-bgcolor-hex) !important;
     background: #000;
     color: #fff;
     border-radius: 0px;
}

.giro-select input{
     width: 100% !important;
     height: 34px;
     border: 1px solid var(--first-bgcolor-hex) !important;
     background: #000;
     color: #fff;
     border-radius: 0px;
}

@media (max-width: 480px) {

     .logout-mobile a{
          display: block;
     }

     .potrait{
          display: none;
     }

     .logout-sm a, .account a{
          font-size: 18px;
     }
}

.navbar-default{
     background-color: #000 !important;
     border-color: #000 !important;
}

.top-header{
     background-image: none !important;
     height: auto !important;
}
.navbar-brand {
    background-color: rgba(0,0,0,0.5) !important;
     float: left;
     height: 30px!important;
     padding: 0px 0px!important;
}

.button-icon{
     position: absolute;
     /*top: 17px;*/
     right: 15px;

}

.well a{
     width: 100%;
}

.button-icon img{
     width: 20px;
     height: 20px;
}

.mov-main{
     width: 100%;
     margin: 0px auto;
     margin-left: 20px;
}

.cont_quotes .btn {
    width: 200px;

}

.cont_quotes {
    height: 70px;
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
}

.gruppiBottoniquote{
     height: auto;
     display: block;

}

.gruppiBottoniquote .btn{
     width: 32.5% !important;
}

.bottone-blu-quote-span{
     width: 100px;
}

.sports-bottom-head, .sports-bottom-left{
     text-align: left !important;
}


.mob-coupon-head{
	display: none;
     background: #000;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 15px;
}

.mob-coupon-event{
     padding: 5px 15px;
     background: #2f2f2f;
     color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.mob-coupon-main, .cupon-middle-main-bottom{
     margin: 0px;
     border-bottom: 0px solid #2f2f2f;
     padding: 1px 5px;
     background-image: -moz-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(244,244,244) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(244,244,244) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(244,244,244) 100%);
}

#topCoupon{
     background-image: -moz-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(244,244,244) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(244,244,244) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(244,244,244) 100%);
}

.mob-coupon-text{
     padding: 0;
}

.mob-coupon-top{
     font-size: 12px;
     font-weight: 600;
}

.mob-coupon-top b{
     font-weight: 900;
}

.mob-coupon-bottom{
     /*margin-top: 10px;*/
}

.mob-amount{
     float: left;
     margin-top: 5px;
     margin-right: 10px;
     font-size: 15px;
     font-weight: bold;
     color: #000;
}

.mob-x{
     background: #2f2f2f;
     font-size: 12px;
     font-weight: bold;
     color: #fff;
     width: auto;
     height: auto;
     text-align: center;
     float: left;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 2px 10px;
     margin: 5px;
}

.cupon-main-num-center{
     min-width: 50px !important;
}

.cancellaMatch img{
     width: 30px;
     height: 30px;
}

.mob-coupon-left{
     padding: 0;
}

.mob-coupon-right-text{
     font-weight: bold !important;
     padding: 0px 0px;
     text-align: right;
     font-weight: 900;
     margin-right: 15px;
     font-size: 13px;
     color: #000;
}

.mob-coupon-right-main{
     float: right;
}

.mob-coupon-right-main{
     margin: 5px;
}

.cupon-id{
     padding: 0;
}

.accetta-coupon-head{
     background-image: -moz-linear-gradient( 90deg, rgb(43,116,207) 0%, rgb(103,150,236) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(43,116,207) 0%, rgb(103,150,236) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(43,116,207) 0%, rgb(103,150,236) 100%);
    
    text-align: center;
    padding: 15px 0;
}

.accetta-coupon-head a{
     color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.discipline-heading{
     padding-left: 5px !important;
     padding-right: 5px !important;
}

.cupon-middle-head{
     display: block !important;
     padding: 10px 5px;
}

.importo-left{
     width: 25%;
     float: left;
}

.vincita-head{
     float: none;
     text-align: center;
     width: 100%;
}

.vincita-main{
     margin: 0px !important;
}

.cupon-bottom{
     margin-top: 0 !important;
}

.cupon-middle-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
     width: 33.33% !important;
}

.importo-sistema{
         width: 58.33333333% !important;
}

.modal-visualizza-schedine{
     width: 400px !important;
}

#movimenti .row{
     margin: 0 !important;
}

#movimenti .form-control{
     width: 100% !important;
}

#movimenti .mov-main{
     margin-left: 0;
}

@media (max-width: 480px) {
     .mob-coupon-top{
          font-size: 12px;
     }
}


@media (max-width: 480px) {
     
.sports-gioca-main-inner, .sports-gioca-main{
     height: auto !important;
}

.sports-gioca-main{
     padding: 10px 0;
}

.sports-gioca-bottom{
     padding: 7px !important;
}
}

@media (max-width: 480px) {
     .cont_quotes .btn{
          /*text-align: left;*/
          text-align: center;
          padding: 6px 5px !important;
     }

     .fa-info{
          left: -4px !important;
     }
}

@media (max-width: 1187px) {
     .subfooter a img{
          max-width: 30px;
     }
}

@media (max-width: 767px) {
     .mov-main .form-control{
          width: 100% !important;
     }

     .contenuto_tab .row{
          margin: 0 !important;
     }
}

.modal-footer .btn{
     width: 40% !important;
}

.mobile-width label{
     margin-bottom: 5px;
}

.mobile-width input{
     margin-bottom: 10px;
}

.mov-main button{
     margin: 15px 0;
}

#trasferiscidenaro .rigaRossaSfondo{
     margin-left: 0 !important;
     width: 100%;
}

.mobile-width{
     padding: 0 5px !important;
}

.rigaRossaSfondo{
     width: 100%;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
     width: 100% !important;
}

.providers-icon{
     position: absolute;
     right: 30px;   
     top: 0;
}

.providers-body-main{
     background: #2f2f2f;
     border-bottom: 1px solid #000;
     /*padding: 10px 0;*/
     text-align: center;
     width: 100%;

}

.providers-body-main a{
     color: #fff;
     font-size: 11px;
     font-weight: bold;
     display: block;
}

.provider-close{
     background: var(--first-bgcolor-hex);
     color: #000;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.providers-body{
     display: none;
}

.providers-menu {
    padding: 5px 0px;
}

.providers-menu-main{
     background: var(--first-bgcolor-hex);
     color: #fff;
     font-size: 34px;
     font-weight: bold;
     text-align: center;
     padding: 5px 0px;
     border: 2px solid #000;
}

.providers-menu-main.active{
     background: #2f2f2f;
}

.providers-menu-main a{
     color: var(--first-alternative-textcolor-hex);
     text-transform: uppercase;
     font-size: 10px;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
}

/*Casino*/

.incassa-denaro {
    background: var(--first-bgcolor-hex);
    font-size: 15px;
    text-align: center;
    padding: 5px 0px;
    border: 2px solid #000;
}

.incassa-denaro a {
    color: #fff
}

.casino-title {
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
}

@media (max-width: 480px) {
     .providers-menu-main{
          font-size: 22px;
     }
}

.providers-menu-main.active{
     color: #fff;
}

.providers-tab{
     margin-top: 0px;
}

.providers-tab ul{
     width: 100%;
}

.providers-tab li{
     float: left;
     /*width: 50%;*/
     list-style: none; 
}

.providers-tab a{
     display: block;
}

.providers-menu-inner{
     padding: 0px 3px;
     margin-bottom: 4px;
     margin-right: -5px;
     margin-left: -5px;
}

.providers-menu-inner .nav-tabs>li{
     width: 50% !important;
}

.pro-game-main{
     padding: 0px 2px;
     margin-bottom: 4px;
}

.pro-game-inner{
     background: #2f2f2f;
     padding: 5px;
}

.pro-game-inner img{
     width: 100%;
}

/*.nascosto{
     display: none !important;
}
*/

.saldo-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
     width: auto !important;
}

.saldo-table select, .select2-container--default{
     width: 100% !important;
}

#optionsRadios1a{
     width: auto !important;
     height: auto;
}

.select2-results{
     background: #000;
}

.treetable{
     width: 100%;
    overflow-x: scroll;
    display: block;
}

.cont_quotes .btn:hover{
     width: 32.5% !important;
     background: var(--first-bgcolor-hex) !important;
     color: #fff !important;
}


/*Casino*/

.casino-providers-main {
     padding: 5px;
     width: 100%;
     display: inline-block;
}

.providers-head{
    background: var(--first-bgcolor-hex);
    color: var(--first-alternative-textcolor-hex);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin: 5px 0px;
}

.gold-providers-head{
     background: var(--first-bgcolor-hex);
     color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.providers-icon{
     position: absolute;
     right: 30px;   
     top: 0;
}

.gold-providers-icon{
     position: absolute;
     right: 30px;   
     top: 0;
}

.providers-body-main{
     background: #2f2f2f;
     border-bottom: 1px solid #000;
     padding: 10px 0;
     text-align: center;
     width: 100%;

}

.providers-body-main a{
     color: #fff !important;
     font-size: 11px;
     font-weight: bold;
     display: block;
     text-transform: uppercase;
}

.provider-close{
     background: var(--first-bgcolor-hex);
     color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 0;
}

.providers-body{
     display: none;
}

.gold-provider-close{
     background: var(--first-bgcolor-hex);
     color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 0;
}

.gold-providers-body{
     display: none;
}

.pro-game-main{
     padding: 0px 2px;
     margin-bottom: 4px;
}

.pro-game-inner{
     background: #2f2f2f;
     padding: 5px;
}

.pro-game-inner img{
     width: 100%;
}

.box-img img{
     width: 100% !important;
     height: 100% !important;
}

.filter-portfolio .port-box .box-img img, .f_rowin .port-box .box-img img {
     width: 100% !important;
     height: 100% !important;
}

.filter-portfolio .port-box .box-img, .f_rowin .port-box .box-img .box-text {
     width: 100% !important;
     height: 100% !important;
     border: 1px solid var(--first-bgcolor-hex);
}

.filter-portfolio .port-box, .f_rowin .port-box{
     width: 100% !important;
     margin: 1px !important;
     height: 130px !important;
}

.button-poker{
     left: 50% !important;
     transform: translateX(-50%) !important;
}

.navbar-nav li{
     width: 100%;
}

.popover-title, .popover-content{
     color: #000 !important;
}


/*a-login*/

.a-login-top{
     height: 35px !important;
     padding: 8px !important;
     background: var(--first-bgcolor-hex);
     text-align: right !important;
     text-transform: uppercase;
     font-weight: bold;
     font-size: 14px;
     color: #fff;
}

.a-login-bottom{
     background: rgba(0,0,0,0.5);
}

.a-login-left{
     float: left;
     padding-left: 30px;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     line-height: 15px;
     text-transform: uppercase;
     padding-left: 10px !important;
}

.a-login-right{
     float: right;
}

.a-login-main{
     padding: 20px 15px;
     height: 56px;
     border: 1px solid #151515;
     margin: 5px 5px;

}

.a-login-main:hover .a-login-left{
     color: var(--first-bgcolor-hex);
}

.a-login-main.active .a-login-left{
     color: var(--first-bgcolor-hex);
}

.reg_list .block .gio_link:hover{
     background: var(--first-bgcolor-hex) !important;
     color: #fff !important;
}

.a-login-top a{
     color: #fff !important;
     font-size: 15px !important;
     text-transform: uppercase;
     line-height: 0px !important;
     padding: 10px 0px;
}

.a-login-top div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 70%;
    float: right;
}

.back_arw i {
    font-size: 15px;
    color: #fff;
    margin-right: 5px;
}

.a-login-number{
     background: #fff;
     padding: 2px 25px;
     border-radius: 5px; 
     color: #000;
     font-size: 20px;
     font-weight: bold;
     line-height: 15px;
     float: left;
}

.a-login-right-inner{
     position: relative;
}

.a-login-right-inner i{
     font-size: 30px;
     line-height: 0;
     padding: 5px;
     position: relative;
     top: 5px;
     color: #bababa;
}

.calcio-border{
     background-image: -moz-linear-gradient( 90deg, rgb(37,136,27) 0%, rgb(78,178,51) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(37,136,27) 0%, rgb(78,178,51) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(37,136,27) 0%, rgb(78,178,51) 100%);
    height: 100px;
    width: 10px;
    float: left;
}

.calcio-inner{
     float: left;
     margin-left: 15px;
}

.calcio-game{
     font-size: 18px;
     font-weight: 300;
     color: #fff;
}

.calcio-team{
     font-size: 20px;
     font-weight: bold;
     color: #fff;
     margin: 10px 0;
}

.calcio-score{
     font-size: 20px;
     font-weight: bold;
     color: #fff;
}

.calcio-main{
     padding: 0 5px;
}

.primo{
     font-size: 20px;
     font-weight: bold;
     color: #fff;
     margin-top: 40px;
}

.calcio-new-inner{
     border: 1px solid #000;
     padding: 10px 0;
     margin: 5px 5px;
}

.calcio-new{
     padding: 10px 0;
}

@media (max-width: 480px) {

     .logout-sm a, .account a{
          font-size: 18px;
     }

     .calcio-main{
          width: 100%;
          margin-bottom: 10px;
     }

     .primo{
          margin-top: 10px;
     }

     .calcio-main .a-login-right-inner, .primo{
          margin-left: 30px;
     }
}

#dati-footer-sistema .table > tbody > tr > td, #dati-footer-sistema .table > tbody > tr > th{
     width: 33.33% !important;
}

.space{
     min-height: 10px !important;
}
.contenitore_torneo .championship_betts{
	margin:0; 
}

.sports-bottom-inner{
     /*background: var(--first-bgcolor-hex) !important;*/
     background: -webkit-linear-gradient( var(--first-linear-gradient)) !important;
}

.sports-bottom-head{
     color: #000 !important;
}

.sports-bottom-left{
     color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
     background: var(--first-bgcolor-hex) !important;
     color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected=true]{
     color: #fff !important;
}

.select2-container--default .select2-selection--single {
    background-color: #000 !important;
    border: 1px solid var(--first-bgcolor-hex)  !important;
    border-radius: 0px !important;
    height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    height: 42px !important;
    line-height: 40px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
     border: 1px solid var(--first-bgcolor-hex) !important;
    background: #000 !important;
    color: #fff !important;
}

.select2-dropdown {
     background-color: #000 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
     background-color: #000 !important;
}

.provider-open, .provider-close{
     background: #2d2d2d !important;
}

.sports-bottom-left{
     text-overflow: ellipsis;
    /* display: block; */
    overflow: hidden;
    white-space: nowrap;
}

.reg_inn {
     border-radius: 0px !important;
}






.alert{
     position: fixed;
     top: 0;
     /*position: relative !important;*/
     z-index: 999;
     width: 100%;
     border-radius: 0px !important;
}
.alert-success {
  color: var(--second-bgcolor-hex);
  background-color: #000;
  border-color: var(--second-bgcolor-hex);
}
.alert-success hr {
  border-top-color: var(--second-bgcolor-hex);
}
.alert-success .alert-link {
  color: var(--second-bgcolor-hex);
}
.alert-danger {
  color: #FF0000;
  background-color: #000;
  border-color: #FF0000;
}
.alert-danger hr {
  border-top-color: #FF0000;
}
.alert-danger .alert-link {
  color: #FF0000;
}

/*
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
*/

.poker-page-container {
     background-color: #000;
     height: -webkit-fill-available;
}

.poker-container {
     text-align: center;
     margin: 30px 0px 70px 0px;
}

.ipokerbet-logo {
     width: 100%;
}

.dbg-logo {
     width: 75%;
     margin-bottom: 10px;
}

.button-full-width {
     background: var(--first-bgcolor-hex);
    font-size: 15px;
    text-align: center;
    padding: 5px 0px;
    border: 2px solid #000;
    width: 90%;
    color: #eee;
}
.fsport-page {
  min-height: 600px;
  background: url('https://cdn.mgbopanel.com/common/img/banner_fsport_mobile.jpg') no-repeat center top;
    background-repeat: no-repeat;
}
.button-fsport {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background-color: var(--first-bgcolor-hex);
  width: 100%;
  height: 50px;
  border: 5px solid #000;
  background-image: linear-gradient(45deg, var(--first-bgcolor-hex) 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.casinoEvo-page {
    min-height: 600px;
    background: url(https://cdn.mgbopanel.com/common/img/backgrounds/mobile_casinoEvo-BG.jpg) no-repeat center top;
    background-repeat: no-repeat;
}