/* Used by login form */
@import url("fonts/iconic/css/material-design-iconic-font.min.css");
@import url("vendor/bootstrap/css/bootstrap.min.css");
@import url("vendor/animate/animate.css");
@import url("vendor/css-hamburgers/hamburgers.min.css");
@import url("vendor/animsition/css/animsition.min.css");
@import url("vendor/select2/select2.min.css");
@import url("vendor/daterangepicker/daterangepicker.css");
@import url("vendor/perfect-scrollbar/perfect-scrollbar.css");
@import url("vendor/country-picker-flags/css/countrySelect.css");
@import url("vendor/dynatable/jquery.dynatable.css");
@import url("vendor/fontawesome/css/fontawesome.css");
@import url("vendor/fontawesome/css/brands.css");
@import url("vendor/fontawesome/css/solid.css");
@import url("include/util.css");
@import url("include/table.css?v=1");
@import url("include/charts.css?v=1");
@import url("include/login.css");
@import url("include/select2.min.css");

/* use by main HTML template */
@import url("include/custom_font.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300"); /* 300,100italic,300italic */

/* use by main HTML template */
@import url("include/html_template2.css?v=2");

/* ADDED BY DENIS */
/* Circular ring around league/team logo */
.logo-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;           /* outer circle size */
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--ring-color, darkred); /* customize with CSS var */
  background: #fff;      /* keeps a clean inner background */
  margin-left: 8px;
}
.logo-ring__img {
  width: 90%;            /* inner logo size relative to ring */
  height: 90%;
  object-fit: contain;
  border-radius: 50%;    /* keeps logo nicely clipped if not square */
  display: block;
}

/* Align logo and two text lines */
.l-flex {
  display: inline-flex;
  align-items: center;     /* change to flex-start to align to top */
  gap: 8px;
}
.l-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  white-space: normal;     /* override span.l nowrap to allow 2 lines */
}
.l-title {
  font-weight: 700;
}
.l-subtitle {
  font-size: 12px;
  color: #b0b0b0;
  text-transform: none;    /* keep subtitle case even if parent uppercases */
}

@media (min-device-width: 768px){
    /* LOGIN DIV */
    /*//////////////////////////////////////////////////////////////////
    [ login ]*/    
    #login_div{
        z-index: 25000 !important;
        position: absolute;
        top: 65px;
        right: 10px;
        display: none;
        overflow: auto;    /* This clears the float */
        line-height: 0;
        width: 500px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

    #subscribe_div{
        z-index: 35000 !important;
        position: absolute;
        top: 65px;
        right: 10px;
        display: none;
        overflow: auto;    /* This clears the float */
        background: #fff;
        border-radius: 10px;
        line-height: 0;
        max-width: 540px;
    }
    
    #password_div{
        z-index: 35000 !important;
        position: absolute;
        top: 65px;
        right: 10px;
        display: none;
        overflow: auto;    /* This clears the float */
        background: #fff;
        border-radius: 10px;
        line-height: 0;
        max-width: 540px;
    }
    
    #recover_div{
        overflow: auto;    /* This clears the float */
        line-height: 0;
        width: 500px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        max-width: 540px;
    }
    
     #league_div{
        overflow: auto;    /* This clears the float */
        line-height: 0;
        width: 500px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
    }
    
    #leaguelist_div{
        overflow: auto;    /* This clears the float */
        line-height: 1.5;
        width: 500px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

    .box_left{
        float: left;
        width: 55%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 10px;
        max-width: 539px; /* This 55% of 980. Otherwise, it looks too much streched */
        min-width: 422px; /* This 55% of 768 */
        text-align: justify;
    }

    .box_right{
        float: left;
        margin-bottom: 10px;
        max-width: 401px; /* This 41% of 980 */
        min-width: 314px; /* This 41% of 768 */
        width: 41%;
        margin-left: 1%;
        margin-right: 1%;
        /* overflow: hidden; */
    }
    
    .box_left50{
        float: left;
        width: 48%;
        margin-left: 0%;
        margin-right: 2%;
        margin-bottom: 10px;
        max-width: 470px; /* This 55% of 980. Otherwise, it looks too much streched */
        min-width: 384px; /* This 55% of 768 */
        text-align: justify;
        clear: both;
    }

    .box_right50{
        float: left;
        width: 48%;
        margin-left: 2%;
        margin-right: 0%;
        max-width: 470px; /* This 55% of 980. Otherwise, it looks too much streched */
        min-width: 384px; /* This 55% of 768 */
        margin-bottom: 10px;
        text-align: justify;
    }
    
    .box_center{
        float: clear;
        width: 100%;
        margin: auto;
        max-width: 940px;
        text-align: justify;
        /* overflow: hidden; */
    }    
    
    .text_box{
        background-color: white;
        border-radius: 10px;
        padding: 10px 20px 10px 20px;
    }
    
    .mobile_hide{
        padding: 0;
        margin: 0 !important;
        display: inline-block;    
    }
    
    .mobile_nav{
        display: none !important;
    }
    
    .title{
        font-size: 24pt;
        font-weight: 900;
        text-align: center;
        color: white;
        background: #444;
        text-transform: uppercase;
        padding: 0.5em 0em 0.5em 0em;    
    }

    .sub_title{
        font-family: Poppins-Regular;
        font-size: 18pt;
        font-weight: 700;
        text-align: left;
        margin-bottom: 5px !important;
    }

    .title2{
        font-size: 18pt;
        font-weight: 700;
        text-align: center;
        color: white;
        background: #444;
        text-transform: uppercase;
        padding: 0.5em 0em 0em 0em;    
    }

    .sub_title2{
        font-size: 12pt;
        font-weight: 300;
        text-align: center;
        color: white;
        background: #444;
        padding: 0;    
    }

    .infotext{        
        width: 95%;
        margin: auto !important;
        text-align: justify;
        font-size: 10pt;
        line-height: 14pt;
        color: #444;
        background-color: white;
        border-style: solid;
        border-color: #444;
        border-radius: 20px;
        padding: 0.8em 0.8em 0.8em 0.8em;       
    }   
    .logo {
        height: 35px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .ranking{
        margin-bottom: 4em;
        clear: both;    
    }
}

