.form-control {
  border: 1px solid #363E4D;
  background-color: #1E2637;
}

/* .sportpage {
  background-attachment: fixed;
  background-size: 100%;
} */

.header-main {
  background: transparent;
  padding: 10px 0px;
  
}
.header-main .container{
  background: rgba(0,0,0,0.7);
  padding: 0px 15px;
}
.header-main .container{
  background: #000;
  padding: 0px 15px;
}

.top-header{

  /* background: url('../img/top-header.jpg') left top; */

  background-repeat: repeat-x;

  height: 27px;

}



.help-block{

  font-size: 12px;

  color: #fff;

  vertical-align: top;

}

.logo{

  padding: 0px;

}

.logo img {
  width: 300px;
  margin: 0px -25px;
}

.register-btn{

  border: 0px;

  background: none;

  padding: 0 5px;

  vertical-align: top;

}



.register-btn:hover{

  background: none;

}



.header-btn{

  vertical-align: top;

  background: url('../img/login-btn.png') top left;

  background-repeat: repeat-x;

  height: 36px;

  border: 0;

  border-radius: 0;

  padding:  4px 25px;

  font-size: 21px;

  color: #fff;

}




.header-right input{

  vertical-align: top;

}



input[type="checkbox"], input[type="radio"]{

  background-color: #eebd10;

}



.header-right{

  padding-top: 40px;

}



.menu-main{

  background: url('../img/menu-bg.png') top left;

  background-repeat: no-repeat;

  height: 36px;

  margin-top: 20px;

  overflow: hidden;

  padding-top: 1.5px;

}



.menu-main li{

  float: left;

  list-style: none;



  

  padding: 5px 0px;



}



.menu-main li.support a{

  color: #fff;

}



.right-menu li:last-child a{

  border-right: 0px;

}



.right-menu li:first-child a{

  color: #fff;

}



.highlight{

  color: #df0e14;

}





#slides{

  height: 424px;

}



.slides-pagination a{

  width: 43px;

  height: 8px;

  border-radius: 0;

  background: #fff;

  border: 0;

  text-indent: -10000px;

}

.slides-pagination a.current{
  width: 20px;
  border-radius: 40px;
  background: #FDBD03;

}



.banner-caption-main{

  position: relative;

}



.banner-caption-text{

  position: absolute;

  right: 40px;

  top: 100px;

  font-family: 'Montserrat', sans-serif;

  color: #fff;

}



.banner-caption-head{

  font-size: 58.03px;

  font-weight: 900;

  color: #fff;

  text-shadow: 2px 2px #000;

  line-height: 58.03px;

}



.banner-sub-head{

  font-size: 31px;

  font-weight: 900;

  text-shadow: 2px 2px #000;

  line-height: 31px;

  text-shadow: 2px 2px #000;

}



.banner-highlight{
  color: var(--first-bgcolor-hex);

}



.banner-caption-text p{

  font-size: 20px;

  font-weight: 900;

  text-shadow: 2px 2px #000;

  line-height: 20px;

}



.banner-button{

  margin-top: 30px;

  float: right;

}



.banner-button button{

  background-image: -moz-linear-gradient( 90deg, rgb(0,91,202) 0%, rgb(0,91,202) 14%, rgb(41,184,229) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,91,202) 0%, rgb(0,91,202) 14%, rgb(41,184,229) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,91,202) 0%, rgb(0,91,202) 14%, rgb(41,184,229) 100%);

  color: #fff;

  /*width: 313px;

  height: 65px;*/

}



.banner-button button a{

  color: #fff;

  font-size: 22px;

  font-weight: bold;

}





.main-top-image{
  width: 100%;
  position: relative;
  height: 208px;
  border-radius: 10px;
  margin-bottom: 2em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.main-top-image img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width: 100%;
  border-radius: 50px;
  -webkit-transition: width 2s; /* Safari */
  transition: width 2s;
}

.main-top-image img:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-transition: width 2s; /* Safari */
  transition: width 2s;
}

.main-top-text{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: var(--button-primary-bg);
  padding: var(--padding-sm) 0;
  text-align: center;
  color: var(--button-primary-text);
  border-radius: 0 0 5px 5px;
}

.main-top-image:hover .main-top-text,
.main-top-image:active .main-top-text {
  background: var(--button-primary-hover-bg);
}

.main-top-head{
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  text-transform: uppercase;
}

.main-top-body{
  font-size: 9px;
  font-family: 'Montserrat', sans-serif;
  color: #d0d0cf;
}

.main-top{
  margin-top: 30px;
}

.main-bottom-inner{
  position: relative;
}

.main-bottom-head{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.main-bottom{
  margin-bottom: 20px;
}

#main{
  background: rgba(0,0,0,0.8);
  padding: 30px 0;
}

#bottom-bar{
  background: #df0e14;
  padding: 20px 0;
}

#bottom-bar ul{
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 0;
}



#bottom-bar li{
  float: left;
  list-style: none;

}



#about-us{
  background: #000;
  padding: 60px 0;
    float: left;
    width: 100%;

}



.about-text{
  color: #fff;
  font-size: 12.94px;

}

/*Bootstrap Overwrite*/



.container{
  max-width: 1229px;
  width: 1229px;



}



.padding-off{
  padding: 0;

}



.padding-left-off{
  padding-left: 0;

}



.padding-right-off{
  padding-right: 0;

}



.menu-mobile{
  display: none;

}







.mm-menu{
  background: rgba(0,0,0,1);
  color: #fff;
  font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 16px;

}



.mm-next::after, .mm-arrow::after{
  border-color: rgba(248, 153, 32, 1) !important;

}



.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a{
  color: #fff !important;
  font-family: "Oswald", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    opacity: 1;

}



.mm-menu .mm-navbar .mm-btn::before{
  border-color: rgba(248, 153, 32, 1) !important;

}



.header-toggle a{
    background: transparent url("../img/toggle.png") no-repeat scroll center center;

display: block;

width: 40px;

height: 30px;

position: absolute;



cursor: pointer;



}



.header-toggle{
  width: 40px;
  display: none;
  height: 40px;
  
  top: 0;
  left: 15px;
  margin-bottom: 40px;

 
  



}



.mm-menu .mm-listview > li::after {
    border-color: #f89920; 

}

.mm-menu .mm-next{
    border-color: #f89920; 



}



@media (max-width: 1024px) {

  .container{

    /*width: 100%;*/

  }



  .logo{

    /*width: 100%;

    text-align: center;*/

  }



  .header-right{

    /*width: 100%;

    text-align: center;

    padding-top: 10px;*/

  }



  .menu-left{

    /*display: none;*/

  }



  .menu-mobile{

    /*display: block;

    float: left;*/

  }



  .header-toggle{

    /*display: block;*/

  }
}



@media (max-width: 768px) {

   .about-logo img{

    /*width: 100%;*/

   }



   .slides-pagination{

    /*left: auto;

    text-align: center;*/

   }

}



