/* do not group these rules */
*::-webkit-input-placeholder {
    color: #000;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #000;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #000;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

body
{
      background: radial-gradient(ellipse at center,  #004985 1%,#0a1b4e 100%);
      /* box-shadow: inset 20px 0px 102px 50px rgba(0, 0, 0, 0.5); */
      /* -webkit-box-shadow: inset -18px 80px 177px 370px rgba(188, 191, 187, 0.25); */
      -moz-box-shadow: inset 20px 0px 80px 50px rgba(0, 0, 0, 0.5);
      -o-box-shadow: inset 20px 0px 80px 50px rgba(0, 0, 0, 0.5);
}

.cont
{
    width: 950px;
    margin: 0 auto;
}
.cont.cont_large
{
    width: 100%;
    min-width: 950px;
    padding: 3px;
}

.navbar{
    /*  z-index: 1;*/
}

.dataTables_length,.dataTables_info,.dataTables_paginate{
    display: none;
}


#top-home{
    margin-top: 20px;     
}

#flags a{
    margin-left: 10px;
}

a {
    cursor: pointer;
}

.choose-lang-txt{
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
}

#home-cont{
    min-height: 880px;
    position: relative;
}

.home-btn{
    margin-bottom: 22px;
    text-align: center;
}

#footer-links{ text-align: center; }
#footer-links a{color: #fff; text-transform: uppercase;  }

.home-btn a{ text-decoration: none;}
.home-btn h3{ text-align: center; font-weight: bold; color: #fff; font-size: 18px; margin-top: 10px; margin-bottom: 0;}

#virtual-racing-btn{
    margin-top: 50px;
}

#casino-btn{
    padding-right: 45px;
}

#poker-btn{
    padding-right: 0;
}

#sports-btn{
    margin-left: 385px;
    margin-top: -32px;
}

#home-tag-line{
    text-align: center;

}

#home-tag-line h1{font-weight: bold; font-size: 50px; margin-top: 0; line-height: 45px;}
#home-tag-line h2{margin: 0; }

#social-icons{ }

#footer-icons{/*margin-top: 35px;*/ margin-bottom: 23px;}
#payment-icons{margin-bottom: 20px;}
#footer-links{margin-top: 10px;}

#social-icons a{margin-right:35px; }

.page-sidebar .page-sidebar-menu > li > a.sports_link_print
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 3px 2px 7px;
    border-left: none;
    border-right: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    color: #fff;
    background: #003465;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #012344 !important;
    border-top: 1px solid #214d77 !important;
}

.page-sidebar .page-sidebar-menu > li > a.sports_link_print:hover{
    background: #2D2F36 !important;
    color: #fff !important;
}

.page-sidebar .page-sidebar-menu li > a > .arrow::before
{
    margin-top: -4px;
}
.page-content{
    background: transparent;
}

.portlet.box > .portlet-body
{
    background: transparent;
}

#sport_content{
    /*padding: 0;*/
}


.cont_large #sport_content{
    /* width: 950px;*/
}



.page-header.navbar{
    height: auto;
    background: transparent;
}
.page-header.navbar .page-logo
{
    height: auto;
    width: auto;
    padding-left: 0;
}

#main_menu li a
{
    font-weight: bold;
    color: #fff;
}

#main_menu li a:hover,#main_menu li a:active,#main_menu li a:focus
{
    background: transparent;
}

#main_menu li.active a{
    color: #dea119;
    font-weight: bold;
}

.hor-menu-light
{
    margin: 10px auto;
    background: url('../images/transp2.png');
    border:solid 1px #C4AB54;
    border-radius: 5px !important; 
}

#main_menu li a{
    padding: 10px 20px;
}
#main_menu li.active a{



}
.page-sidebar {
    width: 20% !important;
    margin-left: -2%;
}   

.page-content-wrapper .page-content {
    margin-left: 16.6% !important;
}   

.cont_large .page-sidebar{
    width: 15% !important;
    margin-left: 0%;
}


.cont_large .page-content-wrapper .page-content {
    margin-left: 15% !important;
    padding-left: 10px;
}

.bg-heading{
    background: -webkit-linear-gradient( var(--second-linear-gradient));
}

#login .btn,.btn-go,.switch_graph.switch_active
{
    background: -webkit-linear-gradient( var(--second-linear-gradient));

}

.btn-go:hover{
    -webkit-font-smoothing: antialiased;
    background: rgb(56,56,56) !important;
    background: -moz-linear-gradient(top, rgba(56,56,56,1) 0%, rgba(25,25,25,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(56,56,56,1) 0%,rgba(25,25,25,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#191919',GradientType=0 ) !important;
    border: 1px solid #2b2b2b !important;
    text-shadow: none !important;
    color: #f7f7f7 !important;
}


.switch_graph{
    background: transparent linear-gradient(to bottom, #262626 0%, #1E1E1E 29%, #060606 83%, #020202 100%) repeat scroll 0% 0% !important;
}
.switch_graph{
    border: 0 none;
    color: #fff;
    border-radius: 5px !important;
    font-weight: bold;
    margin-bottom: 5px;

}

.switch_graph.switch_active{
    color: #000;
}



.portlet > .portlet-title > .caption
{
    color: #000 !important;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 3px 3px !important;
}

.page-sidebar-menu > li.heading.bg-heading > h3
{
    color: #000 !important;
    font-weight: bold !important; 
    text-transform: uppercase;
    font-size: 12px; 

}

.page-sidebar .page-sidebar-menu > li.heading.bg-heading{
    padding: 6px;
}

.page-content-wrapper .page-content{
    padding-top: 0 !important;
}



#fixCoupon
{
    position: absolute;
    right: 77px;
    top: 6px;
    width: 25px;
    height: 14px;
    display: block;
    background-image: url("../images/coupon_pin.png");
    background-position: center top;
    background-repeat: no-repeat;
}

#fixCoupon.lnkfix{
    background-position: center bottom;
}

#coupon .portlet.box
{
    /* background: url('../images/img-noise-32x32.png');*/
}

.portlet.box
{
    border-radius: 6px 6px 0 0 !important;
    color: #fff;
    background-color: -webkit-linear-gradient( var(--first-linear-gradient));

}

.table-scrollable > .table
{
    background: transparent;
}

#coupon .well{
    /*background: transparent;*/
    color: #000;
    /* text-shadow: 0 1px 0 #000;*/
}

.odds_heading td{
    padding: 3px; 
}

.odd_row{
    padding: 3px; 
}

.odd_row b{
    font-size: 11px;
}

#coupon .portlet.box{
    border-radius: 0px !important;
}

#coupon .well{
    border-radius:  0  !important;
}

.odds_heading{
    color: #000;
    background: #F6F6F6;
    padding: 2px;
}

.odd_row{
    background: #c1baba;
    color: #000;
    /*   color: #f8d55f;
text-shadow: 0 1px 0 #000;
       padding-top: 2px ;*/
}


#coupon .portlet.box {
    color: #fff;
    margin-bottom: 10px;
}
#groupings th{
    color: #fff;
}

#sport_slider ul li{
    position: absolute;
    top: 0;
    left: 0;
}

.portlet > .portlet-title
{
    min-height: 24px;
}