/* CSS for mobile */
/* Use iPad 1 (768x1024) has minimum size for regular CSS */
@media screen and (max-width: 767px){
    #login_div{
        z-index: 25000 !important;
        position: absolute;
        top: 20px;
        width: 100%;
        display: none;
        overflow: auto;    /* This clears the float */
        line-height: 0;
        width: 100%;
        background: #fff;
        overflow: hidden;
        height: 100%;
    }

    #subscribe_div{
        z-index: 35000 !important;
        position: absolute;
        top: 20px;
        display: none;
        overflow: auto;    /* This clears the float */
        background: #fff;
        line-height: 0;
        height: 100%;
    }
    
    #password_div{
        z-index: 35000 !important;
        position: absolute;
        top: 20px;
        display: none;
        overflow: auto;    /* This clears the float */
        background: #fff;
        line-height: 0;
        height: 100%;
    }
    
    #recover_div{
        top: 20px;
        width: 100%;
        overflow: auto;    /* This clears the float */
        line-height: 0;
        width: 100%;
        background: #fff;
        overflow: hidden;
    }
    
    #league_div{
        top: 20px;
        width: 100%;
        overflow: auto;    /* This clears the float */
        line-height: 0;
        width: 100%;
        background: #fff;
        overflow: hidden;
    }
    
    #leaguelist_div{
        top: 20px;
        width: 100%;
        overflow: auto;    /* This clears the float */
        line-height: 1.5;
        width: 100%;
        background: #fff;
        overflow: hidden;
    }
    
    .box_left{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 20px;
        text-align: justify;
        clear: both;
    }

    .box_right{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 20px;
        /* overflow: hidden; */
    }  
    
    .box_left50{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .box_right50{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    
    .box_center{
        float: clear;
        width: 100%;
        text-align: justify;
        /* overflow: hidden; */
    } 
    
    .text_box{
        background-color: white;
        border-radius: 10px;
        padding: 10px 10px 10px 10px;
    }
    
    .mobile_hide{
        display: none;    
    }
    
    .mobile_nav{
        display: block;
    }
    
    .prono_head{
        padding: 0.2em 0.4em 0.2em 0.4em;
        font-size: 11pt;
    }
    
    .class_head{
        padding: 0.1em 0.2em 0.1em 0.2em;
        font-size: 11pt;
    }
    
    /* Added by Denis. Otherwise, prono display does not work on mobile SAFARI! */
    #banner .content {
        width: 100%;
        max-width: 100%;
    }
    .title{
        font-size: 22pt;
        font-weight: 900;
        text-align: center;
        color: white;
        background: #444;
        text-transform: uppercase;
        padding: 0.5em 0em 0.5em 0em;   
    }
    .sub_title{
        font-family: Poppins-Regular;
        font-size: 16pt;
        font-weight: 700;
        text-align: left;
        margin-bottom: 5px !important;
    }

    .title2{
        font-size: 16pt;
        font-weight: 700;
        text-align: center;
        color: white;
        background: #444;
        text-transform: uppercase;
        padding: 0.5em 0em 0em 0em;    
    }

    .sub_title2{
        font-size: 12pt;
        font-weight: 300;
        text-align: center;
        color: white;
        background: #444;
        padding: 0;    
    }
    
    .logo {
        height: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .infotext{        
        width: 95%;
        margin: auto !important;
        text-align: justify;
        font-size: 10pt;
        line-height: 14pt;
        color: #444;
        background-color: white;
        border-style: solid;
        border-color: #444;
        border-radius: 20px;
        padding: 0.4em 0.4em 0.4em 0.4em;       
    }   
    .ranking{
        margin-bottom: 8em;
        clear: both;    
    }
}

@media screen and (max-device-width: 379px){
    table#match tbody {
      font-size: 11.5px;
    }  

    .logo {
        height: 35px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

/* COMMON IMAGES */
.scroll{
    overflow: scroll;
}

.div_center{
    text-align:center !important;
}

.div_right{
    text-align:right !important;
}

.logo {
    margin-bottom: 10px;
    vertical-align: middle; 
    display: inline-block;
}

.flag {
    width: 14px;
    vertical-align: middle; 
    display: inline-block;
}

.flag2 {
    height: 15px;
    vertical-align: middle; 
    display: inline-block;
}

.logo_lid{
    width: 40px;
}

/* FORM TEXT */
.form_error{
    color: #c80000;
}

.form_success{
    color: black;
}

.login_check{
    overflow:auto;
    font-size: 11px;
    text-align: right;
    height: 12px;
    line-height: 12px;
}

.statusmsg{
    font-size: 16px;
    text-align: center;
    display: block;
    color: darkred;
    height: 20px;
    line-height: 20px;
}

.leaguelist{
    color: #ffffff;
    background-color: #444;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.infodiv{
    text-align: center;
    display: block;
    background-color: #444;
}

/* LIST */
ul.rules {
    max-width: 100%;
    padding: 0;
    list-style-position: inside;
    list-style-type: square;
}

ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: white}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white}