@media (max-width: 767px) {

   .main-inner{

    margin-bottom: 30px;

   }



   .main-inner img{

    width: 100%;

   }



   .main-bottom-head{

    top: -5px;

   }



   /*#bottom-bar ul{

    display: block;

   }



   #bottom-bar li{

    float: none;

    text-align: center;

    width: 100%;

     border-bottom: 1px solid #000;

    padding-bottom: 5px;

   }



   #bottom-bar a{

    border-right: 0px;

   

    font-size: 14px;



   }



   .about-logo img{

    width: auto;

    margin-bottom: 30px;

   }*/

}



@media (max-width: 480px) {

   

}



/**

 * Client: Betreal

 * Agency: Infobase ICT

 * Version: 1.0.0

 * Frontend Developer: Mohammed Rizwan Uddin

 ********************/



*{

	margin: 0;

	padding: 0;

}



body{

	margin: 0;

	padding: 0;

	font-family: 'lato', sans-serif;

  font-weight: 300;

  overflow-x: hidden;

  background: #000;

  transition: all 0.35s ease;

  background-size: cover;

  background-attachment: fixed;  

  position: relative;

}



a{

    text-decoration: none !important;

}

.top-header{
  /* background:transparent; */
  /*box-shadow: 0px 2px 5.52px 0.48px rgba(0, 0, 0, 0.35);*/
  box-shadow: none;
  background-repeat: repeat-x;
  height: 46px;
}



.top-header-left, .top-header-right{
  font-size: 10px;
  color: #fff;
}

.top-header-left{
  position: relative;
  float: left;
  padding: 15px 20px;
  margin-bottom: 0px;
  background-color: transparent;
  width: 250px;
  text-align: center;
}

.top-header-right{
  position: relative;
  float: right;
  padding: 10px;
}

.top-header-right img{
  padding-left: 5px;
}


.help-block{

  font-size: 12px;

  color: #fff;

  vertical-align: top;
font-weight: 600;
}


.register-btn{

  border: 0px;

  background: none;

  padding: 0 5px;

  vertical-align: top;

}



.register-btn:hover{

  background: none;

}



.header-btn{

  vertical-align: top;

  background: url('../img/login-btn.png') top left;

  background-repeat: no-repeat;

  height: 36px;

  border: 0;

  border-radius: 0;

  padding:  4px 25px;

  font-size: 21px;

  color: #fff;

}



.email{

  /*background: url('../img/email.jpg') left top no-repeat;*/


  height: 34px;

  background-color: #fff;

  border-radius: 6px;

  border: 0;

  padding-left: 15px;
  margin-top: 1px;


}



.password{

  /*background: url('../img/password.jpg') left top no-repeat;*/


  height: 34px;

  background-color: #fff;

  border-radius: 6px;

  border: 0;

  padding-left: 15px;

  display: inline-block;

  margin-top: 1px;

}



.header-right input{

  vertical-align: top;

}



input[type="checkbox"], input[type="radio"]{

  background-color: #eebd10;

}



.flag-header{

  display: inline-block;

  margin-left: 15px;

}



.logged-username{

  font-size: 18px;

  text-transform: uppercase;

  float: left;

  margin-right: 10px;

  padding-top: 5px;

}



.login-header-right{

  color: #ccc;

}



.login-header-right a{

  color: #fff;

}



.logged-header-bottom{

  margin-top: 10px;

}



.logged-header-bottom i{

  margin-right: 5px;

  font-size: 18px;

}



.logged-header-bottom .btn{

  color: #000;

  border-radius: 0;

  padding: 6px 40px;

  text-transform: uppercase;

  height: 34px;



}



.message-inner{

  border-radius: 50%;

  width: 15px;

  height: 15px;

  color: #fff;

  background: #c31010;

  display: inline-block;

  margin-left: 5px;

  text-align: center;

}



.flag-header{

  margin-bottom: 10px;

}



.live-btn{

  border: 1px solid #fff;

  font-size: 12px;

  color: #fff;

  background: none;

  text-transform: uppercase;

}



.login-header-left{

  float: left;

}



.login-header-right{

  margin-left: 40px;

  float: left;

}



.dropdown-menu{

  min-width: 50px;

}


 
.header-right{

  padding-top: 10px;

  color: #fff;

}



.menu-main{
  background: transparent;
  height: 60px;
  margin: 0px;
  overflow: hidden;
  padding-top: 15px;

}


.menu-main li{

  float: left;

  list-style: none;

  padding: 5px 0px;

}



.menu-main li.active span{

  /*background: var(--first-bgcolor-hex);
  color: #000;
  padding: 6px 19px;
  border-radius: 0px;*/

}



.menu-main li.support a{

  color: #fff;

}



.right-menu li:last-child a{

  border-right: 0px;

}



.right-menu li:first-child a{

  color: #FFF;

}



.highlight{

  color: #4e8cff;

}

#slides-quote{

  padding:  0 25px;

  overflow: visible;



  border-radius: 5px; 

}



#slides-quote{

  width: 100% !important;

  height: 350px !important;

}







.slides-container{

  width: 720px;

  height: 300px;

  

}



.slides-navigation a {

  font-size: 20px;

  color: #fff;

}



.slides-navigation a.prev{

  left: -19px;

}



.slides-navigation a.next{

  right: 35px;

}





.slides-pagination a{

  width: 20px;
  border-radius: 40px;

  background: rgba(255,255,255,0.3);

  border: 0;

  text-indent: -10000px;

}

#bottom-bar{
  background: #000;
  box-shadow: none;
  height: 40px;
  border-top: 2px solid var(--first-bgcolor-hex);
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}



#bottom-bar ul{

  justify-content: center;

  align-items: center;

  display: flex;

  margin-bottom: 0;

}



#bottom-bar li{

  float: left;

  list-style: none;

}



#bottom-bar a{
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 15px;
}



#about-us{

  background: #000;

    padding: 15px;

}



.about-text{
  color: #fff;
  font-size: 12.94px;
  text-align: left;
  margin-top: 15px;
}



.about-inner-head{

  font-size: 10px;

  font-weight: bold;

  color: #fff;

  margin-bottom: 5px;

  text-align: left;

}



.about-inner-body li{

  list-style: none;

  padding-bottom: 5px;

  text-align: left;

}



.about-inner-body a{

  color: #fff;

  font-size: 10px;



}



.about-main{

  width: 80%;

  float: right;

}







/*SPORTS*/


#sports-main .container{
  border-radius: 0px;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.4);
  padding: 0px;
  margin-bottom: 0px;
}



.sports-bg{

  background: url('../img/sports-bg.png')top center no-repeat;

  background-size: cover;

}



.sports-main-left{
  /*max-width: 17% !important;*/
  margin: 0 5px;
  float: left;
}



.sports-main-head{

  background: var(--first-bgcolor-hex);
  box-shadow: 0px 2px 5.52px 0.48px rgba(0, 0, 0, 0.35);

  background-repeat: repeat-x;

  height: 33px;

  justify-content: left;

  align-items: center;

  display: flex;

  width: 100%;

  position: relative;

  border-radius: 0px;

  padding: 0 5px;

  font-family: "Roboto Condensed", sans-serif !important;

  font-weight: 900;

  font-size: 12.94px;

  text-transform: uppercase;
  color: #fff!important;

}