.category_actions{
    background: transparent;
    border: 1px solid #C4AB54;
    border-radius: 5px !important;
    color: #1189f5;
    text-transform: uppercase;
    font-weight: bold;
}

.category_actions a i{
    color:  #1189f5;
}

#prematch_print{
    font-size: 11px;
}

#prematch_print label{
    font-size: 12px;
}

#prematch_print label a{
    color: #FFF;
    width: 145px;
    display: inline-block;
}

#prematch_print label a:hover{
    text-decoration: none;
}

#sidebar .page-sidebar{
    background-color: rgba(0,0,0,0.5)!important;
    /* background: url('../images/transp2.png');*/
}

.check-tournament{vertical-align: top;}

.page-sidebar .page-sidebar-menu .sub-menu li > a
{
    padding: 3px 5px 3px 4px;
    font-weight: bold;
    /*border-left: 1px solid var(--second-bgcolor-hex);*/
    background: #222222;
    border-bottom: 1px solid #333;
    border-top: none;
    font-size: 12px !important;
    line-height: 22px;
}

.page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu > li > a
{
    padding-left: 12px;
    color: #fff;
    border-bottom: dotted 1px #eba917;
    font-weight: normal;
    margin-bottom: 0px;
    border-bottom: 1px solid #222!important;
    border-left: none;
    border-top: 1px solid #2f2f2f;
}
.page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu > li > a:hover
{
    color: #000;  
}

.sports_area_link{
    width: 19.7%;
    display: inline-block;
    margin: 1px;
    border: 1px solid #ffdd00;
    font-size: 11px;
    color: #fff !important;
    background: #3E3E3E !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px !important;
}



.oddsBtn{
    font-size: 13px !important; 
    text-shadow: none;
    line-height: 20px !important;
}

.odd-system-2 .oddsBtn{font-size: 11px; letter-spacing: -1px;}

.sports_area_link:hover,.sports_area_link.grey-gallery{
    color: #171616 !important;
    background: var(--second-bgcolor-hex)!important;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #0c2d01 !important;
}

.table-hover > tbody > tr:hover{
    background-color: transparent;
}
.toggle_odd{
    width: 40px;
    line-height: 18px;
    font-weight: normal;
    display: inline-block;
    margin: 0 !important;
    border-radius:0px !important;
    border: 1px solid var(--second-bgcolor-hex);
    background: url('../images/odd_bg.png') !important;
    background-size: 100% 100% !important;
    color: #fff;
    /* padding: 2px 5px !important; */
}

.odd-system-2 .toggle_odd.sign-group_correct_score{
    width: 60px;
}

.toggle_odd:hover,.toggle_odd.selected,.toggle_odd:active,.toggle_odd:focus{
    color: #000000 !important;
    background: var(--second-bgcolor-hex) !important;
    border: 1px solid #0c2d01 !important;
}


#matches_details .table{width: auto !important;}

.portlet.box > .portlet-body {
    padding: 3px;
}

#groupings tr td{
    border-bottom: solid 1px #000;}

.eventOdds_tbl{width: 100%;

               background-color: #000;
               margin-bottom: 10px;
               overflow: hidden;
               /*border: solid 1px #ccc;*/}

.remove_odd{ color: #000; cursor:pointer; text-decoration: none; background: url('../images/couponIcons.png') no-repeat 0 0; height: 12px; width: 12px; display: inline-block;  margin:0 2px; margin-bottom: 2px; vertical-align: middle;}
.fix-odd,.fix{
    color: #000; text-decoration: none; background: transparent url("../images/couponIcons.png") no-repeat scroll 0px -13px; height: 15px; width: 14px; display: inline-block;  margin:0 2px; vertical-align: middle;
}

.fix-odd.fixed,.fix.fixed-event{
    background-position: 0 -27px;
}

.eventOdds_tbl td{ text-align: left;  vertical-align: top;}
.coupon-odd-value{margin: 0 5px;}

#coupon-delete{
    background: transparent linear-gradient(to bottom, #f93423 0px, #690900 100%) repeat scroll 0% 0% !important;
    /* background: url('../images/btn_red.png')!important;
     background-size:100% 100% !important; */
    border: 0 none;
    color:#fff;    
    font-weight: bold;
}

#coupon-save{
    background: transparent linear-gradient(to bottom, #2360f9 0px, #0e207d 100%) repeat scroll 0% 0% !important;
    border: 0 none !important;
    color: #fff !important;
    font-weight: bold !important;	
}

#coupon-play{
    background: transparent linear-gradient(to bottom, #23f94c 0px, #004a0e 100%) repeat scroll 0% 0% !important;
    border: 0 none !important;
    color: #fff !important;
    font-weight: bold !important;	
}

#coupon-delete:hover{
    /*   background: transparent linear-gradient(to bottom, #FF6A5B 0px, #FF8B7F 50%, #FF2914 50%, #FF6A5B 100%) repeat scroll 50% 5% !important;*/

}

#coupon-delete img{
    width:16px;
}

#coupon-play{
    /*background: transparent linear-gradient(to bottom, #96CF34 0px, #A1D54F 50%, #7FC116 50%, #96CF34 100%) repeat scroll 0% 0% !important;*/
    /*background: url('../images/btn_green.png') !important;
    background-size:100% 100% !important; */
    border: 0 none;
    color:#fff; 
    font-weight: bold;
}

#coupon-play:hover{
    border: 1px solid #726c6c;
    background: linear-gradient(#b3aeae,#726c6c) !important;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

#coupon-buttons a.btn{
    height: 25px;
    text-transform: uppercase;
    border-radius: 0px !important;
    margin-top: -2px;
    line-height: 22px;
}


/*#btn-reject-coupon{
//background: transparent linear-gradient(to bottom, #FF5647 0px, #FF776B 50%, #FF1500 50%, #FF5647 100%) repeat scroll 0% 0% !important;
 background: url('../images/btn_red.png')!important;
 background-size:100% 100% !important; 
border: 0 none;
color:#fff;    
font-weight: bold;
text-transform: uppercase;
border-radius: 5px !important;
padding: 5px;
font-size: 13px;
}



#btn-approve-coupon{
 background: url('../images/btn_green.png') !important;
 background-size:100% 100% !important; 
border: 0 none;
color:#fff; 
font-weight: bold;
text-transform: uppercase;
border-radius: 5px !important;
padding: 5px;
font-size: 13px;
}*/

#btn-reject-coupon,#btn-approve-coupon{
    border: 0 none;
    border-radius: 5px !important;
    padding: 5px; 
    font-size: 11px;
    font-weight: bold;
}

#groupings{
    background: #EEEEEE;
}

#coupon-type-heading{
    list-style: none;
    padding: 0;
    margin: 0;
}