/* Button */
.validate {
  padding: 0.2em !important;
  width: 20%;
  color:  #444;
  border: 0px solid #444; 
  display: inline-block;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
  margin-right: 0px;
}

    .validate:hover{
    background: #444;
    color:  #ffffff;
    }

.modify {
    padding: 0.2em !important;
    width: 20%;
    color:  #444;
    border: 0px solid #444; 
    display: inline-block;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    margin-right: 0px;
    }
    
        .modify:hover{
        background: #444;
        color:  #ffffff;
        }

.auto {
    padding: 0.2em !important;
    width: 20%;
    color: #444 ;
    border: 0px solid #ffd701; 
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    background: #ffd701;
    }
    
    .auto:hover{
        background: #ffffff;
        color:  #ffd701;
    }
    
.show_unibet {
  padding: 0.2em !important;
  width: 20%;
  display: inline-block;
  color: #ffffff;
  border: 0px solid #ffffff ; 
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
  background: #339933; 
}

.show_unibet:hover{
  background: #ffffff ;
  color: #339933;
}

.show_lastgames {
    width: 20%;
    display: inline-block;
    color: #ffffff;
    border: 0px solid #ffffff ; 
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    background: #a44a41; 
  }
  
  .show_lastgames:hover{
    background: #ffffff ;
    color: #a44a41;
  }



  /* Colors */