.sports-main-head img{

  margin-right: 10px;

  font-size: 16px;

}



.icon-right{

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

}



.sports-main-head{

  color: #fff;



}



.sports-main-middle .sports-main-head{

  padding-left: 15px;

}



.sports-black-bg{

  background: #fff;

    font-size: 9px;

  color: #000;

  margin: 5px 0;

  padding: 5px 10px;

  font-weight: 300;

}



.sports-black-bg a{

  color: #fff;

  font-weight: 600;

}



.calender .btn-group{



  float: left;

}



.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){

    width: 80%;

    color: #fff;

    margin-left: 10px;

}



.calender .btn{

  background: none;

  border: 1px solid #fff;

  color: #fff;

text-align: center;

}



.sports-black-bg.calender{

  padding: 10px 15px;

  border: 1px solid #000;

}



.calender-bottom{

  margin-top: 15px;

}



.calender-bottom li{

  background: #2c2f28;

  width: 34px;

  height: 23px;

  padding: 2px;

  text-align: center;

  margin-right: 2px;





}



.calender-bottom .active{

  background: #FDBD03

}



.calender-bottom .active a{

  color: #000;

}



.calender-bottom a{

  font-size: 13px;

  font-weight: 900;

  display: block;

}



.progress-bar{

  padding: 5px 10px;

  width: 100%;

}

.progress {
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    margin: 0px auto;
}



.evidenza-inner{

  background: url('../img/icons/leftbar-btn.png') top left no-repeat;

  height: 34px;

  list-style: none;

  padding: 6px 10px;

  padding-right: 0;



}



.evidenza-left{

  float: left;

}



.evidenza-left img{

  margin-right: 10px;

}

.list-inline > li {
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
}


.evidenza-left {
font-family: 'lato', sans-serif;  
  /*! color: #000; */

  font-weight: 700;

  font-size: 12px;

  text-overflow: ellipsis;



  /* Required for text-overflow to do anything */

  white-space: nowrap;

  overflow: hidden;

  line-height: 2;
}



.evidenza-left.text-overflow{

  width: 200px;



}



.evidenza-right {

  float: right;

}

.numeric-division{
  background: transparent;
  width: 40px;
  height: 18px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
  margin-top: 2px;
  margin-right: 10px;
  font-weight: 600;
}

.VociMenuSport:hover .numeric-division {
    color: #000;
}

input[type="checkbox"], input[type="radio"] {
	margin: 0px 0 0;
	margin-top: 1px;
	line-height: normal;

}

.text-width{

  text-overflow: ellipsis;

}



.livebetting{

  border-top: 5px solid #FDBD03;

  padding-top: 5px;

  margin-top: 5px;

  margin-bottom: 10px;

}



.livebetting img{

  width: 100%;

}

.menu-body-main.category-group {
  border-style: solid;
  border-width: 0px;
  border-color: rgb(19, 19, 19);
  background-image: -moz-linear-gradient( 90deg, rgb(14, 14, 14) 0%, rgb(135,135,135) 99%);
  background-image: -webkit-linear-gradient( 90deg, rgb(10,10,10) 0%, rgb(10,10,10) 99%);
  background-image: -ms-linear-gradient( 90deg, rgb(95,95,95) 0%, rgb(135,135,135) 99%);
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.75),inset 0px 0px 0px 0px rgba(255, 255, 255, 0.25);
}

.sports-bar-inner{

   /*! background: #2a2a2a; */

   /*! border: 1px solid #000; */

  list-style: none;

  /*! padding: 6px 10px; */

  padding-right: 0;

  color: #fff;

  font-size: 11px;



}



.sports-bar-inner img{

  margin-right: 5px;

}



.sports-main-middle{
  /*max-width: 62% !important;*/
  float: left;
}



.top-middle{
  border-radius: 7px;
  background: #1b1b1b; 
  margin-bottom: 5px;
  padding: 4px;

}



.notice-inner{

  background: #333333;

  font-size: 12px;

  color: #cecece;

  padding: 5px 5px;

}



.notice-inner a{

  color: #cecece;

  font-style: italic;

}



.notice-inner .country-name{

  color: #FDBD03;

  padding: 0 10px;

  font-style: normal;

}



.notice-inner img{

  float: right;

}



.last-minute-table{
  margin: 0px 0px 5px 0px;
  background:#000;
  background-repeat: repeat;
  padding: 1px;
  border-bottom: 3px solid var(--first-bgcolor-hex);
}

.last-minute-table table tbody tr:hover td:nth-child(3) {
  color: #f00 !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{

  padding: 2px;
  background: #000;
  color: #fff;
  vertical-align: middle;
  border-top: 1px solid #555555;
}



.table > thead > tr > th{

  border-bottom: 1px solid #555555;

}



.table th{

  margin-bottom: 5px;

}



thead{

 padding-bottom: 10px;

}









.table td:first-child{

  text-align: center;

}



.table th:nth-child(n+4):nth-child(n-7){

  text-align: center;

   width: 50px;

  height: 24px;

}



.table td:nth-child(10), .table td:nth-child(11), .table td:nth-child(12){

text-align: center;



}



.table-inner.yellow{

  background: #db0f0f;

  text-align: center;

  color: #000;

  width: 50px;

  /*height: 24px;*/



}



.table-inner{
  background: #333333;
  text-align: center;
  color: #000;
  width: 44px;
  /*height: 24px;*/
  padding: 1px 0;
  margin-left: auto;
  margin-right: auto;
}



.table td{

  font-size: 12px;

  padding-top: 8px;

  padding-bottom: 8px;

}





.inplay .table td:first-child{

  text-align: left;

  border: 0;

  padding-left: 2px;

  width: 66px;

  height: 24px;



}

.inplay .table th:nth-child(2){

  text-align: left;

}



.inplay .table td:nth-child(2){

  border: 0;

  width: 50px;

  height: 24px;

}



.inplay .table td:first-child img{

  margin-right: 5px;

}



.sports-main-right{
  background-color: rgba(0,0,0,0.7);
  border-radius: 0px;
  /*max-width: 19% !important;*/
  margin: 0 5px;
  float: left;
}

.sports-quote {
  background-color: #000;
  border-radius: 0px;
  border-bottom: 3px solid var(--first-bgcolor-hex);
}


.verifica-text{

  font-size: 12px;

  color: #f2f2f2;

  text-align: center;

  margin-bottom: 10px;
  float: left;
  width: 100%;

}


.verifica-text iframe {
    border: none;
    float: left;
    width: 100%;
    overflow: hidden;
    height: 180px;
}


.verifica-main img, .verifica-main input{

  float: left;

}



.verifica-main img{

  margin-top: 5px;

}



.verifica-main input{

  width: 80%;

  margin-left: 10px;

  background: none;

  border: 2px solid #fff;

  color: #fff;

  border-radius: 0;

}