#coupon-type-heading li{
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #383838;
    background: -moz-linear-gradient(top, #383838 0%, #191919 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#191919));
    background: -webkit-linear-gradient(top, #383838 0%,#191919 100%);
    background: -o-linear-gradient(top, #383838 0%,#191919 100%);
    background: -ms-linear-gradient(top, #383838 0%,#191919 100%);
    background: linear-gradient(to bottom, #383838 0%,#191919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#191919',GradientType=0 );
    font-weight: bold;
    border-radius: 5px 5px 0 0 !important;
    padding: 5px;
    text-transform: uppercase;
}

#coupon-type-heading.two-tabs li {
    width: 50%;
    background-color: #000;
    color: #fff;

}

#coupon-type-heading.two-tabs li.tab-active
{
    /*   background-color: #EEEEEE; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff2707+0,f91e00+2,f71c00+4,fa1d02+6,f71600+11,f81701+13,f51400+15,f31500+19,db0400+49,da0602+51,d70300+55,d40402+62,ce0000+68,c90103+83,d40001+100 */
    color: #FFF;
    /*background: url("../images/panel_title_bg.png") center repeat-x;
    background-size: auto 100%;*/
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    background: linear-gradient(#b3aeae,#726c6c);
}

.portlet > .portlet-title > .tools{
    padding: 4px 0px 0px;
}

#txtAmount,.txtGroupingStake,#txtAmountTot,#txtCombinedAmountTot,#amountAll{
    width: 90px;
    border-radius: 5px !important;
    border: 1px solid #666;
    color: #000;
}

#amountAll{
    width: 50px;
}

.txtGroupingStake{
    width: 50px; 
}

.coupon-row{
    border-bottom: 1px solid #2e3234;
    box-shadow: 0 1px 0 0 #494d4f;
    padding: 4px;
}
#min-win-row,#max-win-row,#potential-win-row
{

    color:#0c5200;
    border-bottom: 0 none;
}


#login{
    width: 540px;

}


.old-rank{
    text-decoration: line-through;
}

/*
input#username,input#password
{
    border-radius: 5px !important;
    border: solid 1px #000;
    padding-left: 22px;
}

input#username{
    background:#E2E2E2 url('../images/username-icon.jpg') no-repeat 1px 3px;
}

input#password{
    background:#E2E2E2 url('../images/password-icon.jpg') no-repeat 6px 3px;
}
*/
input#txtSearch{
    border-radius: 5px !important;
    border: 1px solid #000;
    padding-left: 22px;
    background: #E2E2E2 url("../images/magnifier.png") no-repeat scroll 3px 5px;
    height: 30px;
}

#search-cont{padding: 5px; margin-bottom: 0; position: relative;}

#search-result-modal{
    position: absolute;
    display: none;
    right: -587px;
    top: -26px;
    max-height: 500px;
    min-height: 500px;
    overflow: auto;
    width: 578px;
    border: 2px solid #ECAD19;
    border-radius: 5px !important;
    background: #000 url("../images/transp2.png") repeat scroll 0% 0%;
    z-index: 10004;
    color: #fff;
    font-weight: bold;
    padding:10px;
    font-size: 12px;

}
#close-search-result{
    color: #fff;
}

.find-sport-name,.find-event-tournament
{
    text-transform: uppercase;
    color: #FFAE00;
    margin: 10px 0;
}
.find-event-cont{
    border-top: 1px solid #ECAD19;
    border-bottom: 1px solid #ECAD19;
}

.find-event-odds{
    padding: 10px;
}

#search-result-modal .toggle_odd
{
    width: 90px;
    font-size: 11px;
}


.find-event-odds{
    width: 200px;
}

#loginbutton{
    margin-right: 3px;
}

#login .btn{
    font-weight: bold;
    text-transform: uppercase; 
    border-radius: 5px !important;
    color: #000;

}
.login-input{
    padding: 0;
    margin:0 4px;
}
#cont_slider{
    margin-bottom: 7px;
    min-width: 578px;
    min-height: 260px;
}
#cont_slider .bx-viewport
{
    border-radius: 5px !important;
}

.sport_icon{
    display: inline-block; height: 16px; width: 16px; background: url('../images/sports_sprite.png') no-repeat; 
    margin-right: 5px;
    vertical-align: top;
}

.sport_icon_black{
    display: inline-block; height: 16px; width: 16px; background: url('../images/sports_sprite.png') no-repeat; 
    margin-right: 5px;
    vertical-align: top;
}


.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a{
       background: -webkit-linear-gradient( var(--second-linear-gradient)) !important;
       color: #000 !important;
}

.page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu > li.active > a {
    background: #2b2b2b !important;
    color: var(--second-bgcolor-hex)!important;
}

.page-sidebar .page-sidebar-menu .sub-menu > li.open > a{
    background: url('../images/hover_sidebar.png')  !important;
    background-size: 100% 200% !important;
    color: #000;  
}


.page-sidebar .page-sidebar-menu .sub-menu > li.open > a > .arrow::before, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a > .arrow.open::before
{
    color: #000;
}

.page-sidebar .page-sidebar-menu .sub-menu li > a
{
    font-size: 11px;
}


.sport_icon_1 { background-position: -14px -13px; } /* Soccer */
.sport_icon_2 {  background-position: -73px -13px; } /* Basketball */
.sport_icon_3 {   background-position: -133px -109px; } /* Baseball */
.sport_icon_4 {  background-position: -132px -13px; } /* Ice Hockey */
.sport_icon_5 {    background-position: -365px -13px; } /* Tennis */
.sport_icon_6 { background-position: -249px -13px } /* Handball */
.sport_icon_7 { background-position: -144px -32px; } /* Floorball */
.sport_icon_9 { background-position: -96px 0; } /* Golf */
.sport_icon_11 { background-position: -112px 0; } /* Motor Sport */
.sport_icon_12 { background-position: -128px 0; } /* Rugby Union */
.sport_icon_13 { background-position: -144px 0; } /* Aussie Rules */
.sport_icon_14 { background-position: 0 -16px; } /* Winter Sports */
.sport_icon_15 { background-position: -368px -62px } /* Cyclismo */
.sport_icon_16 { background-position: -16px -16px; } /* Football */
.sport_icon_19 {   background-position: -73px -62px; } /* Volleyball */
.sport_icon_20 { background-position: -64px -16px; } /* Table Tennis */
.sport_icon_21 { background-position: -16px -48px; } /* Cricket */
.sport_icon_22 { background-position: -80px -16px; } /* Darts */
.sport_icon_23 { background-position: -48px -16px; } /* Snooker */
.sport_icon_24 {   background-position: -73px -62px; } /* BeachVolleyball */
.sport_icon_26 { background-position: -112px -16px; } /* Waterpolo */
.sport_icon_28 { background-position: -128px -16px; } /* Curling */
.sport_icon_29 { background-position: -144px -16px; } /* Futsal */
.sport_icon_31 { background-position: -32px -48px; } /* Badminton */
.sport_icon_32 { background-position: 0 -48px; } /* Bawls */
.sport_icon_34 { background-position: 0 -32px; } /* Beach Volley */
.sport_icon_36 { background-position: -16px -32px; } /* Athletics */
.sport_icon_59 { background-position: -32px -32px; } /* Rugby League */
.sport_icon_60 { background-position: -48px -32px; } /* Beach Soccer */
.sport_icon_80 { background-position: -80px -48px; } /* Lotto */
.sport_icon_83 { background-position: -64px -32px; } /* Boxing */
.sport_icon_85 { background-position: -80px -32px; } /* Specials */
.sport_icon_87 { background-position: -96px -32px; } /* UFC */
.sport_icon_101 { background-position: -64px -32px; } /* Boxe */
.sport_icon_103 { background-position: -112px -32px; } /* Swimming */
.sport_icon_106 { background-position: -128px -32px; } /* Sailing */
.sport_icon_107 { background-position: -64px -48px; } /* Pesapallo */



