﻿html,
body,
.home-menu-container {
    height:100%;
    width:100%;
}
@font-face {
    font-family: RobotoBlack;
    src: url(../fonts/Roboto-Black.tff);
}

@font-face {
    font-family: RobotoLight;
    src: url(../fonts/Roboto-Light.tff);
}
@font-face {
    font-family:RobotoMed;
    src: url(../fonts/Roboto-Medium.tff);
}
@font-face {
    font-family:RobotoReg;
    src:url(../fonts/Roboto-Regular.tff);
}
@font-face {
    font-family:NeoSans;
    src:url(../fonts/neo-sans.ttf);
}
@font-face {
    font-family:AnagoBlack;
    src:url(../fonts/Anago-Black.ttf);
}


body {
    padding:0px;
    margin:0px;
    font-size: 1.0em;
    line-height: 1.3;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	background: #1b1b1b;
}

.oh {
    overflow:hidden;
}
.nav-logo {
        height: 30px;
    width: 110px;
    background-size: 100%;
    float: left;
    margin-top: 5px;
}
#wrap {
    
    /*scroll-behavior: smooth;*/
    /* height: 100%; */
    overflow-x: hidden;
    background:#50000b;
}
.tc {
    text-align:center;
}
.tl {
    text-align:left;
}
.tr {
    text-align:right;
}
.w80 {
    width:80%;
}
.w70 {
    width:70%;
}
.h50 {
    height:50px;
}
.w20 {
    width:20%;
}
.fr {
    float:right;
}
.fl {
    float:left;
}
.clearfix {
    clear:both;
    display:table;
    content:'';
}
.hidden {
    display:none !important;
}
.blue-bg {
    background: rgb(193, 39, 46);
    color: white !important;
}
.divtr-odd .blue-bg{background-color: #50000b;}
.bluebg {
    background:#062345;
}
.gray-bg {
    background:#CCC;
    color:#000 !important;
}
input,
textarea {
  font-size: 16px;
}
::-webkit-scrollbar { 
    /*display: none;*/ 
}
.ui-header {
    border-width: 0 0;
    border-style: solid;
    position: relative;
    padding:5px;

}
.barheight {
        height: 40px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.header-padding{padding-top: 50px; z-index:1;}
/*.header2-padding{padding-top: 35px; z-index:1;}*/
.ui-bar-b {
    color: #fff;
    text-shadow: 0 1px 0 #111;
    font-weight: 700;
    z-index:999999;
    background-color: #e2e2e2;
    /*text-align: center !important;*/
}
/* ---------- HOME MENU --------- */
.home-menu-container {
    overflow-y:hidden;
    overflow-x:hidden;

}
.home-menu-container .ui-navigation-link {
        margin: 0px;
    text-shadow: 0 0px 0 #fff !important;
    color: black;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #000;
    max-height: 60px;
    cursor: pointer;
}
.menu {
 padding:2px 2px 2px 0.5em;
     margin-left: 10px !important;
}
.home-menu-container ._md-select-icon {
    display:none !important;
}
.home-menu-container h3 {
    margin:2px 0px 0px 0px;
    font-weight: normal !important;
}
.language-sel-container md-select-value {
    margin-top:-10px;
    color:#fff;
    border:0px !important;
}
.home-menu-container div h3 span {margin:9px 0px 0px 0px;}
.home-menu-container div:hover {
}
.home-menu-container:after {
    margin-bottom:35px;
}
.home-menu-container div h3 span {
    white-space: nowrap;
    overflow: hidden;
    width:55%;
    text-overflow: ellipsis;
    font-size:17px;
}
/* ---------- LANGUAGE -------- */
.language-sel-container {
    position:relative;
    background:transparent;
}
.language-list {
    left: 40%;
    width: 50%;
    position: absolute;
}
.language-list div {
    background: linear-gradient(to bottom, #fafafa 0%, #e3e3e3 100%) !important;
    padding:5px;
}
._md-select-menu-container,
.md-dialog-container {
    z-index:9999999 !important;
}

/* ---------- HOME BACK BUTTON ------- */
.home-button {
    background: url("../images/icons/menu.png") no-repeat top center;
    height: 40px;
    width: 40px;
    background-size: 25px;
        background-position: 6px;
}
.search-button {
background: url("../images/icons/search-icon.png") no-repeat top center;
height: 30px;
width: 30px;
    background-size: 20px;
    background-position: 10px;
}

.menu-hidden{width: 80%;float:left;position:absolute;left:-80%;transition: all 0.5s ease-out;}
.menu-hidden #homemenue{height:400px;transition: all 0.5s ease-out;}
.menu-container{    
    width: 80%;
    position: absolute;
    background: white;
    z-index: 10000000;
    border-right: 1px solid black;
    left: 0;
    transition: all 0.5s ease-out;
    bottom: 0px;
    top: 0px;
}
.menu-normal {
    margin-left:0;
    width: 100%;
    transition: all 0.5s ease-out;
}
.menu-overflow{
        margin-left: 80%;
    overflow: hidden!important;
    width: 100%;
        position: fixed;
        transition: all 0.5s ease-out;
}
.menu-search{
    overflow: hidden!important;
    width: 100%;
        position: fixed;top:0;bottom:0;
        transition: all 0.5s ease-out;
}
.menu-overflow #appPageHeader,
.menu-overflow .bottom-menu,
.menu-overflow #appPageHeader2,
.menu-overflow .live-bettypes-container,
.menu-overflow .live-title-container{
    margin-left:80%;overflow:hidden; width: 100%;transition: all 0.5s ease-out;}
.menu-normal #appPageHeader,
.menu-normal .bottom-menu,
.menu-normal #appPageHeader2,
.menu-normal .live-bettypes-container,
.menu-normal .live-title-container{
    margin-left:0;overflow:hidden;width: 100%;transition: all 0.5s ease-out;}

.betmenu-container{    
    width: 80%;
    position: absolute;
    background: white;
    z-index: 10000000;
        border-left: 1px solid black;
        right:0;
}

.betmenu-overflow{
        
    overflow: hidden!important;
    width: 100%;
        position: fixed;
}
.betmenu-overflow #appPageHeader,.betmenu-overflow .bottom-menu{overflow:hidden;    width: 100%;}


#appPageHeader2{/*height:20px;*/display:none;}
.back-button {
background: url("../images/icons/arrowback.png") no-repeat top center;
height: 20px;
width: 30px;
background-size: 23px;
}

.page-name2{width: 90%;
    font-size: 15px;
    line-height: 22px;}

.tipp {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    box-sizing: border-box;
    
    color: #5a5a5a;
    border:1px solid #CCC;
    font-size: 0.8vw;
    height: 1.8rem;
    padding:0px 0px 0px 4px;
        line-height: 1.8rem;
    outline:0;
        margin-left: 12px;
    text-align: center;
    font-weight: bold;
        margin-top: 7px;
            border-radius: 3px;
            cursor:pointer;
        background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
    border-color: #bebebe #a7a7a7 #9c9c9c #9c9c9c;
}
.tipp-left {
    float:left;width:100%;
}
.tipp .odd {
    background: rgba(255, 255, 255, 0.34);    padding:0px 12%; height:100%;   
	padding:0px 12%; 
	height:100%;
	color:#000;
}
.tipp-txt-back {
    background:#f5f5f5;
    padding: 3px 0px 0px 0px;
}

.tipp-txt-live {
        background: #f5f5f5;
    padding: 0px 0px;
    width: 100%;
    font-weight: bold;
    font-size: 13px;
    line-height: 31px;
    overflow:hidden;
    float:left;
}
.tipp-txt-live span{
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
}
.tipp-txt-live.short {
        padding: 2px 0px;
    max-width: 63px;
    min-width: 63px;
    line-height: 25px;
    white-space: normal;
}

.tipp-txt-live.short2 {
            padding: 2px 0px;
    line-height: 15px;
    font-weight: normal;
    font-size: 12px;
    white-space: normal;
}
.teams{width:58%;margin:0 !important;}
.teams, .score {
    overflow:hidden;
        margin: 2px 0px 0px 6px;
    font-size: 15px;
}
    .teams span {
        margin-left:5px;
    }
.score{color:black;font-size:11px;margin-left:3px;float:right;    line-height: 16px;}
.score-highlighted {
    color:red !important;font-size:12px;float:right;width: 20px; line-height: 20px;    text-align: right;
    padding: 0 3px;font-weight:bold;
}

.specialbet {
    /* border: 1px solid; */
    outline: 0;
    /* border-color: #bebebe #a7a7a7 #9c9c9c; */
    background: #eee;
    height: 1rem;
    font-size: 15px;
    font-weight: bold;
    color: #2262a2;
    background: #e1e1e1;

    /* color: #4a4a4a !important; */
    line-height: 1rem;
    color: text-shadow: none !important;
    padding: 0.5rem 0 !important;
    width:90%;
    cursor:pointer;
}

.slidembets div {
    outline:0;
}
.slidembets {
    color:#000;
    padding-top: 0px;
}
.special_bet_title {
    width:100%;
    text-align:center;
    padding: 5px 2px 5px 0.5em;
    font-size: 16px;
        /*background: #f5f5f5;*/
    /*border-bottom: 1px solid #cccccc;*/

    text-align: left;
    border-top: 4px solid #c1272e;

}
/*.slidembets:hover,
.slidembets div:hover {
    color:#000 !important;
}*/
.slidembets .selected:hover,
.slidembets div.selected:hover {
    color:#fff !important;
}
.spitem {
    min-height:50px;
    border-bottom:1px solid #000;
        padding-bottom: 5px;
        background: white;
}
.spitem .tipp {
    height: 30px;
    min-width: 50px;
    margin: 2px 2px;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
}
.special_bet_item {
    padding:5px 0px 0px 8px;
}
.load-more-btn {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #1d5288;
    font-size: 20px;
    outline:0;
    cursor:pointer;
}
header {
    right:0px;
    left:0px;
}
.live-title-container {
    color:#fff;
    position:fixed;
    top:52px;
    right:0px;
    left:0px;
    z-index: 99999;
}

.sport-title,
.more-sports {
    width: 25%;
    padding: 10px 0px;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
}
.more-sports {
    border-right:0 !important;
}
.live-bettypes-container ul {
        padding: 0;
    margin: 0;
        list-style: none;
}
.live-bettypes-container li{
    -moz-transform: skew(-12.5deg);
    -ms-transform: skew(-12.5deg);
    -o-transform: skew(-12.5deg);
    -webkit-transform: skew(-12.5deg);
    border-right: 1px solid white;
        float: left;
}
.live-bettypes-container li div{
    -moz-transform: skew(+12.5deg);
    -ms-transform: skew(+12.5deg);
    -o-transform: skew(+12.5deg);
    -webkit-transform: skew(+12.5deg);
}
.sport-title {
        
    
}
.game-header {
    display: table;
    width: 100%;
    background: linear-gradient(to bottom, #8f8f8f 0, #494949 100%);
    color: white;
    font-size: 14px;
    padding:5px;
    margin: -2px -2px 3px -1.4em !important;
}
.live-padding {
    padding-top:104px;
}
.countgames {
    direction: rtl;
    margin-right:30px;
    
    padding:5px;
    border-radius:5px;
    color:#000;
}
/* ------- BOTTOM MENU ------- */
.seperator {
  margin-top:80px;
}
.seperator-bs{
    margin-top:62px;
}
.bottom-menu {
 position: fixed;
 bottom:0px;
 left:0px;
 right:0px;
 text-shadow: 0 0px 0 #fff !important;
 color: #fff;
 background: #062345;
 min-height: 2rem;
 text-shadow: 0 1px 0 #111;
 font-weight: 700;
     z-index: 1000;
     border-top:1px solid black;
}
.bottom-menu-el {
    text-align:center;
    padding:10px 0px;
    font-size:12px;
    position:relative;
    cursor:pointer;
    outline:0;
        float: left;
    width: 25%;
}
.account-balance {
    position:absolute;
    background:red;
    color:#fff;
    right:0px;
    top:5px;
    padding:3px;
    border-radius:5px;
}
.countback {
    margin:5px 0px 0px 0px;
    padding:2px;
    border-radius:5px;
    color:#000;
    font-size:18px;
}
.tipp.false, .slip-odd.false {
    pointer-events: none;
    cursor: default;
    background: #aaa;
    opacity: 0.5;
    background: url("../images/box-disabled.png") no-repeat scroll center center #ddd;
}
.tipp.false div {
    visibility:hidden;
}
.tipp.high {
    border-top:1px solid green !important;
}
.tipp.low {
    border-bottom:1px solid red !important;
}
/* ----- LOGIN ----- */
.login-btn {
        width: 100%;
    margin: 0px !important;
    background: #fff !important;
    color: #000 !important;
    text-transform: capitalize !important;
    margin-top: 35px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    height: 45px;
}
.login-input {
    display: block;
    width: 100%;
    height: 45px;
    text-transform:lowercase;
    text-indent:38px;
    margin:10px 0px;
    /* padding-left: 38px; */

    color: #FFF;
    border-radius:5px;
    border: 1px solid #fff;
    transition: box-shadow .3s;
}
.login-passbg {
   background: url('../images/passbg.png') no-repeat 10px center transparent;
   background-size:15px;
}
.login-userbg {
    background: url('../images/userbg.png') no-repeat 10px center transparent;
    background-size:15px;
}
.page-loading {
   display: none;
    width:100px;
    height: 70px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.53);
    text-align:center;
    padding:10px;
    margin-left: -50px;
    margin-top: -50px;
    z-index:2;
    overflow: auto;
}
.md-hue-5 {
    stroke: rgb(251, 252, 255) !important;
}
/* ----- TICKET OVERVIEW ------- */
.filter-header-container {
    text-align:center;
    color: #012346;
    background: linear-gradient(to bottom, #fafafa 0%, #e3e3e3 100%) !important;
    min-height:30px;
    padding:10px 0px;
    cursor:pointer;
}
.filter-header-container div:first-child {
    border-right:1px solid #666;
}
.filter-header-container div {
    outline:0;
}
.filter-date-form md-content {
    background: linear-gradient(to bottom, #fafafa 0%, #e3e3e3 100%) !important;
}
.filter-date-form md-datepicker {
    width:90% !important;
}
.filter-date-form .md-datepicker-input-container {
    width:90% !important;
}
.ticket-info-container {
    background:#f5f5f5;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe5e5e5', GradientType=0);
    padding:10px 0px;
    text-align:center;
}
.ticket-item-container {
    text-align:center;
    background: #f5f5f5;
    min-height: 30px;
    border-bottom:1px solid #dbdbdb;
    padding:10px 0px;
}
.full-screen-dia {
 max-width: 100%;
 max-height: 100%;
 width: 100%;
 height: 100%;
}
.selected {
    color: white;
    background:#4e4e4e;
    border-color:#4e4e4e;
}
.system-box {
        color: white;
    background: transparent;
    border-color: #4e4e4e !important;
    background-repeat: no-repeat;
    width: 89px;
    display: inline-block;
    text-align: center;
    background-size: 23%;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
    background-position: 8px;
}
.checkbox-selected {
    background-image: url('../images/icons/checkbox-blue.png');
}
.checkbox-empty {
        background-image: url('../images/icons/checkbox-blue-empty.png');
    
}
.selected .odd {
    background:#c1272e !important;
	color:white;
}
.slip-date {
    color:#4fa0cd;
    font-size:11px;
}
.slip-odd {
        color: #fff;
    padding: 2px 0px;
    border-radius: 3px;
     border-color:#06448d;
    width: 46px;
    text-align: center;
    background: #012346;
        font-size: 12px;
    font-weight: bold;
    line-height: 19px;
}
.slip-tipp {
        font-size: 14px;
    color: gray;
        margin: 10px 5px;
}
.slip-tiptxt {
   line-height: 23px;
}
.md-primary.md-subheader {
    background:#1b1b1b;
    color:#fff;
}
.stake-input {
 font-size: 15px;
color: #000 !important;
outline: 0;
border-radius:5px;
outline:0;
width:70px;
margin-top:-5px;

    text-align: left;
    text-indent: 5px;
}
.betslip-button {
    background:#234fa1;
}
.bet-submit-btn {
    width:70%;
}
.bet-clear-btn {
    width:30%;
}
.bet-submit-btn button {
    width:100%;
    margin:0px;
    border-radius:0px;
    line-height:50px;
    background:#c1272e !important;
}
.bet-clear-btn button {
    width:100%;
     margin:0px;
     font-size:30px !important;
    border-radius:0px;
    line-height:50px;
    background:#f7f7f7 !important;
    color: #c1272e !important;
    text-align:center;
}
.button-container {
    width:100%;
    overflow:hidden;
}
/* ----- EMPTY BASKET ---*/
.empty-basket {
    width:98%;
    background-color:#fafafa;
    border:1px solid #666;
    padding:10px;
}
.betslip-top {
   background-color: rgb(16, 108, 200) !important;
   color: rgba(255, 255, 255, 0.87) !important;
}
.blue-seperator {
    border-top-color:#04142a;
}
.tips-container {
    min-height: 228px;
    overflow: scroll;
    scroll-behavior: smooth;
}
.tips-container h3 {
    cursor:pointer;
}

.menu-show-setup, .menu-hide-setup {
  transition:all 0.5s ease-out;
  overflow:hidden
}

.menu-show-setup {
  max-height:0;
}
.menu-show-setup.menu-show-start {
  max-height:200px;
}

.menu-hide-setup {
  max-height:200px;
}
.menu-hide-setup.menu-hide-start {
  max-height:0;
}
/* ------ TICKET STATUS ----- */
.status {
 text-align:center; color:#fff;
}
.ticketstatus-open{color: #557da6;font-weight: bold;font-size:14px;}
.ticketstatus-lost{color: #a63b28;font-weight: bold;font-size:14px;}
.ticketstatus-won{color: #5ba649;font-weight: bold;font-size:14px;}
.ticketstatus-canceled{color: #be9a44;font-weight: bold;font-size:14px;}
/* ----- MATERIAL ICONS FONT SETTINGS -------- */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* Rules for sizing the icon. */
.material-icons.md-15 { font-size:15px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-40 {font-size: 34px; margin-right:30px;}
.material-icons.md-34 {font-size: 34px; margin-right:30px;}
.material-icons.bydate {
    font-size: 16px;
    background:#666;

    color:#fff;
    border-radius:100%;
    padding:5px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.ui-sub-header{
        width: 100%;
    margin: 0px;
    border-radius: 0px;
    line-height: 50px;
    background: #2c96db !important;
    color: white;    font-weight:bold;
    text-indent:5px;
}


.result-div1{
    width:10%;background-color:#eaeaea; color:#2c96db;    
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid black;
}
.result-div2{
    width:40%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid black;
}
.subresult-header{
    padding:0;line-height: 1em;
    background-color:#256bb1; 
    color:white;
}
.subresultbtn {
    outline: 0;
    background: #eee;
    height: 26px;
    line-height:26px;
    font-size: 15px;
    font-weight: bold;
    width: 10px;
    color: #2262a2;
    background: #e1e1e1;
    color: text-shadow: none !important;
    padding: 0.5rem !important;
}
.home-icon {
    background: url("../images/icons/home.png") no-repeat top center;
    background-size: 25px;
}
.sportbets-icon {
     background: url("../images/icons/sportbets.png") no-repeat top center;
    background-size: 25px;
}
.live-icon {
     background: url("../images/icons/live.png") no-repeat top center;
    background-size: 25px;
}
.casino-icon {
     background: url("../images/icons/casino.png") no-repeat top center;
    background-size: 25px;
}
.account-icon {
     background: url("../images/icons/account.png") no-repeat top center;
    background-size: 25px;
}
.betslip-icon {
     background: url("../images/icons/slip.png") no-repeat top center;
        background-size: 35px;
    background-position: 48% -4px;
}
.sport-icons {
background: url("../images/icons/sport-icons.png") no-repeat top center;
background-size: 90px;
width: 30px;
margin:-2px 15px 0px 0px;
height: 30px;
float: left;
}
.sp-icon-wm { /* wm */
   background: url("../images/carousel/wm2018.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon10001 { /*Futsal*/
    background: url("../images/carousel/10001.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}

.sp-icon111,.sp-icon110,.sp-icon109 { /*Dota*/
    background: url("../images/carousel/111.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon1 { /* Soccer */
   background: url("../images/carousel/1.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon2 { /* Basketball */
   background: url("../images/carousel/2.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon3 { /* Baseball */
    background: url("../images/carousel/3.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon4 { /* icehockey */
    background: url("../images/carousel/4.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon5 { /* Tennis */
    background: url("../images/carousel/5.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon6 { /*Handball*/
    background: url("../images/carousel/6.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon7 { /*Floorball*/
    background: url("../images/carousel/7.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon9 { /*Golf*/
    background: url("../images/carousel/9.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon10 { /*Handball*/
    background: url("../images/carousel/10.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon11 { /*MotorSport*/
    background: url("../images/carousel/11.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon12 { /*Rugby*/
    background: url("../images/carousel/12.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon13 { /*Aussie Rules*/
    background: url("../images/carousel/13.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon14 { /*Wintersports*/
    background: url("../images/carousel/14.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon15 { /*Bandy*/
    background: url("../images/carousel/14.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon16 { /*American Football */
   background: url("../images/carousel/16.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon17 { /*Cycling */
   background: url("../images/carousel/17.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon19 { /*Snooker */
   background: url("../images/carousel/19.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon20 { /*Tischtennis*/
    background: url("../images/carousel/20.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon21 { /*Cricket*/
    background: url("../images/carousel/21.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon22 { /*Darts*/
    background: url("../images/carousel/22.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon23 { /*Volleyball*/
    background: url("../images/carousel/23.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon24 { /*Volleyball*/
    background: url("../images/carousel/24.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon26 { /*Volleyball*/
    background: url("../images/carousel/26.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon28 { /*Curling*/
    background: url("../images/carousel/28.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon29 { /*Futsal*/
    background: url("../images/carousel/29.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon30 { /*Olympia*/
    background: url("../images/carousel/30.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon31 { /*Badminton*/
    background: url("../images/carousel/31.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon32 { /*Bowls*/
    background: url("../images/carousel/32.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon34{ /*Badminton*/
    background: url("../images/carousel/34.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon37{ /*Squash*/
    background: url("../images/carousel/37.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon60 { /*Beach Soccer*/
    background: url("../images/carousel/60.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}
.sp-icon61 { /*Pesabello*/
    background: url("../images/carousel/61.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}

.sp-icon-fav { /*Favorited*/
    background: url("../images/carousel/fav.png") no-repeat top center;
   background-size: 85%;
   margin:0px 15px 0px 0px;
}

.bottom-icon {
    height:25px;
}
.menu-icon {
width: 25px;
height: 25px;

margin: 13px 0px 0px 6px;
}
.bet-icon {
background: url(../images/icons/home_slip.png) no-repeat;
background-size: 25px;
}
.menuacc-icon {
    background: url(../images/icons/home_account.png) no-repeat;
background-size: 25px;
}
.info-icon {
        background: url(../images/icons/home_info.png) no-repeat;
background-size: 25px;
}

.ticket-blue-bg {
    /*background:#1087c9;
    text-align:center !important;
    color:#fff !important;*/
}
.ticket-blue-bg span{
        margin-left: 5px;
}
.ticket-information {
    margin-bottom:10px;
}
.green {
    color:green;
} 
.red {
    color:red;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


/*payment styles*/

.pttable{width:100% !important;}

.ptradio {
width: 49%;
float: left;
text-align: center;
height: 50px;
padding: 15px 0;
border-bottom:1px solid rgba(0, 0, 0, 0.25);
}
.ptradio.selected {
	background: rgba(0, 0, 0, 0.25) !important;
}
.ptradio:nth-child(odd) {
}
.ptradio:nth-child(2n+1) {
	border-right:1px solid rgba(0,0,0,0.25);
}
.ptradio:first-child,
.ptradio:nth-child(2) {
	border-top: 1px solid rgba(0,0,0,0.25);
}
.pmvconditions {
    width: 100%;
    height: 20px;
    cursor: pointer;
    float: left;
    margin-top: 10px;
    text-indent: 16px;
}

.paymentconditiondiv {
    width: 250px;
    border: 1px solid black;
    z-index: 1000;
    background: white;
    position: absolute;
}

.pmtcurrencies{color:black;float:left;width:20%;}

#tbAmount{float:left;width:40%;height: 28px;font-size: 20px;}
.ptlable{float:left; width: 40%;}
#lbExchangeMsg{width:100%;display:inline-block;}
#btRequestPayin{margin-top: 5px; width:100%;}
.pmtcontainer{width:275px;margin-top:30px;}
.pmtdiv{margin-top:0; height: 100%;}

.logo_skrill {
background: url("../images/pmt/skrill.png") no-repeat center center;
}
.logo_ecopayz {
background: url("../images/pmt/ecopayz.png") no-repeat center center;
}
.logo_neteller {
background: url("../images/pmt/neteller.png") no-repeat center center;
}
.logo_sofortbanking {
background: url("../images/pmt/sofortbanking.png") no-repeat center center;
}
.logo_paysafecard {
background: url("../images/pmt/paysafecard.png") no-repeat center center;
}
.logo_cepbank {
background: url("../images/pmt/cepbank.png") no-repeat center center;
}
.logo_banktransfer {
background: url("../images/pmt/banktransfer.png") no-repeat center center;
}
.logo_ukash {
background: url("../images/pmt/ukash-logo-medium.jpg") no-repeat center center;
}
.logo_visa {
background: url("../images/pmt/visa.png") no-repeat center center;
}
.logo_mastercard {
background: url("../images/pmt/mastercard.png") no-repeat center center;
}
.logo_astropay {
background: url("../images/pmt/astropay.png") no-repeat center center;
}
.logo_banktransfer_de {
background: url("../images/pmt/banktransfer.png") no-repeat center center;
}

/*LeagueTables*/

.ui-game-table, .ui-bet-table {
    padding: 0.5rem 0.1rem;
    color: #414141;
    text-shadow: none;
    width: 100%;
    text-align: center;
        float: left;
}
.ui-game-table > .ui-block {
    width: 100%;
    display: block;
}
.ui-game-table > .ui-block-c {
    width: 15%;
        float: left;
}
.ui-event-unit {
    border-bottom: none;
    background-color: #f2f2f2;
}
.ui-event-unit:nth-of-type(2n) {
    background-color: #FFF;
}

.ltHeader{
        border-bottom: 1px solid gray;
    font-weight: bold;
    background: #B7B7B7;
    color: black;
    margin-top: 10px;
	font-size:11px;
    width:100%;
}
.ltRow{
	font-size:10px; color:black;
}
.ltIcon{
	background-image: url('../images/icons/nochange.png');
}
.ltIconDown{
	background-image: url('../images/icons/icon-arrow-down.png');
	    background-size: 10px 10px;
    background-repeat: no-repeat;
}
.ltIconUp{
	background-image: url('../images/icons/icon-arrow-up.png');
	    background-size: 10px 10px;
    background-repeat: no-repeat;
}
.slip-overlay {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top:0;
    background: rgba(0, 0, 0, 0.67);
    z-index: 999999999999999;
}
.timer-count-txt {
text-align: center;
color: #fff;
font-size: 70px;
}
.overlay-content {
   height:350px;
width:100%;
margin-top:100px !important;
}
.timer-logo {
    width: 100%;
margin-top:2%;
height: 200px;
text-align: center;

/*background-size:100%;*/
}
/*LMT*/
.sr-matchstats{display:none !important;}

/*LMT end*/

.tournament-head{
        background: #2c96db !important;
    color: white;
    font-weight: bold;
    line-height: 35px;
    text-indent: 10px;
        float: left;
    width: 100%;
}



/*customize*/

#loginForm ::-webkit-input-placeholder {
   color: white !important;
}

#loginForm :-moz-placeholder { /* Firefox 18- */
   color: white !important;
}

#loginForm ::-moz-placeholder {  /* Firefox 19+ */
   color: white !important;
}

#loginForm :-ms-input-placeholder {  
   color: white !important;
}

.matchdate{font-weight:bold;margin-top:7px;}
.matchtime{font-weight:bold;}

.h42{height:42px;}

.login-subfunctions{
        color: white;
    margin-top: 10px;
    font-size: 14px;
    line-height:22px;
}

.live-bettypes-container{
    position: fixed;
    top: 113px;
    left:0;
    z-index: 1000;
    border-top: 3px solid white;
    width: 100%;    
    color: white;
    background-color: #1087c9;
        /*background: linear-gradient(to bottom, #000623 0%, #012346 20%,#012346 80%, #000623 100%) !important;*/
}
.live-bettypes-selected{
    background: linear-gradient(to bottom, #000623 0%, #051a2f 20%,#051a2f 80%, #000623 100%) !important;
}

.showBetTypes{
            position: fixed;
    top: 156px;
    right: 0;
    width: 76%;
    min-height: 500px;
    background: rgba(25, 25, 25, 0.9);
    z-index: 10;
}
.more-bets{
    text-indent: 20px;
    padding: 10px 0px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid white;
    color: white;
}

.ouvalue{
        line-height: 33px;
    text-align: center;
    font-size: 0.8rem;
    margin-top:5px;
}
.red-card {
    width: 9px;
    height: 13px;
    color: #fff;
    padding: 1px 0px 0px 0px;
    font-size: 12px;
    text-align: center;
background-size: 15px;
    background: red;
          margin: 0px 3px 0 0px;
}
.search-container {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
    float: right;
    margin-right: 20px;
}
.search-container.open{width: calc(100% - 140px);transition: all 0.5s ease-out;}
.search-container.closed{width: 8%;transition: all 0.5s ease-out;}

.search-icon{
    background: url("../images/icons/search-icon.png") no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: 70%;
        margin-top: 5px;
}

   .sinput {
    background: url("../images/icons/search-icon.png") no-repeat top center;       
    width: 90%;
    height: 15px;
    font-size: 16px;
    color: black;
    text-indent: 30px;
    border: 1px solid #4a4a4a;
    background-size: 17px;
    outline: 0;
    border-radius: 5px;
    float: left;
    background-position: 5px;
    background-color: white;
        margin-top: 10px;
    
}
   .logo-left{margin-left:0; transition: all 0.5s ease-out;}
   .logo-center{margin-left:25%; transition: all 0.5s ease-out;}

   .search-open{
       width: calc(100% - 220px);
       transition:all 0.5s ease-out;
   }
   .search-open input{background: url(../images/icons/close.png) no-repeat;background-color: white;    background-position: 5px;}
   .close-search {
            background: url(../images/icons/close.png) no-repeat;
    background-size: 20px;
    position: relative;
    left: 52%;
    top: 7px;
    width: 20px;
    opacity: 0;
    transition: all 0.5s ease-out;
}
   .close-search-visible{left: 82%;opacity: 0.8;transition: all 0.5s ease-out;}

.authrescontent{color:white; font-size:14px;}
.slip-overlay-txt{
text-align: center;
color: #fff;
font-size: 35px;
}

.live-container{
        margin: 0px;
    
    color: black;
    width: calc(100% - 2px);
    background: #fff;
    /*cursor: pointer;*/
    max-height: inherit; 
    border: 1px solid #b7b7b7;
    border-width: 0 1px 1px 1px;
	float:left;
}
.item-minute{    
    color:#000;
    text-align:center;
    font-size:13px;
    width: 18%;
        height: 42px;
}
.item-minute.FirstPeriod.sbg-1{height:76px;}

.live-minute-allsports{padding:11px 0px 0px 0px;}
.live-date-allsports{font-size:12px;line-height:12px;}
.match-date-allsports{margin-top:4px;}
.live-sportname{font-size: 11px; margin-top: 0px;}
.item-minute-onesport{    width:15%}
.live-minute-onsport-div{padding:15px 0px 0px 0px;}
.live-date-onesport{font-size:13px;}
.live-teamsize1{margin-left:5px;font-size:12px; white-space: nowrap;  text-overflow: ellipsis;    line-height: 20px;overflow:hidden;}
.live-teamsize2{margin-left:5px;font-size:15px; white-space: nowrap;  text-overflow: ellipsis;overflow:hidden}
.live-ss-container{height: 39px;width:24%;}
.live-ss-container-row{width:100%; float:left;}
.live-tips-container{height: 31px;width:67%;}
.live-tips-container.onesport{width:70%;}
.live-sp-button{width: 15%;    height: 32px;}
.tip-text-live-one{width: 15% !important;}
.sport-sp-button{width: 65px;}

.search-input{    background: #012346; margin-bottom: 3px;}


#betslip ._md-subheader-inner{padding:12px;}
/*#betslip .md-subheader{font-size:12px;}*/
.bs-game-stats {
    margin-top: 0px;
    line-height: 18px;
    padding: 0px !important;
    float: left;
    width: 20%;
}
.bankbtn{margin:0;padding: 3px 0px 0px 0px !important;flex:0.3 !important;float:left;width:9%;}
.bs-score{font-size: 15px;
    line-height: 22px;}
.bs-gameheader{padding: 0 !important;margin:0; height: 44px;}
.bs-teamname{font-size:12px;    margin: 0px;
    font-size: 3vw;
    overflow: hidden;
    width: 35%;
    float: left;
    }
.bs-teamname div{padding: 10px 0px;
    text-align: center;
    color: #012346;}
.bs-teamname-outright{
    margin: 0px;
    float: left;
    padding: 10px;
    color: #012346;        
    font-size: 15px;
    width: 55%;
    padding-top: 3px;
    }
.bs-tipdel{    height: 23px;}
.bs-bottom{}
.bs-bankbtn{background: #2c96db;
    color: white;
    font-size: 15px !important;
    padding: 4px;
    font-weight: normal !important;
    margin-top: 8px;
}

.bankactive {
        border-left: 4px solid #3eaff1;
    border-right: 4px solid #3eaff1;
    padding: 4px 0px;
}

.systems-container{background: #969696;padding: 5px 8%;}

#betslip .md-button{padding:6px 6px}

.betslip-tiprow.odd{background:#f9f9f9;}

/*tips*/
.tipp-left.threeway{width:33%;}
.tipp-left.twoway{width:50%;}
.tips-title-container{width:18%;}
.tipp-left.overunder{width:40%;}


.longtermgamesnav{
    white-space: normal !important;
    font-size: 15px !important;
    margin: 4px 0px 0px 0px !important;
}
.gamecntidc{}
.tournamentmenuitem {}

.naviWrapper {
    width: calc(100% - 20px);
    padding: 0 10px;
    float: left;
    position: fixed;
    z-index:999999;
    top:51px;
    display:block;
    background:black;
    left:0;
}
.header-navigation {
    border: none;
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.naviWrapper a {
    color: #fff;
}
.header-navigation .element {
    float: none;
    width: 33%;
    padding-top: 35px;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 6px;
    max-width: 90px;
    display: inline-block;
}
.header-navigation .element.sportsbet {
    background-image: url(../images/icons/sportbets.png);
    background-repeat: no-repeat;
    background-position: center 4px;
    background-size: 36%;
}
.header-navigation .element.livebet {
    background-image: url(../images/icons/live.png);
    background-repeat: no-repeat;
    background-position: center 4px;
    background-size: 36%;
}
.header-navigation .element.casino {
    background-image: url(../images/icons/casino.png);
    background-repeat: no-repeat;
    background-position: center 4px;
    background-size: 36%;
}

.loginBackground{background:#062345 !important;}
.navbarinner{position:fixed !important;    top: 53px !important;}
.navbarinner2{position:fixed !important;    top: 82px !important;border-top:0;}

.livesportsbg{background:white;}
.favicon{
    background-image: url('../images/carousel/fav2.png');

    background-size: 15px;
    background-position: top left;
    background-repeat: no-repeat;
	cursor:pointer;
}
.icon_fav{
    background-image: url('../images/carousel/fav.png');

    background-size: 15px;
    background-position: top left;
    background-repeat: no-repeat;
}
.favicon:hover{
    background-image: url('../images/carousel/fav.png');
}
.favsel{
    background-image: url('../images/carousel/fav.png');
}
.favsel:hover{
    background-image: url('../images/carousel/fav2.png');
}


#splash-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    background: #012346;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    z-index: 99999999;
    margin: 0;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#splash-screen .logo {
    width: 50%;
    display: block;
}
#splash-screen > img {
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width:1240px) {
    .bs-teamname {
        font-size:15px;
    }
}


.icon_lang {
    height: 20px;
    width: 20px !important;
    float: left;
    position: relative;
    top: 4px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.lang_de {
    background-image: url('../images/lang/de.jpg');
}
.lang_tr {
    background-image: url('../images/lang/tr.jpg');
}
.lang_en {
    background-image: url('../images/lang/en.jpg');
}

.bx-wrapper {
    height: 200px !important;
}
.bx-controls-direction {
	display:none !important;
}
.slides {
    float: left;
    list-style: none;
    position: relative;
    width:100%;
}

.homepage-leagues {
    position:initial !important;
    background:#d2d2d2  !important;
        top: -25px;
}
.homepage-leagues-bg {
     background:#1b1b1b    !important;
     	overflow-y: hidden;
    overflow-x: scroll;
    /*height: 134px !important;*/
	position:relative;
	width:100%;
    white-space:nowrap;
}
.homepage-leagues-bg.frame .slidee li img {
    height: 53px;
}

.tournavbtn{
    position: absolute;
    right: 35px;
    z-index: 1000;
    color: white;
    top: 0;
}
.prev-button {
background: url("../images/icons/arrowback2.png") no-repeat top center;
height: 20px;
width: 30px;
background-size: 23px;
}
.next-button {
background: url("../images/icons/arrownext.png") no-repeat top center;
height: 20px;
width: 30px;
background-size: 23px;
}
.tournament-item {
    width: 39%;
    /*height: 132px;*/
    text-transform: uppercase;
    display: inline-block;
    /* border: 1px solid #666; */
    box-sizing: border-box;
    margin: 0px 5px 0px 5px;
    cursor: pointer;
    vertical-align: top;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    /*line-height: 75px;*/
    font-size: 14px;
}
.tournament-item img {
    width:100%;
    height:100%;
}
.register-bar {
    width: 100%;
    min-height: 14px;
    overflow: hidden;
    margin: -3px 0px -16px 0px;
    z-index: 9999999999;
    padding: 10px 10px 9px 10px;
    background: rgb(66, 66, 66);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.register-text{    
    line-height: 35px;
    width: 50%;
    text-align: center;}
.register-button {
        width: 40%;
    background: #064b92;
    padding: 8px 0px;
    font-size: 12px;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
}
.land-menu-container {
    overflow: hidden;
      
}
.landing-menu {
    width: 98%;
    min-height:30px;
    line-height:30px;
    margin:5px 0px;
    color:#585858;
    text-align:left;
}
#content-slider {
    margin:0px 0px 5px 0px;
       background: #000;
}
.content-slider-tabs div {
    width: 50%;
    float:left;
    text-align:center;
    border-top:5px solid #394f65;
    height:40px;
    line-height:40px;
    background:#333;
        outline:none;
        color:#fff;
}
.content-slider {
    height: 100px;
    overflow-y: hidden;
    overflow-x: scroll;
    cursor:pointer !important;
    width: 90%;
    padding: 2% 5% 2% 3%;
    white-space: nowrap;

}
.content-item {
    display: inline-block;
    width: 260px;
    height: 100px;
    border:1px solid #000;
    border-radius:3px;
    margin:0 0 0 10px;
}
.content-date {
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaeb+0,e0e0e1+100 */
background: #464646;
    border-bottom:1px solid #000;
    font-size:13px;
    height:20px;
    text-indent:2px;
    line-height:20px;
}
.content-teams {
    background: #fff;
    height: 79px;
    text-indent: 10px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: Ellipsis;
}
.content-slider-tabs div.active {
    background: #000;
    border-top: 5px solid #81b1e0;
}
.content-teams div:first-child,
.content-teams div:last-child {
    color:#000;
    /* font-weight: bold; */
    margin-top: 9px;
}
.content-teams div:nth-child(2) {
    color:#b9b9b9;
    font-weight: bold;
    display: none;
}


.matches {
    width:100%;
    height:100%;
}

/* CAROUSEL CSS */
input[type=range] {
  width: 300px; }

ul[rn-carousel] {
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  position: relative;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
      padding: 0px;
    margin: 0px;
}
  ul[rn-carousel] > li {
    color: black;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: visible;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    white-space: normal;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    height: 100%;
    display: inline-block; }

/* prevent flickering when moving buffer */
ul[rn-carousel-buffered] > li {
  display: none; }

ul[rn-carousel-transition="hexagon"] {
  overflow: visible; }

/* indicators */
div.rn-carousel-indicator span {
  cursor: pointer;
  color: #666; }
  div.rn-carousel-indicator span.active {
    color: white; }

/* prev/next controls */
.rn-carousel-control {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 2rem;
  position: absolute;
  top: 40%;
  opacity: 0.75;
  cursor: pointer; }
  .rn-carousel-control:hover {
    opacity: 1; }
  .rn-carousel-control.rn-carousel-control-prev {
    left: 0.5em; }
    .rn-carousel-control.rn-carousel-control-prev:before {
      content: "<"; }
  .rn-carousel-control.rn-carousel-control-next {
    right: 0.5em; }
    .rn-carousel-control.rn-carousel-control-next:before {
      content: ">"; }
 .slider-teamnames {
      /*background: rgba(255, 255, 255, 0.76);*/
        width: 20%;
    height: 50px;
    line-height: 50px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-left: 16%;
  }

  .slider-teamnames .team-name {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    width: 50%;
    text-overflow: ellipsis;
    float: left;
    background: rgba(226, 226, 226, 0.9);
    white-space: nowrap;
    overflow: hidden;
    border-radius: 4px;
        line-height: 25px;
    margin-top: 5px;
}
  .slider-teamnames .team-image {
    display: block;
    margin-bottom: 7px;
}
  .slider-teamnames .team-image img {
    height: 50px;
}
  .slider-teamnames .vs {
    font-size: 20px;
    color: #fff;
    opacity: .8;
    position: absolute;
    top: 50px;
    left: 200px;
    display:none;
}

  .slideeImage .tournament-name {
    background: rgba(226, 226, 226, 0.9);
    padding: 9px;
    border-radius: 4px;
    text-align: center;
    color: #000;

    width: 295px;
    margin-left: 16%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  margin-top: 55px;
  }



  .slider-tips {   
    margin:5px 0px;
    color: #fff;
    text-align: center;}
.slider-tips-container { 


    width: 50%;
    margin-left: 16%;

}
.slider-tip-text {
        background: rgba(226, 226, 226, 0.9);
        border-radius: 4px 0 0 4px;
    width: 75%;
    color: #000;
    padding: 5px 0px;
    text-align: left;
    text-indent: 15px;
}
.slider-tip-odd {
        background: #000;
    width: 25%;
    padding: 5px 0px;
        border-radius: 0 4px 4px 0;
}
.slider-tips:first-child {
        width: 38%;
    margin-right: 50%;
}
.slider-tips:nth-child(2) {
    width: 28%;
    margin-right: 50%;
}
.slider-tips:last-child {
    width: 18%;
    margin-right: 50%;
}
.slider-tips.selected .slider-tip-odd {
    background:#123456;
}
.slide-bonus-text {
    color: #f3f3f3;
    font-size: 21px;
    font-family: AnagoBlack;
    width: 50%;
    height: 50px;
    text-align: center;
    margin: 0px 0px 31px 0px;
    line-height: 50px;
}
.slide-register-button {
    text-align: center;
    /* margin: 45px 0px 0px 0px; */
    width: 50%;
    margin: 0 auto;
    background: rgba(20, 42, 72, 0.68);
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-decoration: underline;
}
.disableClick {
    pointer-events:none;
}
.landing-bg {
    background:#000;

}
.footer-panel {
    width:100%;
    padding: 5px 5px;
}
.footer-panel h4 {
    color:#8a8a8a;
}
.footer-panel p {
    color:#585858;
}
.footer-panel p a {
    color:#fff;
}

/* CENTER CONTENT STYLES */
.big-menu-container {
        margin: 0px auto;
    width: 87%;
}
.big-menu-el {
    width:100%;
    background:#272727;
    margin:10px 0px;
}

.big-sport .big-menu-headline {
    color:#3299bf;
}
.big-casino .big-menu-headline {
    color:#46b012;
}
.big-livecasino .big-menu-headline {
    color:#2a75db;
}
.big-virtual .big-menu-headline {
    color:#e9a31b;
}
.big-menu-el.big-sport {
    border-top:3px solid #3299bf;
}
.big-sport .big-menu-play-content {
    color:#3299bf;
}
.big-casino .big-menu-play-content {
    color:#46b012;
}
.big-casino .play-button {
     border-color: transparent transparent transparent #46b012;
}
.big-livecasino .play-button {
     border-color: transparent transparent transparent #2a75db;
}
.big-livecasino .big-menu-play-content {
    color:#2a75db;
}
.big-virtual .big-menu-play-content {
    color:#e9a31b;
}
.big-virtual .play-button {
     border-color: transparent transparent transparent #e9a31b;
}
.big-menu-el.big-casino {
    border-top:3px solid #46b012;
}
.big-menu-el.big-livecasino {
    border-top:3px solid #2a75db;
}
.big-menu-el.big-virtual {
    border-top:3px solid #e9a31b;
}
.big-menu-headline {
    font-family: AnagoBlack;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.big-menu-el p {
    font-family: NeoSans;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.big-menu-play-content {
    margin: 0px auto;
    width: 40%;
    font-family: Helvetica;
    font-weight: bold;
}
.big-menu-play {
    height: 30px;
    line-height: 30px;
    border-top: 2px solid #000;
    text-align: center;
    padding: 5px 0px;
    white-space: nowrap;
}
.play-button {
    margin: 5px auto;
    float: left;
    border-style: solid;
    border-width: 10px 0 10px 21px;
    border-color: transparent transparent transparent #3299bf;
}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url(./ajax-loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide img.slick-loading { background: white url(./ajax-loader.gif) center center no-repeat; padding-bottom: 100%; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
.slick-prev:before { content: '\8592'; }

.slick-next { right: -25px; }
.slick-next:before { content: '\8594'; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; }
.slick-dots li a { display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; }
.slick-dots li a:before { content: '\8226'; font-family: "slick"; font-size: 6px; line-height: 2; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active a:before { opacity: 0.75; }




/*custom*/
footer{
        width: 100%;
    float: left;
}

/*account menu*/
.accountmenuContainer{
        width: 80%;
    /* background: #fff; */
    float: left;
    border-bottom: 1px solid #000;
    background-color: #65728c;
    margin: 10px 0;
    height: 30px;
    line-height: 30px;
    margin-left: 10%;

}
.accountmenuItem{
               margin: 0px;
    color: white;
    width: auto;
    cursor: pointer;
    text-align: center;
    float: left;
    width: auto;
    padding: 0px 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    
}
.accountmenuItem:hover,.accountmenuItem.active{background: #c1272e;}
.accountContent{
    width:80%;
    float:left;
        min-height: 40vw;
        margin-left: 10%;
}


/*ticket overview*/
.cashoutHint{
    background: #fff1b2 url(../images/warning.png) no-repeat 3% 45%;
    padding: 5px;
    margin: 15px;
    margin-top: 0;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    border-radius: 10px;
	}

.bt-cancel{
    display: inline;
	width: 120px;
    border: 1px solid;
    border-radius: 5px;
    text-align: center;
	padding: 5px;
	}
.bt-cancel:hover{
	background:#A2A2A2;color:white;
}

.bt-cashout{
    display: inline;
	width: 120px;
    border: 1px solid;
    border-radius: 5px;
    text-align: center;
	background: #fff1b2;
    color: black;
    padding: 5px;
	}
.bt-cashout:hover{
	background:yellow;color:black;
}

/* Absolute Center Spinner */
.loadingTable {
  position: absolute;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loadingTable:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}

/* :not(:required) hides these rules from IE9 and below */
.loadingTable:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loadingTable:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.content .tickets {
    padding: 15px;
}
.ticket {
    border: 1px solid #ccc;
    text-indent: 5px;
    color: #666;
    margin: 20px auto 0 auto;
    font-size: 12px;
    width: 342px;
    font-family: Roboto, sans-serif;
}
.content .tickets .ticket {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 5px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 3px;
    margin-top: 3px;
    cursor: pointer;
}

.content .tickets .ticket .result {
    float: left;
    height: 30px;
    padding: 0 10px;
    background-color: #858585;
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 90px;
    text-transform: uppercase;
}
.content .tickets .ticket .ticket-id {
    float: left;
    padding: 0 15px;
    font-size: 14px;
    color: #222;
    width: 95px;
    text-align: center;
    border-right: 1px solid #ccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content .tickets .ticket .ticket-date {
    float: left;
    font-size: 11px;
    color: #444;
    padding: 0 10px;
    width: 100px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-right: 1px solid #ccc;
}
.content .tickets .ticket .ticket-user {
    float: left;
    padding: 0 15px;
    font-size: 14px;
    color: #222;
    width: 120px;
    text-align: center;
    border-right: 1px solid #ccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ticket-possiblewin {
    float: left;
    padding: 0 15px;
    font-size: 14px;
    color: #222;
    width: 120px;
    text-align: center;
    border-right: 1px solid #ccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content .tickets .ticket .ticket-show, .content .tickets .ticket .ticket-actions {
    float: left;
    width: 135px;
    text-align: center;
    border-right: 1px solid #ccc;
}
.content .tickets .ticket .ticket-actions {
    width: 70px;
    border-right: none;
    float: right;
}
.content .tickets .ticket .result.statuG {
    background-color: #5ba649;
    color: #fff;
}
.content .tickets .ticket .result.statuV {
    background-color: #a63b28;
    color: #fff;
}
.content .tickets .ticket .result.statu1 {
    background-color: #557da6;
    color: #fff;
}
.content .tickets .ticket .result.statuS {
    background-color: #be9a44;
    color: #fff;
}
.content .tickets .table-custom{
    border-spacing: 0; border-collapse:collapse;
}
.content .tickets .table-custom thead {
    border-top: 2px solid #c1272e;
    background-image: -webkit-gradient(linear,left 0%,left 100%,from(#f4f4f4),to(#e5e5e5));
    background-image: -webkit-linear-gradient(top,#f4f4f4,0%,#e5e5e5,100%);
    background-image: -moz-linear-gradient(top,#f4f4f4 0%,#e5e5e5 100%);
    background-image: linear-gradient(to bottom,#f4f4f4 0%,#e5e5e5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4',endColorstr='#ffe5e5e5',GradientType=0);
}

.content .tickets .ticket .ticket-detail {

    padding: 15px;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
}
.content .tickets .table-custom tbody, .table-custom thead {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
.content .tickets .table-custom tbody tr {
    border-bottom: 1px solid #cecece;
}
.content .tickets .isLive {
    display: block;
    text-align: center;
}
.content .tickets .teams.relative {
    overflow: visible !important;
    width: 25% !important;
}
.content .tickets .teams.relative {
    width: 30%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .tickets .teams div.LeagueInfoContainer {

    left: 0;
    bottom: -17px;
    width: 100%;
}
.content .tickets .teams div {
    width: 160px;
    display: inline-block;
    display: -moz-inline-stack;
    line-height: 24px;
    font-size: 11px;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bolder;
    margin-right: 2px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    height: 35px;
}
.content .tickets .LeagueInfoContainer {
    max-width: 280px;
    width: 280px;
    text-align: left;
    font-size: 12px;
    color: #555;
    display: inline-block;
    float: left;
    height: 15px;
    line-height: 15px;
    font-weight: normal;
    margin-top: -10px;
    float: left;
    overflow: hidden;
    padding-left: 25px;
    /* margin-left: 20px; */
    color: #252222;
    position: relative;
}
.content .tickets .teams div.landtitle {
    width: auto;
}
.content .tickets .teams div.gameinfosep {
    width: 2%;
}
.content .tickets .leaguetitle {
    font-weight: normal!important;
    width: auto;
    max-width: 300px;
    vertical-align: top;
    font-size: 9px;
    line-height: 21px;
    width: auto;
}

/*payment*/
.ptlable{width:auto;padding:7px;}
#tbAmount {
    width: auto;
    text-align: right;
}
.pmtcurrencies {
    width: auto;
}

/*Live Desktop*/
.gamesview {width: calc(85% - 40px);float:left; padding: 20px;min-height:100vh;}
.gamesview .teams{width:35%;margin:0 !important;padding-top:5px;}
.gamesview.livebetsview .teams{width:16%;margin:0 !important;padding-top:5px;}
.gamesview .live-title-container {
    position:static;
}
.gamesview.livebetsview {
    padding-top:10px;
}
.gamesview .live-padding {
    padding-top:0px;
}
.gamesview .live-bettypes-container{
    position: initial;
        display:none;
}
.gamesheader-container{float:left;width:100%;}
.gamesview .item-minute{    
    width: 5%;
}
.gamesview .item-minute-onesport{    width:5%; margin-right:10px;}
.gamesview .live-ss-container{width:8%;}
.gamesview .live-tips-container{width:20%;}
.gamesview .live-tips-container.onesport{width:20%;}
.gamesview .live-sp-button{width: 5%;margin-top:5px;}
.gamesview .tips-title-container{display:none;}


.livecontainerspace{margin-top: 20px;float:left;width:100%;
/* background: rgba(11, 23, 45, 0.9); */
    color: black;
}

.liveHeaderContainerSports {
    width: 100%;
    background: rgb(247, 247, 247);
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
}
.mainsports{width: 97%;float:left;}
.liveSportBtnBG_Active {
        border-top-color: #3a96bd !important;
}
.liveSportBtn {
    height: 31px;
    width: calc(16.66% - 1px);
    float: left;
    margin-left: 0px;
    border-right: 1px solid #ccc;
    cursor: pointer;
    /* border-top: 4px solid rgb(118, 187, 12); */
    color: White;
    white-space: nowrap;
    background: #cecece;
}
.liveSportBtnBG_Additional {
    width: 3%;
    border-right: 0px;
    float: right;
}
.arrow-image{    
    width: 10px;
    padding: 18%;
    margin-top:7px;
}
#ulmoresports {
    list-style-type: none;
    border-radius: 0px 0px 3px 2px;
    padding: 0;
    float: left;
    margin: 0;
        width: 100%;
}
#ulmoresports li {
    height: 27px;
    width: calc(25% - 1px);
    margin-left: 0px;
    border-left: 1px solid #ccc;
    cursor: pointer;
    border-top: 2px solid transparent;
    border-bottom: 1px solid #ccc;
    float: left;
    background: rgb(247, 247, 247);
}
.liveSportBtn_Icon {
    height: 20px;
    width: 20px;
    float: left;
    margin-left: 7px;
    margin-top: 8px;
}
.liveSportBtn_Text {
    text-align: left;
    margin-top: 2px;
    font-size: 14px;
    margin-left: 7px;
    color: #555;
    overflow: hidden;
    border-top: 2px solid transparent;
    text-transform: uppercase;
    float: left;
}
.liveSportBtn_Count {
    width: 20px;
    float: left;
    font-size: 10px;
    color: black;
    margin-left: 5px;
    margin-top: 10px;
}
.games-header {
    width: 100%;
    background: #F2F2F2;
    float: left;
    min-width: 835px;
    margin-top: -1px;
    background-color: #F2F2F2;
    font-size: 13px;
	overflow:hidden;
}
.games-header .icon_sport{margin-top:10px !important;}

.headerBack {
    height: 36px;
    background: #cecece;
}
.games-header2 {
    width: 100%;
    background: #fff;
    display: inline-block;
    float: left;
    /*min-width: 835px;*/
    font-size: 11px;
    color: #777;
    height: 25px;
    background: #cecece;
    border-bottom: 1px solid #b5b5b5;
    overflow:hidden;
}
.icon_sport {
    margin-top: 10px;
}
.games-header div {
    color: #282828;
    float: left;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.teams-header div {
    width: 135px;
    text-align: left;
    margin-left: 25px;
}
.score-header {
    width: 40px;
    margin-left: 1px;
}
.tips-header {
    width: 50%;
    margin-top: -6px;
    padding-top: 6px;
}
.tip-header4 {
    width: 5em;
    margin-left: 2px;
}
.arrow {
    float: right !important;
    margin-top: -35px;
    padding-top: 12px;
    width: 3em !important;
}
#status-header-center {
    padding-bottom: 6px;
}
.games-header2 div {
    color: #282828;
    float: left;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.5em;
    overflow: hidden;
    padding-top: 0 !important;
	text-transform: capitalize;
}

.live-teamsize{
        float: left;
    width: 50%;
    /*line-height: 2vw;*/
    overflow:hidden;
    /*margin-left:5px;*/
    font-size:13px; white-space: nowrap;  text-overflow: ellipsis;
	padding-top:7px;
}
.tipp-header{
    width:100%;
    text-align:center;
}

/*BetSlip Desktop*/

.betslipContainer{
    width: calc(15% - 10px);
    float: left;
    padding: 10px 5px;
	    position: fixed;
    right: 0;
	    overflow-y: auto;
    max-height: 85vh;
}
.betslipContainer2{
    margin-top:0px;border:1px solid black;
}
.tips-container{min-height:4vw;
                overflow-y: hidden;
    overflow-x: hidden;
}

.betslip-header{
    width:100%;background:#1b1b1b;
    color:white;
    text-align:center;
    height: 25px;
    line-height: 25px;    display: inline-block;
}
.bet-clear-btn{width:auto;height: 20px;}
#betslip .md-button {
    padding: 0px;
}
.bet-clear-btn button {
    width: 100%;
    margin: 0px;
    font-size: 0px !important;
    border-radius: 0px;
    line-height: 0px;
    background: #f7f7f7 !important;
    color: #c1272e !important;
    text-align: center;
    min-height: 0px;
    height: 24px;
}
.bet-submit-btn {
    width: 100%;
}
.stake-input{text-align:right;    padding-right: 5px;}

.bsSysHeader{width:100%;    display: inline-block;}
.bsSystab{    width: 33.3%;
    float: left;
    text-align: center;}

.bs-bankbtn {
    padding: 2px;
    margin-top: 0px;
}

/*header*/
.langselect{
    background-color: rgba(90, 90, 90, 0.82);float:right;padding:0 0 0 5px;margin:4px 0 0 0;font-weight:normal;
}
._md-select-value{border-bottom:0 !important;}

:focus { outline: none !important; }


/*info*/
.ui-content{
    margin: auto;
    width: 70%;
    padding: 10px;
    min-height: 400px;
        background: white;
}
.ui-content h1,.ui-content h2{text-align:left !important;}
.ui-content h1{color: #3a96bd;}
.ui-content a:not(.md-button) {
    color: rgb(81, 173, 208) !important;
}
.ui-content a:not(.md-button):hover {
        color: rgb(81, 173, 208);
    }

.paymentoptioncontainer div:first-child{
        background-position: left;
    background-size: auto 100%;
        min-height: 30px;
        float:left;
        width:130px;
}
.paymentoptioncontainer {
    width: 100%;
    display: inline-block;
}
.paymentoptioncontent {
    float: left;
    width: 400px;
}
.buttonpaymentrequest {
    float: right;
    margin-top: 5px;
}
#registerForm{min-height:400px;}

/*sportbets desktop*/
.ui-navigation-link-outright {
        border-bottom: 1px solid rgba(128, 128, 128, 0.819608);
        margin: 0px;
        text-shadow: 0 0px 0 #fff !important;
        color: black;
        width: 100%;
        background: #fff;
        cursor: pointer;
    }

.actHed {
        font-weight: bold;
        background-color: rgba(81, 173, 208, 0.5);
    }

    span:focus {
        outline: none;
        /*border: 0;*/
    }

    div:focus {
        outline: none;
        /*border: 0;*/
    }

.itemCount {
        margin: 8px 4px 3px 0px;
        border-radius: 10px;
        color: #252525;
        font-size: 12px;
        padding-right: 5px;
        padding-bottom: 1px;
        padding-top: 1px;
        padding-left: 5px;
        min-width: 20px;
        background-color: rgb(179, 179, 179);
        text-align: center;
        font-weight: 600;
    }

    .itemCount2 {
        border-radius: 10px;
        color: #252525;
        font-size: 11px;
        padding-right: 1px;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 1px;
        min-width: 20px;
        background-color: rgb(179, 179, 179);
        text-align: center;
        font-weight: 600;
        float: right;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-top: 4px;
    }

    .sec1 {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    /* border: 1px solid gray; */
}

        .sec1:last-child {
            /*border-bottom: 0px;*/
        }

.sec2 {
        /*padding-right: 5px;*/
        text-shadow: 0 0px 0 #fff !important;
        color: black;
        background: #fff;
        border-bottom: 1px solid #6f6f6f;
        /*padding: 0px 0px 0px 0.5em;*/
        /*margin-left: 10px !important;*/
        background: #e6e6e6;
    }
.sport-icons-grayFilter {
        margin: 0px 10px 0px 3px!important;
        /*filter: grayscale(100%); /* Current draft standard */
        /*-webkit-filter: grayscale(100%); /* New WebKit */
        /*-moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
        /*filter: url(resources.svg#desaturate); /* Gecko */
        /*filter: gray; /* IE */
        /*-webkit-filter: grayscale(1); /* Old WebKit */
    }
.sportOpen {
        filter: grayscale(0%); /* Current draft standard */
        -webkit-filter: grayscale(0%); /* New WebKit */
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%); /* Not yet supported in Gecko, Opera or IE */
        filter: url(resources.svg#saturate); /* Gecko */
        filter: #ffffff; /* IE */
        -webkit-filter: grayscale(0); /* Old WebKit */
    }

.catOpen {
        background-color: rgba(255, 255, 255, 0.17);
        font-weight: bold;
        color: white;
        border: 1px solid black;
        border-radius: 2px;
        padding-left: 2px;
    }

    .catOpen .icon_flag {
        top: 5px!important;
    }

.catName {
        top: 4px;
        position: relative;
            overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
    display: inline-block;
    }

.sec3 {
        margin: 0px 0px 0px 0px;
        font-weight: normal !important;
        background: #f1f1f1;
        background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(185, 185, 185, 0.44) 100%);

        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,1)),color-stop(100%,rgba(185, 185, 185, 0.44)));



        background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(185, 185, 185, 0.44) 100%);
        background: -o-linear-gradient(top,rgba(255,255,255,1) 0,rgba(185, 185, 185, 0.44) 100%);
        background: -ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(185, 185, 185, 0.44) 100%);
        background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(185, 185, 185, 0.44) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d7d7d7', GradientType=0 );
 
    }
.sec4 {
        white-space: nowrap;
        overflow: hidden;
        width: 80%;
        text-overflow: ellipsis;
        font-size: 14px;
        margin: 5px 0px 0px 0px;
        cursor: pointer;
    }
.th-cat-btn {
        cursor: pointer;
        height: 25px;
    }

.tournamentNameV2 {
        cursor: pointer;
        float: left;
        font-size: 12px;
        color: #6db9ec;
        max-width: 75%;
        line-height: 25px;
    }

    .tournamentNameV2Star {
        float: left;
        padding-top: 4px;
        cursor: pointer;
    }

        .tournamentNameV2Star.inFav {
            color: orange;
        }

        .tournamentNameV2Star:before {
            content: "\2605";
            padding-right: 5px;
        }
.tabHeader {
        font-size: 15px;
        margin-top: 40px;
        border: 1px solid black;
        text-align: center;
        height: 25px;
        padding-top: 5px;
        cursor: pointer;
        background-color: rgba(84, 84, 84, 0.44);
        color: #4c4c4c;
    }

    .tabHeaderFav {
        float: right;
        width: 44%;
        margin-right: 5px;
        border-top-right-radius: 7px;
        white-space: nowrap;
    }

    .tabHeaderAll {
        margin-left: 20px;
        float: left;
        width: 45%;
        margin-right: 0px;
        border-top-left-radius: 7px;
        font-weight: bold;
    }
.activeTab {
        background-color: rgb(230, 230, 230);
        color: black!important;
    }
.favHeaderButton {
        display: inline-block;
        width: 31%;
        text-align: center;
        cursor: pointer;
        top: 0px!important;
    }

.tournament-container .sport-icons {
        background-size: 100%;
        width: 20px!important;
        margin: 0px 10px 0px 0px;
        height: 20px!important;
        float: left;
    }
.tournament-container .ulList {
        list-style: none;
        padding-left: 10px;
        margin-top: 1px;
        font-size: 13px;
        line-height: 16px;
        background-color: #2d2d2d;
        color: rgba(171, 171, 171, 0.6);
        padding-top: 7px;
        margin-bottom: 0px;
    }

.tournament-container .icon_flag {
        top: 5px!important;
    }

.contentwrap{
    /*min-width: 1225px;
    max-width: 1225px;*/
    margin: auto;
	background:#50000b;
}

.leftPanel{
        float: left;
    width: calc(15% - 20px);
    padding: 10px;
}
.centerPanel{
    width: 70%; display: inline-block; margin-top: 10px;
}
.rightPanel{
    float: right;
    width: 15%;
    margin-top: 10px;
}


    .gamesview.sportbetsview .item-minute {
        width: 6%;
        overflow: auto;
		margin-right:10px;
    }


    .gamesview.sportbetsview {
        width: 99%;
        padding: 0!important;
        
        overflow:auto;
    }

.liveText {
        font-weight: bold;
    }

        .liveText:before {
            content: "\f016";
        }

.gamesview.sportbetsview .teams {
        width: 34%;
    }

    .gamesview.sportbetsview .live-ss-container {
        width: 11%;
    }

.trslider-container {
    width: calc(100% - 18px);
    float: left;
    
    padding: 10px 10px 0px 10px;
    color: #fff;
}
.trslider-header, .trslider{width:100%;float:left;}
.trslider-header div {
    float: left;
    width: 20%;
    font-size: 12px;
    text-align: center;
}


.matchinfoline {
    font-size: 11px;
    text-indent: 20px;
    color: gray;
        white-space: nowrap;
    overflow: hidden;
    float: left;
}
.occIconState{width:99%;}
.divtr-odd{background:#e0e0e0;}

.games-header2 .live-ss-container{text-align:right;}
.games-header2 .live-teamsize {text-align:left;}

.statbtn {
        width: 20px;
    float: left;
    margin-top: 11px;
    cursor:pointer;
    background: url('../images/icons/stat.png?2');
        height: 20px;
    background-size: 100%;
}



/*LoginPanel*/
/*
.panel-heading {
    padding: 3px 16px !important;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
}

.panel-title {
    font-size: 12px !important;
}
.forgot-password {
    top: -15px !important;
}
.forgot-password a {
    font-size: 12px !important;
}
.forgot-password a {
    color: #fff !important;
    font-size: 14px;
}
.input-group-addon {
    padding: 3px 15px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #2c3e50;
    text-align: center;
    background-color: #ecf0f1;
    border: 1px solid #dce4ec;
    border-radius: 4px;
}

.headerLoginInput {
    border-radius: 2px  !important;
    font-size: 14px  !important;
    padding: 9px 6px  !important;
    margin: -12px 0px 0px -4px !important;
    width: 78% !important;
        border: 1px solid black !important;
    border-left: 0;
    border-radius: 0 !important;
}

.lgbtrb{
        display: block !important;
    line-height: 42px !important;
    background-color: #033a72 !important;
    font-size: 12px !important;
    color: #fff !important;
    font-weight: 100 !important;
    letter-spacing: -1px !important;
    text-align: center !important;
    padding: 0 18px  !important;
    border: 0 !important;
    border-radius: 5px 0 0px 5px !important;
}
.lgbtrb2{
        margin-left: -5px;

        background-color: #012346 !important;
    border-radius: 0 5px 5px 0 !important;
}
.mainmenuwrap {
    margin-top: 22px;
}

.myaccount{
    border: 1px solid black;
    padding: 4px;
    border-radius: 2px;
    width: 100px;
    display: block;
    cursor: pointer;
}
*/

.cp{cursor:pointer;}
.gamesview.livebetsview .live-tips-container {
    width: calc(16% - 10px);
    margin-right: 10px;
    line-height: 38px;
}

@media screen and (max-width: 1600px) {
        .games-header2 .live-tips-container:nth-child(7),
        .games-header .live-tips-container:nth-child(7),
        .live-container .live-tips-container:nth-child(7),
        .live-container .live-tips-container:nth-child(11)
        {display:none;}
        .gamesview.livebetsview .teams{width:30%;}
    }
	
	
	
.liveopt.active{
		background: rgb(193, 39, 46);
    color: white;
	}
	.liveopt.disabled{
	    /* background: #cecece; */
		    background: -moz-linear-gradient(#4B4947,#32302D);
    background: -webkit-gradient(linear,left top,left bottom,from(#4B4947),to(#32302D));
    box-shadow: inset 0 1px 0 #5B5957, 0 -1px 0 black, 0 1px 0 black, -1px 0 0 black, 1px 0 0 black, 0 1px 1px #111;
    -moz-box-shadow: inset 0 1px 0 #5B5957,0 -1px 0 black,0 1px 0 black,-1px 0 0 black,1px 0 0 black,0 1px 1px #111;
    -webkit-box-shadow: inset 0 1px 0 #5B5957, 0 -1px 0 black, 0 1px 0 black, -1px 0 0 black, 1px 0 0 black, 0 1px 1px #111;
	color:white;
	}
  
	.home-menu-container.single{
		width:20%;float:left;
	}
	.specialbetsSingle{width: calc(80% - 10px);
    float: left;
    margin-top: 12px;
    margin-left: 10px;}
	
	.single .games-header2{display:none;}
	
	.single .live-teamsize {
    float: none;
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 0px;
	}
	
	.single .teams {
		width: 50% !important;
	}
	
	.single .item-minute-onesport {
		width: 18% !important;
		height: 42px !important;
	}
	.single .live-ss-container{width:28%;}
	.single .live-tips-container {
		width: calc(75% - 10px) !important;
	}
	.single .live-sp-button{
		width: 15% !important;
	}
	
	
.oddsFormatSelection > a {
    color: #fff !important;
    text-decoration: none;
}

.selectedMatch{
	background: #2fa1da;
    color: white !important;
}
.selectedMatch .score{color:white;}
.selectedMatch .score-highlighted {
    text-shadow: 0 0px 0 #000 !important;
}
    .tip-odd.won {
    border: 2px solid green;
    border-radius: 100%;
}
    .tip-odd.lost {
    text-decoration: line-through;
    color: red;
}


.matchwrapper{width:100%;float:left;}

.scorebg{
        background: #98840D !important;
    background-image: -o-linear-gradient(top, #98840D, #C2940D) !important;
    background-image: -moz-linear-gradient(top, #98840D, #C2940D) !important;
    background-image: -webkit-linear-gradient(top, #98840D, #C2940D) !important;
    background-image: -ms-linear-gradient(top, #98840D, #C2940D) !important;
    background-image: linear-gradient(top, #98840D, #C2940D) !important;
}

.tvbtn{
	background: transparent; font-size: 10px; text-align: center; line-height: 0; height: 0; margin-top: 4px;
}
md-tooltip.tt-multiline ._md-content {
    height: auto;
    background:black;
}


.betsliptiplocked{color:red;text-align:center;}


.cashout-msg{
    font-size: 18px; margin-top: 2vh;
}
.cashout-input{
    width: 85% !important;text-align: left;height: 30px;font-size: 15px;margin: 0 !important;text-indent: 15px;border-radius: 5px;outline: 0;margin-top: -5px;text-transform:uppercase;
}
.cashout-btn{width: 85%;margin: 10px 0px !important;}
.cashout-detail-btn{width: 10% !important;min-width: 1% !important;margin: 0 !important;padding:0 !important;}
.partial-cashout-btn{width: 10% !important;min-width: 1% !important;margin: 0 !important;padding: 0 !important;}

.scorecolor{color:red;}


.tourOpen {
        /*background-color: rgba(255, 255, 255, 0.17); */
    font-weight: bold;
    color: white;
    /* border: 1px solid black; */
    /* border-radius: 2px; */
    /* padding-left: 2px; */
    }
.tourDelete{
    min-width: 25px !important;  height: 10px;  line-height: 10px; padding: 0;margin: 0;min-height: 25px;    background-color: white !important;
    color: black !important;
}

.trcb {
    background: url("../images/h1.png") no-repeat center center;
    height: 14px;
    width: 22px;
    /* background-size: 100%; */
    float: left;
    padding-top: 9px;
    cursor: pointer;
}
.trcb-c {
    background: url("../images/h2.png") no-repeat center center;
}

.catselect{
        position: relative;
    margin-top: -17px;
    width: 100%;
    text-align: right;
}
.catseladd{
    background: url("../images/c5.png") no-repeat center center;
        width: 20px;
    height: 14px;
    float: right;
}
.catselrem{
    background: url("../images/c6.png") no-repeat center center;
        width: 20px;
    height: 14px;
    float: right;
}

.hlcurrency{color:#c1272e;}