.verifica-main{

  position: relative;

}



.verifica-main:after{

  content: "";

  background: url('../img/icons/input-arrow.png') no-repeat;

  width: 20px;

  height: 20px;

  position: absolute;

right: 17px;

top: 22%;

}



.verifica{
  /*background: #38393b;*/
  background: none;
  border: 1px solid #000;

  padding: 15px 10px;

}



.starbust{

  padding: 0;

}



.starbust img{

  width: 100%;

  border: 1px solid #000;

}



/*SPORTS*/



.nav-tabs > li > a{

  font-size: 11px;

  margin-right: 0px;

}



.nav-tabs > li > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{

  background: var(--first-bgcolor-hex);


  color: #000;

} 



.menu-body-main{

    color: #FFF;

}

.sports-quote-tab{

  padding: 5px;

}



.sports-quote-tab li a{

  color: #fff;

  font-size: 13px;



}



.sports-quote-tab .nav > li > a{

  padding: 5px 15px;

  border-radius: 0;

}



.sports-quote-tab .nav-tabs{

  border-bottom: 1px solid #000;

}



.sports-quote-tab select{

  /*! height: 28px; */
  margin-right: 0px;
  position: absolute;
  left: -40%;

}



.quote-logo img{

  width: auto !important;

  height: auto !important;

  position: relative !important;

  left: 0px !important;

  top: 0px !important;

  min-height: 50px;

  margin: 0px auto;

  text-align: center;



}



.quote-logo, .quote-logo a{

  color: #fff;

  text-align: center;

  display: inline-block;

}



.logo-title{

  text-align: center;

  margin-top: 10px;

  font-size: 15px;

}



.quote-head{

  color: #fff;

  padding: 15px 0;

}



.quote-time{

  padding-top: 120px;

}



.quote-score-left{

  float: left;

  color: #fff;

  margin-right: 10px;

  font-weight: bold;

  font-size: 13px;

}



.quote-score{

  

  float: left;

}



.quote-score-main{

  border: 1px solid #fff;

  padding: 2px 5px;

  color: #fff;

  margin-right: 10px;

  background-color:#333333;

}