.irs{
    margin-top: -33px;
}

.irs-slider {
    width: 15px;
    height: 18px;
    top: 20px;
    border: 0px none;
    background: #ECAD19 none repeat scroll 0% 0%;
    border-radius: 3px !important;
    box-shadow: 0px 3px 4px 0px #723F05 inset;
    cursor: pointer;
}


.irs-min, .irs-max{
    color: #fff;
    top: 38px;
    top: 43px;
    font-size: 12px;
}
.irs-from, .irs-to, .irs-single{
    top: 38px;
    color: #fff;
    top: 43px;
    font-size: 12px;

}


.odds_head{
    color: #FFAE00;
}

.table > thead.odds_head > tr > th{
    border-bottom:solid 1px  #FFAE00;
}

.event-odds-cont{
    font-size: 12px;
}

.event-odds-cont .portlet
{
    margin-bottom: 0; 
}
.event-odds-cont.portlet{
    margin-bottom: 0;
}

#prematch_most_polular{
    margin-bottom: 10px;
}
.odds_cont .table > tbody > tr > td
{
    border-bottom: 0 none; 
    border-top: 0 none; 
    line-height: 22px;
}

.btn-go{
    border: 0px none;
    color: #000;
    cursor: pointer;
    font-size: 29px;
    border-radius: 0px !important;
    height: 30px;
    line-height: 10px;
}

#findBet{height: 30px; border-radius:5px !important; }

#check-bet-cont{
    padding: 2px;
    margin: 0;
}

.page-sidebar #check-bet-cont{
}

#check-coupon .portlet.box{border-radius: 6px !important; margin-bottom: 10px;}

#live_upcoming_cont{font-size: 12px;}

#chartCont{
    position: relative;
    padding: 10px 0;
}

#marketMovers{
    background: #000000;
    padding: 10px;
}

#chart_legend{
    position: absolute;
    right: 14px;
    bottom: 170px;
    z-index: 1;
    color: #FFF;
}

.chart-sign{
    font-weight: bold;
    text-align: center;
    width: 22px;
    display: inline-block;
    border-radius: 3px !important;

}
.chart-sign-1{
    background: #fff;
    color: #000;
}



.chart-sign-x{
    background: #ECAD19;
    color: #000;
}

.chart-sign-2{
    background: #11E015;
    color: #000;
}

#chart_events{
    padding: 10px;
}

.user-icon{
    background: url('../images/user-icon.png') no-repeat;
    height: 30px;
    width: 32px;
    margin: 0 auto;
}


#latest-winners .table{
    margin-bottom: 0;
}

#latest-winners .table td{
    padding: 5px;
    border-top: 0px none;     
}

.amountWon{
    color: #1189f5; 
}

.latest-result-odd{
    width: 47px;
    line-height: 22px;
    padding-bottom: 4px;
    font-weight: bold;
}

.latest-result-odd span{
    padding: 5px;
    background: transparent url("../images/odd_bg.png") repeat scroll 0% 0% / 100% 100% !important;
    width: 45px;
    border-radius: 3px !important;
    border: 1px solid #535E64;
    font-weight: bold;
    display: inline-block;
    line-height: 12px;
    margin: 0 2px;
}

.latest-result-odd.latest-result-winning span{
    color: #000 !important;
    border: 1px solid #FFC003 !important;
    background: #FFC003 !important;
}

.latest-result-event-name{
    color: #FFAE00;
    font-weight: bold;
    padding: 2px;
}

#latest-result-winners .table{
    margin-bottom: 0;
}

#latest-result-winners .table  td{
    border-top: 0 none;

}

#latest-result-winners .table  .result-table tr td{
    border-bottom: 1px solid #FFAE00;
}

#latest-result-winners .table  tr:last-child .result-table tr td
{
    border-bottom: 0 none;
}

#latest-winners .portlet.box,#latest-result-winners .portlet.box{
    border-radius: 6px 6px 6px 6px !important;
    margin-bottom: 10px;
}

.event-score{
    font-size: 20px;
    border-right: solid 1px #FFAE00;
    margin-right: 0px;
    margin-top: 3px;
}

.latest-result-event-name span{
    color: #fff;
    font-weight: normal;
}

#livechat-btn{
    width: 100%;
}

#livechat-btn img{
    max-width: 100%;
    margin: 0 auto;

    /*border: solid 1px #EBA917;*/
    display: block;
    /*border-radius: 13px !important;*/
}

.cont_large #latest-winners,.cont_large #latest-result-winners,.cont_large #livechat-btn,.cont_large #footer
{
    display: none;
}


.details-smatcode{
    color:  #FFAE00;
}
.macro-groups-head{
    border: solid 1px #fff;   
    background: #ECAD19;
    color: #000;
}

.groups-head{
    border: solid 1px #fff;  
    background: #000;
    width: 47px;
}

.tools .collapse{
    background-image: url('../images/portlet-collapse-icon-black.png') !important;
}

.tools .expand{
    background-image: url('../images/portlet-expand-icon-black.png') !important;
}

.tools .reload{
    background-image: url('../images/portlet-reload-icon-black.png') !important;
}

.tools .remove{
    background-image: url('../images/portlet-remove-icon-black.png') !important;
}

.tabs-left.nav-tabs > li.active > a, .tabs-left.nav-tabs > li > a:hover{
    background-color: #ECAD19 !important;
    color: #000 !important;
}
.tabs-left.nav-tabs > li{
    border: solid 1px #fff;

}

.tabs-left.nav-tabs > li > a{
    color:#fff;
    font-weight: bold;
    display: block;
}

.match_row:hover td{
    background: rgba(24, 24, 24, 0.85) none repeat scroll 0% 0%;
}

#live_page .cont{
    width: auto;
}
#live_page #coupon-column
{
    /*  width: 24.5%;
    margin-left: -0.5%;*/
}

#live_page .toggle_odd{
    width: 100%;
    min-width: 50px;
}

.table .table.live-general-odds-tbl{
    margin-bottom: 0;
    background: transparent;
}

.table .table.live-general-odds-tbl tr{
    background: transparent;
    text-align: center!important;
}



.live_score{
    color: #fc0;
}

.live-general-odds-tbl td{background: transparent;}


.live-general-odds-tbl td.live-general-odds-group{
    background: #ECAD19;
    color: #000;
}

.event_overview_link{
    display: block;
}

.event_overview_link,.event_overview_link:hover{
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.live-general-odds-group{
}



.groundIcon{
    background: url('../images/sportGrounds.png');
    width: 25px;
    margin: 0 auto;
    height: 17px;
}

.show-match-widget{
    width: 25px;
    margin: 0 auto;
    display: inline-block;
}


#iFrameLiveMatchScoreboard {
    width: 100%;
    height: 100px;
    max-width: 450px;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 27px;
}

.srw-livematchtracker {
    overflow: hidden;
    border: 0px none;
}