.darkred{
    border-color: darkred;
    background: darkred;
    color: #ffffff;
}

.darkred:hover, .darkred_clicked{
    border-color: darkred;
    background: #ffffff;
    color: darkred;
}

.lightred{
    border-color: red;
    background: red;
    color: #ffffff !important;;
}

.lightred:hover, lightred_clicked{
    border-color: red;
    background: #ffffff;
    color: red !important;;
}

.darkgreen{
    border-color: darkgreen;
    background: darkgreen;
    color: #ffffff !important;;
}

.darkgreen:hover, .darkgreen_clicked{
    border-color: darkgreen;
    background: #ffffff;
    color: darkgreen !important;;
}

.lightgreen{
    border-color: #25bf0a;
    background: #25bf0a;
    color: #ffffff !important; 
}

.lightgreen:hover, .lightgreen_clicked{
    border-color: #25bf0a;
    background: #ffffff;
    color: #25bf0a !important; 
}

.darkorange{
    border-color: darkorange;
    background: darkorange;
    color: #ffffff !important;
}

.darkorange:hover, .darkorange_clicked{
    border-color: darkorange;
    background: #ffffff;
    color: darkorange !important;
}

.lightpurple{
    border-color: #d6079e;
    background: #d6079e;
    color: #ffffff !important;
}

.lightpurple:hover, .lightpurple_clicked{
    border-color: #d6079e;
    background: #ffffff;
    color: #d6079e !important;
}

.blue{
    border-color: blue;
    background: blue;
    color: #ffffff !important;
}

.blue:hover, .blue_clicked{
    border-color: blue;
    background: #ffffff;
    color: blue !important;
}

.lightblue{
    border-color: rgb(63, 217, 255);
    background:rgb(63, 217, 255);
    color: #ffffff !important;
}

.lightblue:hover, .lightblue_clicked{
    border-color: rgb(63, 217, 255);
    background: #ffffff;
    color: rgb(63, 217, 255) !important;
}

.darkgrey{
    border-color: #444;
    background: #444;
    color: #ffffff !important;
}

.darkgrey:hover, .darkgrey_clicked{
    border-color: #444;
    background: #ffffff;
    color: #444 !important;
}

.darkgrey_bis{
    border-color: #444;
    background: #444;
    color: #ffffff !important;
}

.darkgrey_bis:hover, .darkgrey_bis_clicked{
    border-color: #ffffff;
    background: #ffffff;
    color: #444 !important;
}
.lightgrey{
    border-color: #888;
    background: #888; 
    color: #ffffff !important;
}

.lightgrey:hover, .lightgrey_clicked{
    border-color: #888;
    background: #ffffff;
    color: #888 !important;
}
.purple{
    color: #d6079e;
}
.white{
    color: #ffffff;
}
.green_t{
    color: green;
}
.darkgreen_t{
    color: darkgreen;
}
.red_t{
    color: red;
}
.darkred_t{
    color: darkred;
}
.orange_t{
    color: orange;
}
.darkorange_t{
    color: darkorange;
}
.bck_green{
    background-color: green;
}
.bck_red{
    background-color: red;
}
.bck_orange{
    background-color: orange;
}

.border_darkred{
    border-left: 3px solid darkred !important;
}

.border_lightred{
    border-left: 3px solid red !important;
}

.border_blue{
    border-left: 3px solid blue !important;
}

.border_darkgreen{
    border-left: 3px solid darkgreen !important;
}

.border_lightgreen{
    border-left: 3px solid #25bf0a !important;
}

.border_darkorange{
    border-left: 3px solid darkorange !important;
}

.border_black{
    border-left: 3px solid black !important;
}

.prono_head{
    color: #ffffff;
    background-color: #444;
    padding: 0.5em 0.8em 0.5em 0.8em;
}

.class_head{
    color: #ffffff;
    background-color: #444;
    /* padding: 0.2em 0.4em 0.2em 0.4em;*/
}

/* Links */
.greyroundbox {
    width: auto;
    color: #ffffff;
    border: 2px solid #444; 
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    background: #444 ;
    margin-right: 0px;
    padding: 0.2em;
    text-decoration: none;
    float: right;
}  
    .greyroundbox:hover{
        background: #ffffff;
        color: #444 !important;
        border: 2px solid #444;
        text-decoration: none; 
    }