.gradient .green{

	background-image:-webkit-linear-gradient(#265d01,#1a9e00);

	background-image:linear-gradient(#265d01,#1a9e00);

}



.gradient .yellow{

  background-image:-webkit-linear-gradient(#676b02,#f2ce07);

  background-image:linear-gradient(#676b02,#f2ce07);

}



.gradient .red{

  background-image:-webkit-linear-gradient(#7c0101,#d80f0f);

  background-image:linear-gradient(#7c0101,#d80f0f);

}







.prog-container{

	background-color:#333333;

	border-radius:0px;	

	height: 26px;

	overflow:hidden;

	margin-bottom:10px;

  border: 1px solid #fff;

}



.quote-played-inner-left{

  float: left;

  width: 75px;

  margin-top: 3px;

}



.quote-played-inner-right{

  width: 154px;

  float: left;

}



.quote-percentage{

  float: left;

  width: 60px;

  color: #fff;

  margin-left: 10px;

  margin-top: 5px;

}



.quote-body{

  border-bottom: 1px solid #fff;

  padding-bottom: 26px;

}



.quote-bottom-left{

  float: left;

  width: 103px;

}



.quote-bottom-right{

  float: left;

  width: 110px;

}



.quote-bottom-percentage{

  width: 36px;

}



.quote-bottom-progress{

  width: 59px;

}





.quote-bottom-percentage, .quote-bottom-progress{

  float: left;

}



.quote-bottom-head{

  color: #fff;

  font-size: 14px;

  padding: 10px 0;

}



.quote-bottom-percentage{

  font-size: 13px;
  color: #fff;
  margin-top: 2px;
  float: left;
  margin-right: 13px;
  text-align: right;

}



.quote-bottom-right-inner{

  float: right;

  padding-top: 2px;

}



.quote-bottom-head{

  margin-bottom: 15px;

}



.quote-bottom-main{

  border-right: 1px solid #fff;

}





/* Container for Progress Bar ENDS */





/* Progress Bar STARTS */

.progressbar{

	height:100%;

	width:0%;

	float:left;

	

}







.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){

	margin-left: 0;

}


/*
.bs-caret{

	  display: none;

}*/



#cerca{

	font-family: 'FontAwesome';

}



.cerca-input input{

	width: 70%;

	height: 33px;

}



/*Bootstrap Overwrite*/



.container{

  max-width: 1229px;

  width: 1229px;



}



.padding-off{

  padding: 0;

}



.padding-left-off{

  padding-left: 0;

}



.padding-right-off{

  padding-right: 0;

}



.menu-mobile{

  display: none;

}



.container{

  width: 1300px;

  max-width: 1300px;

}







.mm-menu{

  background: rgba(0,0,0,1);

  color: #fff;

    font-family: "Oswald", sans-serif;

    text-transform: uppercase;

    font-size: 16px;

}



.mm-next::after, .mm-arrow::after{

  border-color: rgba(248, 153, 32, 1) !important;

}



.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a{

  color: #fff !important;

    font-family: "Oswald", sans-serif !important;

    text-transform: uppercase !important;

    font-size: 16px !important;

  opacity: 1;

}



.mm-menu .mm-navbar .mm-btn::before{

  border-color: rgba(248, 153, 32, 1) !important;

}



.header-toggle a{

    background: transparent url("../img/toggle.png") no-repeat scroll center center;

display: block;

width: 40px;

height: 30px;

position: absolute;



cursor: pointer;



}



.header-toggle{

  width: 40px;

  display: none;

  height: 40px;

  

  top: 0;

  left: 15px;

  margin-bottom: 40px;

 

  



}



.mm-menu .mm-listview > li::after {

    border-color: #f89920; 

}

.mm-menu .mm-next{

    border-color: #f89920; 



}



@media (max-width: 1024px) {

  .container{

    /*width: 100%;*/

  }



  .logo{

    /*width: 100%;

    text-align: center;*/

  }



  .header-right{

    /*width: 100%;

    text-align: center;

    padding-top: 10px;*/



  }



  .menu-left{

    /*display: none;*/

  }



  .menu-mobile{

    /*display: block;

    float: left;*/

  }



  .header-toggle{

    /*display: block;*/

  }


 



  

}



@media (max-width: 768px) {

   .about-logo img{

    /*width: 100%;*/

   }



   .slides-pagination{

    left: auto;

    text-align: center;

   }

}



@media (max-width: 767px) {

   .main-inner{

    margin-bottom: 30px;

   }



   .main-inner img{

    width: 100%;

   }



   .main-bottom-head{

    top: -5px;

   }



   /*#bottom-bar ul{

    display: block;

   }



   #bottom-bar li{

    float: none;

    text-align: center;

    width: 100%;

     border-bottom: 1px solid #000;

    padding-bottom: 5px;

   }



   #bottom-bar a{

    border-right: 0px;

   

    font-size: 14px;



   }



   .about-logo img{

    width: auto;

    margin-bottom: 30px;

   }*/

}



@media (max-width: 480px) {

   

}



.login-user-icon{

  margin-right: 15px;

}




.login-username{

  font-size: 10pt;

  color: #fff;

  font-style: normal;

}



.login-main-top{

  font-size: 10pt;

  color: #fff;



}



.euro{

  color: #c31010;

  font-size: 10pt;

}



.login-main-top a{

  color: #fff;

  font-size: 8pt;

  font-weight: bold;

  text-transform: uppercase;



}



.login-main-top ul{

  margin-top: 5px;

}



.login-main-top li{

  padding: 0 3px;

}



.login-main-top img{

  margin-right: 5px;

}



.login-flag, .logout{

  float: left;

  

}

.login-main-right{

}



.modal-content{

  text-align: center;

  background: #2d2d2d;
  border-radius: 0px;

}

/*.saldo-table th{

  text-align: center;

  background: #000;

  color: #fff !important;

}*/


/*
.saldo-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{

  padding: 2px;
  color: #000;
  vertical-align: top;
  border-top: 1px solid #555555;
font-size: 11px;




}



.saldo-table .table > thead > tr > th{

  border-bottom: 1px solid #555555;

}



.saldo-table .table th{

  margin-bottom: 5px;

}



.saldo-table thead{

 padding-bottom: 10px;



}*/









.table td:first-child{

  text-align: center;

}


/*
.saldo-table .table th:nth-child(n+4):nth-child(n-7){

  text-align: center;

   width: auto;

  height: auto;

}



.saldo-table .table td:nth-child(10), .table td:nth-child(11), .table td:nth-child(12){

text-align: center;



}*/



/*.saldo-table .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
  border: 1px solid #fff;
  font-size: 9px;
}*/



.saldo-table .table-bordered{

    /*border: 1px solid #FDBD03;*/

}



button.close{

  color: #fff;

  opacity: 1;

  /*padding: 3px 10px;*/
  padding: 0px;

}



.saldo-table .table{
  margin-bottom: 15px;
}

.saldo-table .table * {
  font-size: var(--font-size-lg);
}



.modal-header{

  padding: 5px 15px;
  background: #404756;
  color: #FFF;
  border: none;
  
}

.combinations > table:nth-child(1) > tbody:nth-child(2) > tr:nth-child(n) > td:nth-child(7) {
  /*background-color: #6d0707 !important;*/
}

.combinations .vincitaModal{
  text-align: center;
  vertical-align: middle;
  border: 1px solid black;
  font-size: 14px;
  font-weight: bold;
  background-color: var(--first-bgcolor-hex);
}

.combinationsSistema .vincitaModal{
  text-align: center;
  vertical-align: middle;
  border: 1px solid black;
  font-size: 14px;
  font-weight: bold;
  background-color: var(--first-bgcolor-hex);
}

/*.saldo-table .table td{

  font-size: 12px;

  padding-top: 2px !important;

  padding-bottom: 2px !important;

}*/



.saldo-table .modal-body{

  padding-bottom: 0;

}



.modal-footer{

  padding: 5px 15px;

}



.giro-select{

  /* margin-bottom: 15px; */

  color: #fff;

  text-align: left;

}



.col-sm-4.giro-select{

  text-align: center;

}



.giro-select .bootstrap-select .btn {

  border: 1px solid #FDBD03;

  background: #000;

  color: #fff;

    width: 100%;

    text-align: left;



}



.giro-select .bs-caret{

  display: block;

  color: #fff;

}





.giro-trasferisci a{

  background: #337ab7;

  color: #fff;

  text-transform: uppercase;

  padding: 5px;

}





/*.giro-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){

  width: 50%;

}*/



.schemata table th{

  color: #fff !important;

}



.schemata-head{

  background-image:-webkit-linear-gradient(#373737,#202020);

  background-image:linear-gradient(#373737,#202020);

  padding: 5px 10px; 

  border-bottom: 1px solid #ca0e0e;

}



.schemata-head-left{

  padding-top: 10px;

}



.schemata-head label{

  color: #dbdbdb;

  padding-top: 10px;



}



/*.schemata-head input::-webkit-input-placeholder {

  text-align: right;

}

.schemata-head input:-moz-placeholder {

  text-align: right;

}

.schemata-head input::-moz-placeholder {

  text-align: right;

}

.schemata-head input:-ms-input-placeholder {

  text-align: right;

}*/

.schemata-head a{

  font-size: 15px;

  color: #dbdbdb;



}



.schemata-head .cerca-input input{

  border: 1px solid #dbdbdb;

}



.schemata-mid{

  padding: 10px 0;

  border-bottom: 1px solid #ca0e0e;



}



.schemata-mid-input input{

  background: #323131;

  border-radius: 0;

  border-top: 0;

  border-right: 0;

  color: #fff;

  border-color: #848383;

}



.schemata-mid-input .btn{

  background: #323131;

  border-radius: 0;

  border: 0;

}



.schemata-mid-input .bs-caret{

  display: block;

  color: #fff;

}



.schemata-mid-input-inner{

  padding-left: 5px;

  padding-right: 5px;

}



.schemata-mid-left{

  color: #ffffff;

  font-size: 19px;

  text-transform: uppercase;

}



.schemata-bottom-head-main-left{

  color: #fa0000;

  font-size: 17px;

  text-transform: uppercase;

}



.schemata-bottom-head{

  padding-top: 10px;

}



.schemata-bottom-head-main-right a{

  color: #dadada;

  font-size: 20px;

  border-right: 1px solid #dadada;

  padding-right: 15px;

  display: block;

}



.giro-select select{

  width: 280px;

  height: 34px;

  border: 1px solid var(--first-bgcolor-hex);

background: #000;

color: #fff;

}


.schemata table th{
  color: #fff !important;
}

.schemata-head{
  background-image:-webkit-linear-gradient(#373737,#202020);
  background-image:linear-gradient(#373737,#202020);
  padding: 5px 10px; 
  border-bottom: 1px solid #ca0e0e;
}

.schemata-head-left{
  padding-top: 10px;
}

.schemata-head label{
  color: #dbdbdb;
  padding-top: 10px;

}

/*.schemata-head input::-webkit-input-placeholder {
  text-align: right;
}
.schemata-head input:-moz-placeholder {
  text-align: right;
}
.schemata-head input::-moz-placeholder {
  text-align: right;
}
.schemata-head input:-ms-input-placeholder {
  text-align: right;
}*/
.schemata-head a{
  font-size: 15px;
  color: #dbdbdb;

}

.schemata-head .cerca-input input{
  border: 1px solid #dbdbdb;
}

.schemata-mid{
  padding: 10px 0;
  border-bottom: 1px solid #ca0e0e;

}

.schemata-mid-input input{
  background: #323131;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  color: #fff;
  border-color: #848383;
}

.schemata-mid-input .btn{
  background: #323131;
  border-radius: 0;
  border: 0;
}

.schemata-mid-input .bs-caret{
  display: block;
  color: #fff;
}

.schemata-mid-input-inner{
  padding-left: 5px;
  padding-right: 5px;
}

.schemata-mid-left{
  color: #ffffff;
  font-size: 19px;
  text-transform: uppercase;
}

.schemata-bottom-head-main-left{
  color: #fa0000;
  font-size: 17px;
  text-transform: uppercase;
}

.schemata-bottom-head{
  padding-top: 10px;
}

.schemata-bottom-head-main-right a{
  color: #dadada;
  font-size: 20px;
  border-right: 1px solid #dadada;
  padding-right: 15px;
  display: block;
}

.giro-select select{
  width: 280px;
  height: 34px;
  border: 1px solid var(--first-bgcolor-hex);
background: #000;
color: #fff;
}

.schemata-bottom-mid-left li{
  float: left;
  list-style: none;
  
}

.schemata-bottom-mid-left a{
  justify-content: center;
  align-items: center;
  display: flex;
  width: 108px;
  height: 49px;
  padding: 0;
  text-align: center;
  background: #dbdbdb;
  border: 1px solid #b10d0d;
  font-size: 16px;
  font-weight: bold;
  color: #010101;
}

.schemata-info a{
  display: block;
}

.schemata-info{
  background-image:-webkit-linear-gradient(#343434,#1f1f1f);
  background-image:linear-gradient(#343434,#1f1f1f);
  height: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid #fff;
}

.schemata-info a{
  color: #fff;
}

.schemata-bottom-mid-left-2 li{
  float: left;
  list-style: none;
  
}

.schemata-bottom-mid-left-2 a{
  justify-content: center;
  align-items: center;
  display: flex;
  width: 108px;
  height: 44px;
  padding: 0;
  text-align: center;
  background-image:-webkit-linear-gradient(#343434,#1f1f1f);
  background-image:linear-gradient(#343434,#1f1f1f);
  border-right: 1px solid #737373;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.schemata-bottom-mid-left li.active a{
    background: #b40d0d;
    color: #fff;
}

.schemata-bottom-mid-left-2 li.active a{
  color: #ff0000;
}

.schemata-order-main{
  background-image:-webkit-linear-gradient(#db0f0f,#ab0d0d);
  background-image:linear-gradient(#db0f0f,#ab0d0d);
  color: #fff;
  padding: 5px 15px;
}

.order-id{
  float: left;
}

.order-event{
  float: left;
  margin-left: 25px;
}

.schemata-table th{
  background-image:-webkit-linear-gradient(#db0f0f,#ab0d0d);
  background-image:linear-gradient(#db0f0f,#ab0d0d);
  color: #fff;
}

.schemata-table th{
  text-align: center;
}


.schemata-table .table th:nth-child(n+4):nth-child(n-7){
  width: 54px;
}

.schemata-table .table td:nth-child(10), .schemata-table .table td:nth-child(11), .schemata-table .table td:nth-child(12), .schemata-table .table td:nth-child(13){
  width: 50px;
  text-align: center;
}

.schemata-table .table-inner{
  text-align: center;
  margin: 0px auto;
  border: 1px solid #fff;
  height: 28px;
}

.schemata-table .table th:nth-child(2){
text-align: left;

}

.schemata-table-highlight{
  position: relative;
  top: 50px;

}

                
.country-name{
  background: -webkit-linear-gradient(var(--color-temporary));
  padding: 5px 15px;
  color: var(--color-primary-text);
  font-weight: 900;
  text-transform: uppercase;
}

.country-name img{
  margin-right: 10px;
}

.country-body{
  background: #000;
  padding: 0px 0;
  border-bottom: 1px solid #1a1a1a;
}

.country-body-main{
 
  color: #fff!important;
}

.menu-sport{
  width: 226px;
  height: 300px;
  margin: 0px auto;
  /*margin-top: 10px;*/
  clear: both;
}

.menu-sport-right ul{
  margin-bottom: 0;
}

.menu-sport-head img{
  margin-right: 5px;
}

.menu-sport-head{
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background: #222222;
  padding: 10px 15px;
  padding-right: 0;

}

#central{
  width: 772px;
  height: 400px;
  margin: 0px auto;
  margin-top: 15px;
}

.central-head{
  background:var(--first-bgcolor-hex);
  padding: 5px 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.central-head-icons{
  float: right;
  
}

.central-body{
  margin-top: 2px;
  border-top: 1px solid rgba(255,255,255,0.5);
}
.sub-menu-championship.sub-menu.sub-list.menu-sport-body.collapse.in {
  /*background-color: #000;
  padding: 3px;*/
  border-left: 3px solid var(--first-bgcolor-hex);
}
.championship-element.sports-bar-inner {
  padding: 9px;
  /*background: linear-gradient(to bottom,#038F06 10%,#001901 90%);*/
  background-color: #000;
  box-shadow: 0px 2px 5.52px 0.48px rgba(0, 0, 0, 0.35);
  color:#FFF;
  border-bottom: 1px solid #ccc;
}
.championship-element.sports-bar-inner:hover {
  padding: 9px;
  background: var(--first-bgcolor-hex);
  color:#fff;
}
.championship-element_ante.sports-bar-inner {
  padding: 9px;
  /*background: linear-gradient(to bottom,#038F06 10%,#001901 90%);*/
  background-color: #000;
  box-shadow: 0px 2px 5.52px 0.48px rgba(0, 0, 0, 0.35);
  color:#FFF;
}
.championship-element_ante.sports-bar-inner:hover {
  padding: 9px;
  background: var(--first-bgcolor-hex);
  color:#fff;
}


table-inner {
    background: #333333;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 24px;
    padding: 1px 0;
}

.accetta:hover{
  background-color: var(--first-bgcolor-hex);
  border: 0;
  color: #FFF;
}


.logout{
  float: right;
  background-image: -moz-linear-gradient( 90deg, rgb(0,91,202) 0%, rgb(0,91,202) 14%, rgb(41,184,229) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,91,202) 0%, rgb(0,91,202) 14%, rgb(41,184,229) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,91,202) 0%, rgb(0,91,202) 14%, rgb(41,184,229) 100%);

  background-repeat: repeat-x;

  height: 20px;
}

.logout a{
  color: #fff;
}

.logout:hover{
  background: #000;
  border: 0;
  color: #fff;
}

/*tr.event-row:hover.event-row td:nth-child(2){
  color: #000 !important;
}*/

.lmt-container.sr-widget{
  height: auto;
}

.login-main-right{
  padding: 0;
}

.logout{
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 5px;
}

.master td:nth-child(6), .master td:nth-child(7), .master td:nth-child(9), .master td:nth-child(10), .master td:nth-child(11) {
  width: 100px;
}

.giro-trasferisci input {
    vertical-align: top;
    color: #fff;
    clear: both;
    background-image: -moz-linear-gradient( 90deg, rgb(36,36,36) 0%, rgb(76,76,76) 99%);
	background-image: -webkit-linear-gradient( 90deg, rgb(36,36,36) 0%, rgb(76,76,76) 99%);
	background-image: -ms-linear-gradient( 90deg, rgb(36,36,36) 0%, rgb(76,76,76) 99%);
	box-shadow: 0px 2px 2px 0px rgba(2, 2, 2, 0.75),inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
}

.giro-trasferisci:hover input{
  background: var(--first-bgcolor-hex);
}

#listascommesse-table td:nth-child(12){
  width: 162px;
}

#listascommesse-table td:nth-child(9){
  width: 100px;
}

/*#listascommesse-table td:nth-child(12) span.centrato, #listascommesse-table td:nth-child(12) .progress{
  float: left;
}

#listascommesse-table td:nth-child(12) .progress{
  margin-left: 5px;
}*/

#listascommesse-table td:nth-child(12) .progress-bar{
  background: var(--first-bgcolor-hex);
}

#trasferiscidenaro .rigaRossaSfondo{
  margin-left: 45% !important;
}

#lista_movimenti .redfont{
  color: red !important;
}

#lista_movimenti td:nth-child(7){
  color: red;
}

#lista_movimenti .greenfont{
  color: green !important;
}

#tabella_agenti_cerca td:nth-child(6), #tabella_agenti_cerca td:nth-child(7), #tabella_agenti_cerca td:nth-child(10), #tabella_agenti_cerca td:nth-child(11){
  width: 100px;
}

#movimenti_utente td:nth-child(5){
  width: 200px;
}

#movimenti_utente td:nth-child(6), #movimenti_utente td:nth-child(7), #movimenti_utente td:nth-child(8){
  width: 100px;
}

.top_blk li{
  padding: 0 !important;
}

.top_blk .nav-tabs > li > a{
  height: 30px;
}

.redfont {
    color: red !important;
}

#movimenti_utente td:nth-child(6){
  color: red !important;
}

#lista_movimenti_new td:nth-child(4){
  width: 200px;
}

#lista_movimenti_new td:nth-child(7){
  width: 100px;
}

#lista_movimenti_new .redfont{
  color: red !important;
}