.groundIcon.icon_1 { background-position: 0 0; } /*Soccer*/
.groundIcon.icon_2 { background-position: -50px 0; } /*Basketball*/
.groundIcon.icon_3 { background-position: -125px 0; } /*Baseball*/
.groundIcon.icon_4 { background-position: -75px 0; } /*IceHockey*/
.groundIcon.icon_5 { background-position: -25px 0; } /*Tennis*/
.groundIcon.icon_19 { background-position: -100px 0; } /*Volleyball*/

.groundIcon.icon_1:hover { background-position: 0 -17px; } /*Soccer*/
.groundIcon.icon_2:hover { background-position: -50px -17px; } /*Basketball*/
.groundIcon.icon_3:hover { background-position: -125px -17px; } /*Baseball*/
.groundIcon.icon_4:hover { background-position: -75px -17px; } /*IceHockey*/
.groundIcon.icon_5:hover { background-position: -25px -17px; } /*Tennis*/
.groundIcon.icon_19:hover { background-position: -100px -17px; } /*Volleyball*/

.overViewIndex{
    background:#000 url('../images/LiveBettingBg_1.jpg') no-repeat center top; 
}
.sport_view_1 { background-image:url('../images/LiveBettingBg_1.jpg') } /*Soccer*/
.sport_view_2 { background-image:url('../images/LiveBettingBg_2.jpg') } /*Basketball*/
.sport_view_3 { background-image:url('../images/LiveBettingBg_3.jpg') } /*Baseball*/
.sport_view_4 { background-image:url('../images/LiveBettingBg_4.jpg') } /*IceHockey*/
.sport_view_5 { background-image:url('../images/LiveBettingBg_5.jpg') } /*Tennis*/
.sport_view_23 { background-image:url('../images/LiveBettingBg_23.jpg') } /*Volleyball*/

#live_matches_list .portlet{
    margin-bottom: 0 !important;
}

.live_match{
    cursor: pointer;
    background: #262626; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzFlMWUxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzA2MDYwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjAyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, #262626 0%, #1e1e1e 29%, #060606 83%, #020202 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#262626), color-stop(29%,#1e1e1e), color-stop(83%,#060606), color-stop(100%,#020202)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #262626 0%,#1e1e1e 29%,#060606 83%,#020202 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #262626 0%,#1e1e1e 29%,#060606 83%,#020202 100%) !important;/* Opera 11.10+ */
    background: -ms-linear-gradient(top, #262626 0%,#1e1e1e 29%,#060606 83%,#020202 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #262626 0%,#1e1e1e 29%,#060606 83%,#020202 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#020202',GradientType=0 ) !important; /* IE6-8 */
    padding: 6px;
    font-size: 12px;

}
.live_match a{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;

}


.live_match_selected.live_match a{
    color: #1189f5;
}
.live_match_selected{
    color: #1189f5; 
    border: solid 1px;
}
.live_match.live_match_selected .match-status{
    color: #fff;
}

.live_match .tbl-event-menu b{
    color: #fc0;  
}

.live_match .tbl-event-menu td{
    width: 14%;
}
.live_match .tbl-event-menu td.match-status{text-align: center;  width: 71%;  color: #fff;}

.portlet.match_viewed > .portlet-title > .caption{
    font-size: 15px;
}
.portlet.match_viewed {
    border-radius: 6px !important;
    border: 0 none;
}
.portlet.match_viewed.box.grey-gallery > .portlet-title{
    border-radius: 6px !important;
}
#event_view .portlet.box{
    margin-bottom: 5px;
}

#liveMainMenu{
    min-height: 25px;
    margin-bottom: 0px;
    color: #FFF;
    background: var(--second-bgcolor-hex);
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 0;
    border: none;
}

#live_page .page-container{margin-top: 15px;}

#liveMainMenu .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
    color: #fff;
    font-weight: bold;
}

#liveMainMenu .navbar-nav > li.active > a{
        background: -webkit-linear-gradient( var(--first-linear-gradient));
    color: #ffffff;
}

.add-to-favourite{
    background: transparent url("../images/favouriteIcon.png") no-repeat 0 -16px;
    display: inline-block;
    cursor: pointer;
    height: 16px;
    width: 16px;

}
.add-to-favourite.is-favourite{
    background: transparent url("../images/favouriteIcon.png") no-repeat 0 0px;
}

.recovery-psw,.recovery-psw:hover,.recovery-psw:focus{
    font-size: 12px;
    color: red;
}

.bootbox.modal{
    width: 600px;
}

#txtQuickBet{width: 20%; border-radius: 5px  !important; height: 25px; padding: 2px; margin: 3px; color: #000; text-align: center; border: 0 none;}
#quickOdss{
    color: #000;
    width:75%;
    border: 0 none;
    padding: 4px; 
    height: 25px;  

}
#quickOdss:hover{
    outline: dotted;
}

#quickOdss option{
    padding: 4px; 
}

#quickbet-cont{display: none;}

#quickbet-cont .portlet.box{margin-bottom: 10px;}

#quickbet-cont.showQuickbet{ display: block; }

.area-market-print{ width: 33.333333%; padding: 5px; }

#btn-print-odds{
    background: transparent url("../images/btn_green.png") repeat scroll 0% 0% / 100% 100% !important;
    border: 0px none;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px !important;
    text-transform: uppercase;
}

#user-links{
    font-weight: bold;
    color:  #fff; 
    margin-top: 10px;
}

#user-links span{margin: 0 10px;}

#user-links a{
    font-weight: bold;
    color:  #fff;
}

.institutional-text{
    padding: 10px;
    background-color: #fff;
    color: #000;
}

.my-panel
{
    /* background: #444444; */
    padding: 1px;
    color: #BDBDBD;
}

.my-panel-title{
    font-weight: bold;
    font-size: 16px;
    color: #000;
    background: #ECAD19;
    padding: 5px;
}

.print-group-title{
}

.print-championships{
    padding: 2px;
    margin-right: 0px;
    margin-left: 0px;
}

.events table{color: #fff; font-size: 12px; 
}


.events table td,.event table th{ padding: 1px; } 


.events table .long-odds-row  td{
    font-size: 11px;
}

.oddCell{
    width: 22px;
    text-align: center;
}

#coupon table{
    color: #fff;
    font-size: 11px;
}

#combinations-tbl td{
    color: #000;
    padding: 2px;
}

#combinations-tbl th{
    color: #000;
    font-weight: bold;
    text-align: center;
}

.fixed-event{
    color: #000;
}

.signs-group{
    text-align: center;
}


/****************************************/

div.my-panel-title
{
    background: -webkit-linear-gradient( var(--first-linear-gradient));
    padding: 0;
    margin: 0 0 10px 0;
    padding: 4px;
    text-align: center;
    color: #fff;
}
div.my-panel-title table
{
    font-size: 16px;
    color:  #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;

    width: 100%;
}
div.my-panel-title td.my-panel-title-name
{
    text-align: left;
    padding-left: 10px;
}
div.my-panel-title td.my-panel-title-icon
{
    width: 75px;
}
a.my-panel-title-icon1
{
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url("../images/toolbar_sport_1_h.png") center no-repeat;;
}

a.my-panel-title-icon1.check-championships-group{
    background: url("../images/toolbar_sport_1_h.png") center no-repeat; 
}
a.my-panel-title-icon1:hover
{
    background: url("../images/toolbar_sport_1_h.png") center no-repeat;;
}