.redroundbox {
    width: auto;
    color: #ffffff;
    border: 2px solid darkred; 
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    background: darkred ;
    margin-right: 0px;
    padding: 0.2em;
    text-decoration: none;
    float: right;
}  
    .redroundbox:hover{
        background: #ffffff;
        color: darkred !important;
        border: 2px solid darkred;
        text-decoration: none; 
    }

/* Font */
.font_bold{
    font-weight: 900;
}

.font600{
    font-weight: 900;
}

.uppercase{
    text-transform: uppercase;
}

/* Shapes */
.dot {
  height: 5px;
  width: 5px;
  margin-left: 1px;
  margin-right: 1px;
  border-radius: 50%;
  display: inline-block;
}

	
/* CHECKBOXES */	
input.joker[type=checkbox] 
{
    display: none;
    margin: 0;
    visibility: hidden;
}

input.joker[type=checkbox] + label
{
 background: url("images/joker_small.png") no-repeat;
 width: 25px;
 height: 25px;
 opacity: 0.2;
 z-index: inherit;
 cursor : pointer;
 margin: 0;
}

input.joker[type=checkbox]:hover + label,
input.joker[type=checkbox]:checked + label
{
 opacity: 0.8;
}


.checkbox-wrapper-22 .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

.checkbox-wrapper-22 .switch input {
    display:none;
}

.checkbox-wrapper-22 .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.checkbox-wrapper-22 .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}

.checkbox-wrapper-22 input:checked + .slider {
    background-color: #66bb6a;
}

.checkbox-wrapper-22 input:checked + .slider:before {
    transform: translateX(26px);
}

.checkbox-wrapper-22 .slider.round {
    border-radius: 34px;
}

.checkbox-wrapper-22 .slider.round:before {
    border-radius: 50%;
}

.poppins{
    font-family: Poppins-Medium;
    font-size: 16px;
    color: grey;
}