#lista_movimenti_new td:nth-child(7){
  color: red !important;
}

#lista_movimenti_new td:nth-child(8){
  color: green !important;
}

#lista_movimenti_new tfoot th:nth-child(3){
  color: red !important;
}

#lista_movimenti_new tfoot th:nth-child(4){
  color: green !important;
}

#movimenti_utente td:nth-child(7){
  color: green !important;
}


#report_scommesse_chiuse .centrato.sorting_asc{
  width: 70px !important;
}

#report_scommesse_chiuse .centrato.sorting{
  width: 150px !important;
}

#tabella_dettagli_sport th{
  color: #fff !important;
}

.logo-title{
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
  text-align: center;
  margin: 0px auto;
  margin-top: 5px;
}


#tabella_scommesse td:nth-child(11){
  width: 162px;
}

#tabella_scommesse td:nth-child(8){
  width: 100px;
}

#tabella_scommesse td:nth-child(11) span, #tabella_scommesse td:nth-child(11) .progress{
  /*float: left;*/
}

#tabella_scommesse td:nth-child(11) .progress{
  /*margin-left: 5px;*/
}

#tabella_scommesse td:nth-child(11) .progress-bar{
  background: rgba(253, 205, 5, 0.9);
  color: #fff;
  padding: 0px;
}