a.my-panel-title-icon2
{
    display: inline-block;
    width: 23px;
    height: 20px;
    background: url("../images/toolbar_sport_2_h.png") center no-repeat;;
}
a.my-panel-title-icon2:hover
{
    background: url("../images/toolbar_sport_2_h.png") center no-repeat;;
}
a.my-panel-title-icon3
{
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url("../images/toolbar_sport_3_h.png") center no-repeat;;
}
a.my-panel-title-icon3:hover
{
    background: url("../images/toolbar_sport_3_h.png") center no-repeat;;
}



.bg-heading.portlet-title-black{
    background: transparent url("../images/live/bg-head-score.jpg") repeat-x scroll 0% 0%;
    color: #fff;
    border-radius:0 !important;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;

}


#sport_book_menu{
    position: relative;
}

#live-chat{
    /* width: 150px; */
    /* position: absolute; */
    cursor: pointer;
    top: -7px;
    right: 19px;
}

#live-chat span{
    color: #fff;
    font-weight: bold;
    width: 100px;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    top: 7px;
    left: 41px;
}
#live-chat img{ width: 100%;}



#combinations-tbl{
    width: 100%;
}

.comb-check-td {width:20px; }
.nple-td{ width:45px }
.remove-odd-td{
    width:100px;
}


.btn-spred{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 50px;
    font-size: 12px;
    text-align: center;
    padding: 4px 0px !important;
    background: #FFFFFF !important;
    font-weight: bold;
    cursor: auto;
    height: 27px !important;
}
.spread_td:hover .btn-spred{
    background: transparent; 
}



.btn-spred i{
    color: #000;
    margin-left: 3px;
}
.spread_td{
    position: relative;
}
.spread-select{
    opacity: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    margin-left: 2px;
    width: 50px;
}

.usermenudd{
    color: #fff;
}

#agency_user{
    color: #000;
}

#sidebar .portlet.box{
    background: none;
}

.fluid-view .page-sidebar{
    width: 15.8% !important;
}

.fluid-view .page-content-wrapper .page-content
{
    margin-left: 15.2% !important;
}

/*#usermenu_dd_ul{
    padding: 0;
    list-style: none;
}*/

#account_navbar
{
    background: var(--second-bgcolor-rgb) !important;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
}

#account_navbar ul li:first-child{
    border-left: none;
}
#account_navbar ul li:last-child{
    border-right: none;
}  
#account_navbar ul li{
}

#account_navbar.navbar-default .navbar-nav > .open > a{
    background: none;
}
#account_navbar.navbar-default .navbar-nav > .open > a:hover{
    color: #fff;
}

#usermenu_dd_ul{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10019;
    background: rgba(0, 0, 0, 0.6);
    right: -13px;
    border: 1px solid #000;

}

#usermenu_dd .btn-user:hover{
    border: 1px solid rgba(0, 0, 0, 0);
   color: var(--second-bgcolor-hex) ;
}

.user-area-border{
    /*
background-color: rgba(0,0,0,.4);
border-radius: 0px;
-webkit-box-shadow: 0 1px 0 0 #3e4040, inset 0 1px 1px 1px #000;
box-shadow: 0 1px 0 0 #3e4040, inset 0 1px 1px 1px #000;
    */
    text-align:right; 

}

#usermenu_dd .btn-user{
    background: none;
    color:#fff;
}

#usermenu_dd{
    margin-bottom: 0px;
}

#user_box{
    /*background: var(--second-bgcolor-hex);*/
    padding: 8px;
    padding-bottom: 0;
    margin-top: 20px;
}

.page-footer{

    padding: 0px 0px 0px 0px;

    color: #000;
}
#cards{
    padding-top:10px; 
}
#cards img{
    margin: 2.5%;
    display: block;
    width: 30%;
    float: left;
}

#cards .card-row img:last-child{
    margin-right: 0;
}

#cards .card-row img:first-child{
    margin-left: 0;
}

#games-icons{
    line-height: 42px;
}

#games-icons img{
    margin-right: 10px;
}

.menu_footer{
    list-style: none;
    padding: 10px;
    margin: 0;
    height: 180px;
}

.menu_footer a{
    color: #000;
    text-transform: uppercase;
}

.footer-heading{
    color: #fff;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    background: #003465;	

}

.modal-content
{
    background: -webkit-linear-gradient( var(--first-linear-gradient)) !important;
    color: #fff;
}

#giroconto_msg_ok{
    color: #1a1a1a;
}

.ui-autocomplete{
    z-index: 1050 !important;
}

#account_navbar{
    margin-bottom: 0;
}

.tot1x2menu{
    position: relative;
}

.soon-txt{
    position: absolute;
    font-size: 13px;
    color: #ff0000;
    top: 2px;
    right: 16px;
    font-weight: bold;
    text-transform: uppercase;
}


.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, 
.page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active.open > a {
    background: #000 !important;
    color: var(--second-bgcolor-hex) !important;
}

/**Menu speciali***/

.page-sidebar .page-sidebar-menu  ul.sub-menu-championship li.special-championship-element > a
{
    padding: 3px 5px 3px 4px;
    font-weight: bold;
    border-left: 1px solid #003465;
    background: #222222;
    border-bottom: 1px solid #333;
    border-top: none;
    font-size: 12px !important;
    line-height: 22px;
}

.page-sidebar .page-sidebar-menu ul.sub-menu-championship li.special-championship-element:hover > a {
    background: #2b2b2b !important;
    color: #fff !important;
}
.page-sidebar ul{
    list-style: none;
}

.special-championship-element a{
    display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.page-sidebar .page-sidebar-menu .sub-menu-championship > li.active > a {
    background: #424242 center repeat-x !important;
    color: #fff;
    background-size: auto 100% !important;
}

.page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar .page-sidebar-menu .sub-menu-championship li > a {
    cursor: pointer;
    font-size: 11px;
}
.sub-special-events a {
    padding: 3px 5px 3px 4px;
    padding-left: 12px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0px;
    border-bottom: 1px solid #222!important;
    border-left: none;
    background: #222222;
    border-bottom: 1px solid #333;
    border-top: none;
    font-size: 12px !important;
    line-height: 22px;
    border-top: 1px solid #2f2f2f;

}
.sub-special-events a:hover{
    background: #2b2b2b !important;
    color: #fff !important;
}

.special-championship-element a {
    display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.special-event.active > a{
    background: #2b2b2b !important;
    color: #fc0 !important;
}
/*#top-bar > div:nth-child(1) > div:nth-child(1) {
    float: right; !important;
}*/

/*******************/

#bonusError{
    color: #000;
}

.country_flag img {
    width: 22px;
}


#live_matches_list .portlet-title{
    min-height: 31px;
}

.odd_grid_subgrop {
    width: 100%;
    text-align: center;

}

.page-footer .page-footer-inner {
    color: #000000;
    margin-top: 55px;
}

.show-stats img{
    background: none !important;
}

.odds_grid, .odds_grid_group{
    display: block !important;
    text-align: center;	
}

.sub_macro_groups {
    margin-top: 20px;
}