.container {
  color: black;    
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 5px;
  margin-left: 22px;    
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12.5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

.container:hover {
  color: darkred; 
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc; 
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: darkred;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

.container > span {
    float: left;
    margin-left: 0;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* INPUT */
.score{
    background: #ffffff !important;
    width: 1.8em !important;
    height: 2em !important;
    display: inline-table !important;
    text-align: center;
    font-size: 13px !important;
    border: 1px solid black !important;
}

.score:focus {
    background: #ffeb3b7a !important;
    border: 1px solid black !important;
}

.score_sep{
    margin: 0 !important;
    display: inline-table !important;
}

/* Number circled */
.score_class{
  font-weight: 500;
  color: #B40404;
  margin: 0 !important;
  padding: 0;
}

.date{
   text-align: right;
   height: 5px;
   background: #444 !important; 
   color: #ffffff;
   padding: 0.4em 0.5em 0.4em 0em;
   border-collapse:collapse;
   border: 0;
}

.numberCircle {
    display: inline-flex; /* Uses flexbox to center the number both vertically and horizontally */
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    font-size: 12px;
    width: 24px;
    line-height: 20px;
    padding: 0;
    margin: 0 !important;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.gold {
    background-color: gold;
    border-color: gold;
}

.silver {
    background-color: silver;
    border-color: silver;
}

.bronze {
    background-color: #cd7f32; /* A common bronze color */
    border-color: #cd7f32;
}

.grey {
    background-color: transparent; /* A standard grey color */
    border-color: #a9a9a9;
    border-width: 0px;
}

.numberSquare {
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    font-size: 12px;
    width: 20px;
    line-height: 20px;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}

.numberSquare_small {
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    font-size: 10px;
    width: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}

.score_small {
    font: #fff;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    font-size: 12px;
    width: 30px;
    line-height: 15px;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}

.routing {
    display: inline-block;
    border: 2px solid #e8e8e8;
    background: #e8e8e8;
    color: #ffffff;
    font-size: 12px;
    width: 105px;
    line-height: 20px;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}

.routing:hover, .routing_clicked {
    display: inline-block;
    border: 2px solid #444444;
    background: #444444;
    color: #ffffff;
    font-size: 12px;
    width: 105px;
    line-height: 20px;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}

.textUnibet {
    width: 36px;
    display: inline-block;
    vertical-align: center;
}

.numberUnibet {
    display: inline-block;
    border: 2px solid #339933;
    background: #339933;
    color: #ffffff;
    font-size: 10px;
    width: 36px;
    line-height: 16px;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}

.numberUnibet:hover, .numberUnibet_clicked {
    display: inline-block;
    border: 2px solid #339933;
    background: #ffffff ;
    color: #339933;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}

.numberbwin {
    display: inline-block;
    border: 2px solid #fc0;
    background: #fc0;
    color: #ffffff;
    font-size: 10px;
    width: 36px;
    line-height: 16px;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}

.numberbwin:hover, .numberbwin_clicked {
    display: inline-block;
    border: 2px solid #fc0;
    background: #ffffff ;
    color: #fc0;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}

.numberbet365 {
    display: inline-block;
    border: 2px solid green;
    background: green;
    color: #ffffff;
    font-size: 10px;
    width: 36px;
    line-height: 16px;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}

.numberbet365:hover, .numberbet365_clicked {
    display: inline-block;
    border: 2px solid green;
    background: #ffffff ;
    color: green;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}

.numberpsp {
    display: inline-block;
    border: 2px solid #B40404;
    background: #B40404;
    color: #ffffff;
    font-size: 10px;
    width: 36px;
    line-height: 16px;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}

.numberpsp:hover, .numberpsp_clicked {
    display: inline-block;
    border: 2px solid #B40404;
    background: #ffffff ;
    color: #B40404;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}

.leagueselect{
    margin-right: 0;
    display: inline;
    float:right;
}

.dayselect{
    background-image: none;
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-block;
    border: 0;
    color: #ffffff;
    font-size: 18px;
    width: 28px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    padding: 0;
    padding-left: 5px;
    margin: 0;
}

.dayselect_dark{
    background-image: none;
    display: inline-block;
    border: 0;
    color: #444444;
    font-size: 18px;
    width: 23px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    padding-left: 5px;
    margin: 0;
}

.trancheselect{
    background-image: none;
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-block;
    border: 0;
    color: #ffffff;
    font-size: 18px;
    width: 28px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    padding: 0;
    padding-left: 5px;
    margin: 0;
}

.trancheselect_dark{
    background-image: none;
    display: inline-block;
    border: 0;
    color: #444444;
    font-size: 18px;
    width: 23px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    padding-left: 5px;
    margin: 0;
}

.box_select {
  display: inline-block;
}

p.inline {
    display: inline;
}
  

select.ligueselect, select.ligueselect2 {
  background-image: none;
  background-color: white;
  color: #444444;
  padding: 0px 0px 0px 5px;
  width: 80px;
  border: none;
  font-size: 13px !important;
  -moz-appearance: button;  /* for Firefox */
  -webkit-appearance: button; /* for Chrome */
  appearance: button;
  outline: none;
}

/* For IE10 */
select.ligueselect::-ms-expand, select.ligueselect2::-ms-expand { 
  display: button;
}

.box_select::before {
  /* content: "\f13a"; */
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 12px;
  line-height: auto;
  color: #444444;
  pointer-events: none;
}

.box_select:hover::before {
  color: #444444;
  background-color: rgba(255, 255, 255, 0.2);
}

select.ligueselect option {
  padding: 30px;
}

/* SPONSOR */
.sponsor img{
    margin-top: 10px;
    width: 100%;
}

#box{
    margin-bottom: 20px;
}

.unibet{
    display: none;
}

.lastgames{
    display: none;
}

#score{
    width: 3em;
    padding: 0;
}

/* ******* Graphs  */ 

.graph-svg-component {
    clear: both;
    width: 100%;
    height: 500px;
    background-color: #444;
    border-radius : 15px;
	 -moz-border-radius: 15px;
	 -webkit-border-radius: 15px;
	 -khtml-border-radius: 15px;
}

.tooltip {
  position: absolute;
  color: white;
  width: 200px;
  height: 28px;
  pointer-events: auto;
}

tooltip:hover {
	color: blue;
}
 
.axis path, .axis line { fill: none; stroke: white; shape-rendering: crispEdges;}
.axis text { font-family: sans-serif; font-size: 14px; stroke: white;}
.title_graph { font-family: sans-serif; font-size: 20px; fill:white; fill-opacity: 1.0; font-weight: normal;}
.legendtxt {font-family: sans-serif; font-size: 14px; fill-opacity: 1.0; font-weight: normal; text-align: right;}
.legend {font-family: sans-serif; fill-opacity: 1.0; font: 15px;  box-shadow: 2px 2px 1px #888;}
circle{fill-opacity:1.0}	                 						/* Style des points*/  
circle.mouseover{fill: purple; stroke:purple; fill-opacity:1}		/* Passage de la souris*/  
circle.mouseclick{fill: white; fill-opacity:1}						/* Simple click*/  
svg{border: none}									/* Bordure des graphes*/  
.line{fill:none; stroke:black}
path:hover{fill-opacity: .2}
 text.label{fill:white; fill-opacity: 1.0; font-size:15px; font-family:SansSerif; font-weight: normal;}
/*  text.label{fill:gray; fill-opacity: 0.5; font-size:30px; font-family:Helvetica; font-weight: bolder;} */ 

@media screen and (max-device-width: 767px){
.graph-svg-component {
    display: none;
    height: 250px;
}
.title_graph { font-family: sans-serif; font-size: 16px; fill:white; fill-opacity: 1.0; font-weight: normal;}
.axis text {font-family: sans-serif; font-size: 8px; stroke: white;}
.legendtxt {font-family: sans-serif; font-size: 8px; fill-opacity: 1.0; font-weight: normal; text-align: right;}
text.label{fill:white; fill-opacity: 1.0; font-size:10px; font-family:SansSerif; font-weight: normal;}
}

@-webkit-keyframes blink {
   from { color: green; }
   to { color: white; }
  }
 @-moz-keyframes blink {
   from { color: green; }
   to { color: white; }
 }
 @-ms-keyframes blink {
   from { color: green; }
   to { color: white; }
 }
 @-o-keyframes blink {
   from { color: green; }
   to { color: white; }
 }
 @keyframes blink {
   from { color: green; }
   to { color: white; }
 }

 .blink {
    color: green;
     vertical-align: top;
    -webkit-animation: blink 0.8s infinite alternate;
    -moz-animation: blink 0.8s infinite alternate;
    -ms-animation: blink 0.8s infinite alternate;
    -o-animation: blink 0.8s infinite alternate;
    animation: blink 0.8s infinite alternate;
 }

@-webkit-keyframes blinky {
   from { color: yellow; }
   to { color: white; }
  }
 @-moz-keyframes blinky {
   from { color: yellow; }
   to { color: white; }
 }
 @-ms-keyframes blinky {
   from { color: yellow; }
   to { color: white; }
 }
 @-o-keyframes blinky {
   from { color: yellow; }
   to { color: white; }
 }
 @keyframes blinky {
   from { color: yellow; }
   to { color: white; }
 }

 .blinky {
    color: yellow;
    vertical-align: top;
    -webkit-animation: blink 0.8s infinite alternate;
    -moz-animation: blink 0.8s infinite alternate;
    -ms-animation: blink 0.8s infinite alternate;
    -o-animation: blink 0.8s infinite alternate;
    animation: blink 0.8s infinite alternate;
 }

span.r{
  display: block;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

span.l{
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

span.c{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Search bar styling */  
#search-input{
    display: inline;
    border: solid 1px #444;
    background:#cbcbcb99;
    border-radius: 8px;
    padding-left: 10px;
    outline:none;
    width: 380px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
}

#search #search-glass{ 
    display: inline;
    text-align:center;
    cursor:pointer;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
    z-index: 55;
}
  
/* Results styling */
#search-results {
    background-color: white;
    margin-top: 0px;
    margin: auto;
    width: 380px;
    border: 0px solid #444444;
    border-radius: 4px;
    position: absolute;
}

#search-results div {
    padding: 2px;
    line-height: 20px;
    font-size: 14px;
}

#search-results img{ 
    height: 16px;
}

.search-category {
    font-weight: bold;
}

.search-item {
    font-weight: normal;
}

.valid {
    color: green;
}

.non-valid {
    color: red;
}