.progress span{
  background: none !important;
  color: #333;
  font-weight: bold;
  position: relative;
  top: -6px;
}

.portlet-body td{
  color: #000 !important;
}

.portlet-body .table > tbody > tr > td, #reportCasino .table > tbody > tr > td, #reportCasinoPiattaforma .table > tbody > tr > td, #reportPoker .table > tbody > tr > td, #reportPokerPiattaforma .table > tbody > tr > td{
  color: #000 !important;
}

#reportCasino th:nth-child(n+4):nth-child(n-6), #reportCasinoPiattaforma th:nth-child(n+3):nth-child(n-5), #reportPokerPiattaforma th:nth-child(n+4):nth-child(n-6){
  width: 100px;
}

#reportPoker th:nth-child(n+4):nth-child(n-11){
  width: 105px;
}


.lista_movimenti td:nth-child(4){
  width: 150px;
}

/*
.saldo_popup .table > tbody > tr > td{
  color: #fff !important;
  font-size: 12px;
  text-align: center;
}*/
/*
.btn-saldo .saldo_popup .table > tbody > tr > td{
  color: #fff !important;
}*/

#report_scommesse_chiuse_CED .centrato.sorting_asc{
  width: 100px !important;
}

#report_scommesse_chiuse_CED th:nth-child(3){
  width: 120px !important;
}

#report_scommesse_chiuse_CED th:nth-child(3){
  width: 150px !important;
}

.tdantepost span{
  color: #fff !important;
}

.inplay .table-inner, .inplay .table-inner.quote_btn:hover{
  width: 41px !important;
}

#lista_movimenti_new td:nth-child(5){
 width: 144px;
}

#lista_movimenti_new td:nth-child(8){
 width: 100px;
}


#nuova_tabella_scommesse td:nth-child(8){
 width: 150px;
}

#nuova_tabella_scommesse td:nth-child(11) span, #nuova_tabella_scommesse td:nth-child(11) .progress{
  float: left;
}

#nuova_tabella_scommesse td:nth-child(11) .progress{
  margin-left: 5px;
}

#nuova_tabella_scommesse td:nth-child(11){
  width: 125px;
}

#nuova_tabella_scommesse .progress, #tabella_scommesse_wrapper .progress, #listascommesse-table .progress{
  width: 60px;
}

#lista_movimenti_wrapper td:nth-child(4), #lista_movimenti_new td:nth-child(4){
  width: 460px;
}

#lista_movimenti_wrapper td:nth-child(7), #lista_movimenti_new td:nth-child(7){
  width: 150px;
}

#lista_movimenti_wrapper td:nth-child(2), #lista_movimenti_new td:nth-child(2){
  width: 150px;
}

#movimenti_utente_new_wrapper td:nth-child(5){
  width: 250px;
}

#report_scommesse_chiuse_CED_wrapper td:nth-child(2), #report_scommesse_aperte_wrapper td:nth-child(2){
  width: 150px;
}

#report_scommesse_chiuse_CED_wrapper td:nth-child(1), #report_scommesse_aperte_wrapper td:nth-child(1){
  width: 100px;
}

#report_scommesse_chiuse_CED_wrapper td:nth-child(3), #report_scommesse_aperte_wrapper td:nth-child(3){
  width: 150px;
}



#report_scommesse_aperte_CED_wrapper td:nth-child(2){
  width: 150px;
}

#report_scommesse_aperte_CED_wrapper td:nth-child(1){
  width: 100px;
}

#report_scommesse_aperte_CED_wrapper td:nth-child(3){
  width: 150px;
}

@media (max-width: 767px) {
  /*.sports-main-middle {
    width: 60% !important;
  }*/
}