.sub_macro_groups .sports_area_link {
    background: #000000 !important;
    border: 1px solid #e39611;
    color: #ffffff !important;
    position: relative;
    margin-right: 21px;
}

.sub_macro_groups .sports_area_link .group-tip {
    position: absolute;
    right: -16px;
    top: -1px;
    padding: 3px;
    text-align: center;
    width: 16px;
    border: solid 1px #e59c12;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(62, 230, 5);
    background: #ffffff;
    color: #000;
    border-left: 0 none;
    padding-bottom: 4px;
}

.sub_macro_groups .sports_area_link:hover, .sub_macro_groups .sports_area_link.grey-gallery {
    color: #000 !important;
    background: #003465 !important;
}

.country_flag{
    margin-right: 2px;
}

.events{
    /* background: #222222; */
}


#user_box input{
    font-size: inherit !important;
    height: 25px !important;
    font-family:'open sans';
}

#user_box button{
    height: 26px !important;
    line-height: 26px !important;
    padding: 0 !important;
}


#lang button{
    background: transparent !important;
    height: 20px !important;
    padding: 0 !important;
    line-height: 20px !important;
    font-size:11px !important;
}

#lang button:hover, button:focus{
    color: #fff !important;
    border: none !important;
    background: #155a00 !important;
    border-radius: 0px;
}

#lang > div > div > ul{
    right:-3px !important;
}


#tz_dd > button{
    background: transparent !important;
    height: 29px !important;
    padding: 0 !important;
    line-height: 29px !important;
    border:none;
   
}

#tz_dd > button:hover, button:focus{
    color: #fff !important;
    border: none !important;
    background: transparent !important;
    border-radius: 0px;
}

#tz_dd_ul{
    left:-120px !important;
}

.plus18{
    font-size:10px !important;
}



body#poker_page{
    background: #484848 url(https://static-bettingadmin.com/Sportclub/images/bg.png) !important;
    box-shadow: inset -18px 80px 177px 370px rgba(188, 191, 187, 0.25);
    -webkit-box-shadow: inset -18px 80px 177px 370px rgba(188, 191, 187, 0.25);
    -moz-box-shadow:inset -18px 80px 177px 370px rgba(188, 191, 187, 0.25);
    -o-box-shadow: inset -18px 80px 177px 370px rgba(188, 191, 187, 0.25);
}

body#games_page{
    min-height:auto !important; 
    background: url(https://static-bettingadmin.com/Sportclub/images/bg.png) !important;
    box-shadow: inset -18px 80px 177px 370px rgba(188, 191, 187, 0.25);
    -webkit-box-shadow: inset -18px 80px 177px 370px rgba(188, 191, 187, 0.25);
    -moz-box-shadow: inset -18px 80px 177px 370px rgba(188, 191, 187, 0.25);
    -o-box-shadow: inset -18px 80px 177px 370px rgba(188, 191, 187, 0.25);
    background-attachment: fixed !important;
}

body#games_page #account_container{
    float:none !important;
}


#games_sub_menu ul{
    font-family: 'Open Sans', Verdana, sans-serif !important;
    position: relative !important;
    border: 1px solid #000000 !important;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    background: #383838 !important;
    background: -moz-linear-gradient(top, #383838 0%, #191919 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#191919)) !important;
    background: -webkit-linear-gradient(top, #383838 0%,#191919 100%) !important;
    background: -o-linear-gradient(top, #383838 0%,#191919 100%) !important;
    background: -ms-linear-gradient(top, #383838 0%,#191919 100%) !important;
    background: linear-gradient(to bottom, #383838 0%,#191919 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#191919',GradientType=0 ) !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 0px !important;
    margin-bottom: 0 !important;
    padding-bottom:5px !important;
    padding-top:5px !important;
}

#games_sub_menu li{
    background:none !important;
}


#games_sub_menu li:focus-game-menu a img{
    opacity:1 !important;
}

#games_sub_menu li.active-game-menu a img{
    opacity:1 !important;
}


#games_sub_menu li.active-game-menu{
    background: #003465 !important;
}

.bx-wrapper .bx-controls-direction a{
    top: 0 !important;
    height: 313px !important;
    margin-top:0px !important;
}

.bx-wrapper .bx-next{
    right:0px !important;
    opacity:0.2;
    background: rgba(0, 0, 0, 0.7) !important;
    background-image: url(http://static-bettingadmin.com/default/images/banner-next.svg) !important;
    background-position: 50% !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.bx-wrapper .bx-prev{
    left:0px !important;
    opacity:0.2;
    background: rgba(0, 0, 0, 0.7) !important;
    background-image: url(http://static-bettingadmin.com/default/images/banner-prev.svg) !important;
    background-position: 50% !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
.bx-wrapper .bx-next:hover{
    top: 0 !important;
    height: 313px !important;
    margin-top:0px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    background-image: url(http://static-bettingadmin.com/default/images/banner-next.svg) !important;
    background-position: 50% !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    transition: opacity 0.5s !important;
    opacity:0.8 !important;
}

.bx-wrapper .bx-prev:hover{
    top: 0 !important;
    height: 313px !important;
    margin-top:0px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    background-image: url(http://static-bettingadmin.com/default/images/banner-prev.svg) !important;
    background-position: 50% !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    transition: opacity 0.5s !important;
    opacity:0.8 !important;
}

#explode-button, #implode-button{
    float: right;
    margin-right: 5px !important;
    border-radius: 24px !important;
    width: 24px !important;
    font-size: 20px !important;
    line-height: 24px !important;
    padding: 0px !important;
    height: 24px !important;
    margin-top: 0px !important;
}

#implode-button{
    line-height: 20px !important;
}


.btn-lastminute {
    font-weight:bold !important;
    border:none !important;
    -webkit-border-top-left-radius: 2px !important;
    -webkit-border-top-right-radius: 2px !important;
    -moz-border-radius-topleft: 2px !important;
    -moz-border-radius-topright: 2px !important;
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.btn-lastminute.active, .btn-lastminute:hover{
    color: #000000 !important;
    background: var(--second-bgcolor-hex) !important;
}

#mod_lastminutes > div:nth-child(2) > table > tbody > tr.border_bottom_orange{
    /* background: -webkit-linear-gradient( var(--second-linear-gradient)) !important; */
}

#mod_lastminutes > div:nth-child(2) > table > tbody > tr.border_bottom_orange > th{
    color:#fff !important;
}

#mod_lastminutes > div:nth-child(2) > table > tbody > tr.border_bottom_orange > th{
    color:#fff !important;
}

body#tombala_page #account_container{
    background:none !important;
}

body#tombala_page #account_container > div > div{
    float:none;
}

.banners{
    margin-bottom: 10px;
    border: 1px solid #fff;
}

#coupon .well{
    width: 98%;
    margin: auto;
    margin-bottom: 7px;
}

.menuleft2{
    border-top: none !important;
    font-size: 9px !important;
    padding-right: 0px !important;
    color: #333 !important;
    margin-top:2px !important;
    font-weight:bold !important;

}

.menuleft2:hover{
    background-color:transparent !important;
}

.menuleft2 img{
    margin-left:-10px !important;
    margin-top:-4px !important;
}

.print_btn{
    width:49%;
    float:left;
    max-height:34px;
}

.stat_btn{
    width:49%;
    float:right;
    max-height:34px;
}

.menuleft {
    font-size: 9px !important;
    color: #333 !important;
    margin-top:2px !important;
}

.menuleft img{
    margin-left: -3px !important;
    margin-top: -2px !important;

}
.page-sidebar-menu > li:hover > a{
    background:none !important;

}


#messageModal_content > table > tbody > tr > td {
    font-size:16px;
    line-height:48px;
    font-weight:bold;
}

.modal.modal-promo .modal-content {
    border:none !important;
}

.modal.modal-promo .modal-body{
    padding-bottom:40px !important;
}

.modal-text{

}

#account_navbar ul li:hover, #account_navbar .usermenu li.active{
    background:#000 !important;
}

#account_navbar .usermenu li.active a{
    background: var(--second-bgcolor-hex);
    color: #000;
}

#account_navbar .usermenu li.active a:hover{
    color:#FFF;
}

.input-group {
}

.input-group-btn:last-child>.btn{
    margin-left:20px;
    text-transform:uppercase;
}

.page-footer {
    clear: both;
    padding: 0px;
    background: #000;
}

.logos {
    background: #111;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #111;
    border-top: 1px solid #111;
}

.sitemap_footer {
    height: 50px;
    padding: 0;
    margin: 0;
    line-height: 50px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.sitemap_footer li {
    display: inline-block;
    font-size: 12px;
    color: #666;
    margin-left: 15px;
    margin-right: 15px;
}
.sitemap_footer li a {
    color: #666;
}
.payment_footer {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #666;
    padding-bottom: 0px;
    padding-top: 0px;
}

.payment_icon li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.logo_footer {
    width: 880px;
    margin: auto;
    text-align: center;
    color: #666;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #111;
}
.company_icon {
    margin-bottom: 0px;
}
.company_icon li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.copy {
    display: inline-block;
}

li.home_button_menu > a{
    padding: 8px 9px !important;
}

li.home_button_menu > a > i.fa-home{
    font-size: 23px;
}

#sport_container{
    background: rgb(0 0 0 / 30%);
}


.panel-heading{
    border-bottom: none!important;
    padding: 0px;
    min-height: 32px;
    border-color: #02192f!important;
    background: -webkit-linear-gradient( var(--second-linear-gradient));
    color: #fff;
    border-radius: 0px;
}

.panel-heading h4{
    color: #000000;
    position: relative;
    background: #e8e8e8;
    width: 40%;
    text-align: left;
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    height: 32px;
    line-height: 22px;
    padding: 5px!important;
    text-indent: 38px!important;
    font-weight: bold;
    border-bottom: none;
    margin: 0px;
}
.panel-heading h4:before{
    color: #000;
    position: absolute;
    top: 2px;
    right: 20px;
    font-family: 'FontAwesome';
    content: '\f005';
    background: -webkit-linear-gradient( var(--second-linear-gradient));
    width: 32px;
    text-indent: 0px!important;
    left: 0px!important;
    text-align: center;
    height: 32px;
    top: 0px!important;
    line-height: 32px;
    text-shadow: none;
}

.panel-heading.lastminute-head h4:before{
    content: '\f1da';
}
.panel-heading h4:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 25px solid #e8e8e8;
    right: -25px;
    top: 0;
    position: absolute;
}
.page-sidebar .page-sidebar-menu > li{
    position: relative;
}
.page-sidebar .page-sidebar-menu > li:after {
    content: "\f0da";
    position: absolute;
    right: 5px;
    z-index: 99;
    top: 6px;
    font-family: FontAwesome;
    font-size: 20px;
    color: #000;
}

.page-sidebar .page-sidebar-menu .sub-menu{
    margin: 0;
}

.event-row span, .highlight-color {
    color: #f00 !important;
}

.live_widget_background_1 {
    background-image: url(https://static-bettingadmin.com/jbet29/img/live_bg/calcio.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 78% !important;
}

#heading_event_table_widjet {
    background: transparent;
    border: none !important;
    text-align: center;
}

#live_curr_event_championship {
    width: 100%;
    text-align: center;
    margin-bottom: -5px;
    margin-top: 10px;
    color: #fff;
}

.tbl-odds-heading{
    color: #fff;
}

.i_duels{
    background-image: url(http://static-bettingadmin.com/default/images/duels_white.png) !important;
}

.i_live{
    background-image: url(http://static-bettingadmin.com/default/images/chrono_icon.png) !important;
}

.username_balance{
    color: black;
    text-transform: uppercase;
    font-size: 15px;		
}

#account_container{
    padding: 0px !important;
}

.breadcrumb {
    padding: 6px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0px;
    border: 2px solid #003465;
    color: #003465;
    -webkit-box-shadow: 4px 4px 4px #003465;
    -moz-box-shadow: 4px 4px 4px #003465;
    box-shadow: 4px 4px 4px #003465;
    line-height: 30px;
}

.breadcrumb a{
    font-size: 15px;
    color: #003465;
    text-transform: uppercase;
    line-height: 30px;
    margin-right: 3px;
    margin-left: 3px;
    font-weight: bold;
}

.Zebra_Pagination a.next {
    height: 30px;
}

.Zebra_Pagination a.previous{
    height: 30px;
}

select{
    color: #000;
    height: 26px;
    width: 100%;
}

.table .table {
    background-color: transparent;
}

#main-navbar div.container{
    background: -webkit-linear-gradient( var(--first-linear-gradient)) !important;
}
#main-navbar div.container-full{
    background: -webkit-linear-gradient( var(--first-linear-gradient));
}
.img_main_menu{
    width: 20px;
    margin-right: 5px;	
}
.event-row span.current-spread-value{
    color: #000 !important;
}
.cassa-li a{
    color:#fc0
}
.navbar-default .navbar-nav>li>a:hover{
    background-color: var(--second-bgcolor-hex);
    color: #000 !important;
}
.navbar-default .navbar-nav>li>a:hover>img {
    filter: invert(1);
}    

#main-navbar.navbar-default .navbar-nav > .active > a {
    color: #000 !important;
}
.navbar-inverse .navbar-nav>li>a:hover{
    background: #454645  !important;
    color: #fff ! important;
}
#home_page #to_promotions.container {
    padding-right: 0px;
    padding-left: 0px;
}
#live_discipline_5 > .portlet-body {
    border-bottom: solid 6px var(--second-bgcolor-hex);
    border-left: solid 6px var(--second-bgcolor-hex);
    border-right: solid 6px var(--second-bgcolor-hex);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus{
   color:#fc0 !important; 
}
.btn-odd-modal{
        
    height: 32px;
    line-height: 12px!important;
    
}
.live-general-odds-group {
        background: #4b4b4b !important;
}
.follow_event{
        border: 1px solid var(--second-bgcolor-hex) !important;
}

#main-navbar.navbar-default .navbar-nav > .active > a > img {
    filter: invert(1);
}

.totobet-jackpot{
    position: absolute;
    top: -20px;
    right: 4px;
    background: #c60101;
    padding: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    border: 1px solid #000;
}

.totobet-jackpot:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #000;
    left: 7px;
    bottom: -7px;
}

.totobet-jackpot:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid #c60101;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 8px;
    bottom: -5px;
}