.hover_riga_tabella:hover{
  /*
  background-image: -moz-linear-gradient( 90deg, rgb(0,91,202) 0%, rgb(0,91,202) 14%, rgb(41,184,229) 100%) !important;
  background-image: -webkit-linear-gradient( 90deg, rgb(0,91,202) 0%, rgb(0,91,202) 14%, rgb(41,184,229) 100%) !important;
  background-image: -ms-linear-gradient( 90deg, rgb(0,91,202) 0%, rgb(0,91,202) 14%, rgb(41,184,229) 100%) !important;
  */
}

#tabella_dettagli_sport{
  background: #000;
}

#report_scommesse_chiuse tr th{
  color: #fff;
  background: #2d2d2d;
}

#report_scommesse_chiuse tbody tr{
  background: none !important;
}

.btn-group>.btn:first-child{
  margin-left: -1px !important;
}

#lista_movimenti td:nth-child(6) .redfont {
    color: red !important;
}

#messaggioImportante{
  margin: 0px auto;
}

#messaggioImportante .col-md-6{
  
  width: 100%;
}

#messaggioImportante .col-md-offset-1{
  margin-left: 0 !important;
}

#messaggioImportante span{
  color: #fff !important;
  margin-bottom: 10px;
}

#messaggioImportante input, #messaggioImportante textarea{
  background: #000;
  width: 100%;
  padding: 10px 15px;
  color: #fff !important;
}

#tabella_lista_utenti td{
  color: #fff !important;
}

@media (max-width: 1600px) {
  /*.sports-main-middle{
    width: 60% !important;
  }*/
}

.cc-window.cc-banner{
  padding: 5px 15px !important;
}

.evidenza-left{
  width: 68%;
}

#tabella_messaggi td{
  color: #fff !important;
}

#tabella_messaggi td:nth-child(4){
  width: 400px;
}

.portlet-body .table > tbody > tr > td, #reportCasino .table > tbody > tr > td, #reportCasinoPiattaforma .table > tbody > tr > td, #reportPoker .table > tbody > tr > td, #reportPokerPiattaforma .table > tbody > tr > td{
  color: #fff !important;
}

.cont_quotes{
  width: 100%;
}

.stylerigastrisce td.redfont{
  color: red !important;
}

.saldo_popup .table > tbody > tr > td.greenfont{
  color: var(--color-primary-80) !important;
}

.saldo_popup .table > tbody > tr > td.redfont{
  color: red !important;
}

.immagineOcchio{
  position: relative;
  top: 0px;
}

.cc-btn{
  padding: 0px !important;
}

.flag-new{
  float: right;
}

.flag-new-text{
  font-size: 13px;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  float: left;
  padding: 0 5px;
  font-weight: bold;
  
}

.flag-new-text ul{
  margin-bottom: 0px;
}

.flag-new-text img{
  width: 20px;
  height: 20px;
}

.flag-new-text li{
  padding: 0 5px;
}

@media (max-width: 1280px) and (min-width: 1024px) {
  /*table{
    table-layout: fixed;
  }

  .event-row td:nth-child(1){
    font-size: 8px;
  }

  .event-row td:nth-child(3){
    font-size: 9px;
  }

  #slides-quote{
    width: 100% !important;
  }

  .qbet-main{
    width: 100%;
  }*/
}

@media (max-width: 1240px) {
  /*.sports-main-middle {

    width: 55% !important;

  }*/
}

@media (max-width: 1084px) {
  /*.sports-main-middle {

    width: 50% !important;

  }*/
}


.bottone_schedina{
  width: 100px;
}


#modifica-password h3, #modifica-password .form-horizontal .form-group-sm .control-label, #modifica-password li{
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #000 !important;
    color: white;
}

.popover {
    background: rgba(0,0,0) !important;
    color: #fff;
}

.popover-title {
    background-color: var(--first-bgcolor-hex);
    color: #fff;
}

.no-bg {
    background: transparent !important;
    background-color: transparent !important
}
.casinoEvo-page {
  background: url('https://cdn.mgbopanel.com/uof/common/banner/evolution_gaming_bianco.png') no-repeat center top;
  min-height: 600px;
  background-repeat: no-repeat;
}

.casino-name {
  text-align: center;
  color: #fff;
  font-weight: bold;
}


body{
  min-width: 1269px;
  overflow-x: auto;
}

.cc-theme-classic .cc-btn {
  border-radius: 0px !important;
  min-width: auto !important;
  padding: 0px 10px !important;
  font-size: 12px !important;
  height: 25px;
  width: 70px;
}
.cc-banner .cc-message {
  font-size: 12px;
}
.cc-window.cc-banner.cc-type-info.cc-theme-classic.cc-bottom {
  background-color: rgba(0, 0, 0, 0.8) !important;
  padding: 5px 20px !important;
}
/* .fsport-page {
    background: url(https://cdn.mgbopanel.com/common/img/banner_fsport.jpg) no-repeat center top;
    min-height: 600px;
    background-repeat: no-repeat;
} */

.button-fsport {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  position: absolute;
  left: 35%;
  top: 40%;
  width: 400px;
  height: 58px;
  border-color: var(--first-bgcolor-hex);
  background-image: linear-gradient(45deg, var(--first-bgcolor-hex) 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  color: #fff;
}

div.more_option, div.more_option:hover, div.more_option:active, div.more_option:focus,
button.more_option, button.more_option:hover, button.more_option:active, button.more_option:focus {
  background: var(--color-temporary) !important;
  color: #000 !important;
}




/* jackpot style */
.jackpot-row {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

@import url(https://fonts.googleapis.com/css?family=Exo+2:200i);

:root {
  /* Set neon color */
  --neon-text-color: #f40;
  --neon-border-color: #08f;
}

.jackpot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  
  font-family: 'Exo 2', sans-serif;
  font-size: 3rem;
  font-weight: 200;
  font-style: italic;
  color: #fff;
  padding: 4rem 6rem;
  border: 0.4rem solid #fff;
  border-radius: 2rem;
  text-transform: uppercase;
  /* animation: flicker 1.5s infinite alternate;   */
  
  text-shadow:
  -0.2rem -0.2rem 1rem #fff,
  0.2rem 0.2rem 1rem #fff,
  0 0 2rem var(--neon-text-color),
  0 0 4rem var(--neon-text-color),
  0 0 6rem var(--neon-text-color),
  0 0 8rem var(--neon-text-color),
  0 0 10rem var(--neon-text-color);
  
  box-shadow:
  0 0 .5rem #fff,
  inset 0 0 .5rem #fff,
  0 0 2rem var(--neon-border-color),
  inset 0 0 2rem var(--neon-border-color),
  0 0 4rem var(--neon-border-color),
  inset 0 0 4rem var(--neon-border-color);      
}

.jackpot-container::-moz-selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.jackpot-container::selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.jackpot-container:focus {
  outline: none;
}

.jackpot-value { }

.jackpot_0 { }
.jackpot_1 { }
.jackpot_2 { }
.jackpot_3 { }
/* jackpot style */