.dropdown-menu{
    padding: 10px;
    margin-left: -11px;
    margin-top: 6px;
    background: #e5eef3;
    border: none;
    border-radius: 4px;
}
.datepicker-switch{
	background: 0 0;
    color: #2b405f;
    text-transform: uppercase;
}
.datepicker-switch:hover{
	background: 0 0 !important;
}
.prev,.next{
	text-shadow: none;
    color: #fff;
    background-color: #2b405f;
    padding: 6px;
	line-height: 2.5;
}
.prev:hover,.next:hover{
	background-color: rgba(153,153,153,.2) !important;
}
.dow{
	color: #2b405f;
    font-size: 12px;
	margin: 5px !important;
}
.day{
	font-weight: 700;
	line-height: 2.5;
}
.day:not(.active):hover,
.month:not(.active):hover,
.year:not(.active):hover{
	background: rgba(153,153,153,.2) !important;
	color: #fff !important;
}
.old,
.new{
	color: #5180b6 !important;
}

.disabled{
	cursor: not-allowed !important;
}
.datepicker .active{
	background-image: none !important;
	background-color: #fafafa  !important;
	color: #0b121d !important;
}
.month{
	background-color: #2b405f;
    text-shadow: none;
    color: #fff;
}
.upcoming-date{
	margin-top: 20px;
}
.upcoming-date .leftside{	
    color: #2b405f;
	float: left;
	font-size: 32px;
    font-weight: 300;
    margin-right: -70px;
}
.upcoming-date .rightside{
	float: right;
    margin-top: 10px;
    position: relative;
    display: inline-block;
	vertical-align: middle;
}
.upcoming-date .rightside a,
.upcoming-date .rightside label{
	cursor: pointer;
	transition: opacity .5s ease-in-out;
	padding: 6px 5px;
    color: #485369;
    font-weight: 700;
   /* margin: 0 10px;*/
    font-size: 12px;
    text-transform: uppercase;
}
.upcoming-date .rightside #dp{
	opacity: 0;
	cursor: pointer;
	width: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
 @media screen and (max-width: 434px) {
    .upcoming-date .rightside #dp{
    	    height: 26px;
    }
   }
.upcoming-date .rightside label{
	position: absolute;
	padding-top: 7px;
}
.upcoming-date .rightside a:hover,
.upcoming-date .rightside a:active,
.upcoming-date .rightside label:hover,
.upcoming-date .rightside label:active{
	background: 0 0;
    color: #1E558F;
    font-weight: 700;
    opacity: 1;
}
.btb-header{
	border-bottom: 2px solid rgba(30,85,143,.1);
    clear: both;
}
.btb-header .btb-header-labels{
	float: right;
	color: #fff;
}
.btb-header-labels div{
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
}
.event-box{
	padding: 16px 10px;			
	border-bottom: 1px solid #3c4b58;
	background-color: #e4e4e4;
}
.event-box:hover{
	background: #f4f5f7;
}
.btb-event-icon{
	color: #2c394d;
	height: 40px;
    width: 40px;
    font-size: 24px;
    border: 4px solid #F3F3F4;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
}

.btb-event-detail span{
    color: #8a8f97;
    font-size: 12px;
    line-height: 12px;
    margin-right: 20px;
}
.btb-event-detail div{
	font-size: 14px;
    color: #2899C5;
    font-weight: 700;
}
.main-event-odd,
.more-odds{
	display: inline-block;
    min-width: 50px;
    padding: 15px 0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    text-align: center;
    min-height: 48px;
    line-height: initial;
   /*background: #fff;*/
    color: #0b121d;
   /* border: 1px solid #B3B3B3;*/
    cursor: pointer;
    transition: .2s cubic-bezier(.4,0,1,1);
    text-decoration: none;
}
.mobile-btb-header-labels{
	display: none;
}
.more-odds{
	background: #fff;
    color: #8a8f97;
    border: 1px solid #e7e8ea;
}
/*
.main-event-odd:hover{
	text-decoration: none;
    color: #fff;
    border-color: #006700;
    background: #006700;
}
*/
.more-odds:hover{
	text-decoration: none;
    color: #fff;
    border-color: #2e2e2e;
    background: #2e2e2e;
}
.odd-box-app{
	/*background: #e5eef3;*/
    padding: 20px;
    background-color: #e4e4e4;
}
.odd-box{
	display: none;
	background: #e5eef3;
	padding: 20px;
}
.odd-type{
	cursor: pointer;
	text-align: left;
	background: #f4f5f7;
    font-weight: 700;
    color: #0b121d;
    border-radius: 0;
    margin-bottom: 2px;
    width: 100%;
    padding: 0 22px;
    line-height: 2.5;
}
.odd-type i{
	font-size: 15px;
    margin-right: 10px;
    opacity: .3;
}
.odd-type:hover{	
	background-color: #fff;
}
.tricky-height{
	position: absolute;
	top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}
.padding-15{
	padding-left: 15px;
	padding-right: 15px;
}
.lvl-one{
	display: none;
    background: #e3e3e3;
	padding: 1px;
}
.odd-type-dropdown:first-child .lvl-one{
	display: block;
}
.lvl-three{
	margin: 20px 100px;
}
.odd-label{
	width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 2px;
    margin: 0 12px;
}
.odd-label-mobile{
	display: none;
}
.odd{
	margin: 0 12px;
}
.btn-odd{
	width: 100%;
    margin: 5px 0;
    height: 32px;
    font-size: 14px;
    line-height: 1;
    color: #0b121d;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    font-weight: 500;
    border-radius: 6px;
	padding: 0 22px;
	letter-spacing: 0;
	will-change: box-shadow,transform;
	transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
}
.btn-odd:hover{
	background: #7db71d;
	border: 1px solid #6ea11a;
	color: #fff;
}
/*Offer*/
.offer-box{
	display: flex;
    border-bottom: none;
    padding: 0;
    border-bottom: 1px solid #d6e9f8;
}
.offer-box:hover{
	background: #f4f5f7 !important;
}
.offer-box .row{
	margin: 0;
}
.offer-box-left{
	display: none;
}
.offer-book-img{
	border-radius: 100%;
    width: 64px;
    height: 64px;
    margin-left: auto;
	margin-right: auto;
    position: relative;
    background: #e3e3e3;
}
.offer-book-img img{
	max-height: 80%;
    max-width: 70%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.book-wh{
	background-color: rgb(78, 4, 140);
    box-shadow: rgba(77, 4, 140, 0.5) 0px 0px 0px 5px;
    border: none;
}
.offer-coin{
	position: absolute;
    font-size: 25px;
    left: 129px;
    z-index: 1;
    background: #fff;
    border: 3px solid #F3F3F4;
    border-radius: 100%;
    padding: 3px;
    color: #EDC000;
}
.offer-box-middle{
	padding: 10px;
    width: 100%;
    border-radius: 0 10px 10px 0;
}
.offer-content-box{
	margin-bottom: 10px;
	margin-top: 10px;
}
.offer-content{
	padding-right: 20px;
}
.offer-title{
	margin-bottom: 4px;
}
.offer-content .icon-tick{
	background: #7db71d;
    color: #fff;
    border-radius: 100%;
    max-width: 20px;
    min-width: 20px;
    max-height: 20px;
    min-height: 20px;
    font-size: 8px;
    margin-right: 10px;
}
.offer-reward div{
	white-space: nowrap;
	color: #EDC000;
}
.offer-link{
	position: relative;
    min-width: 190px;
    padding: 17px;
    border-radius: 8px;
    line-height: initial;
	text-align: center;
	box-shadow: inherit !important;
}
.bookie-offer .box-shadow{
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.btb-coin{
	border-color: #F3F3F4 !important;
	height: 40px;
    width: 40px;
    font-size: 24px;
    border: 4px solid;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
}
.bookie-offer .btb-bookie .offer-8{
	border: 1px solid #000;
	background-color: #fff !important;
}
.btb-bookie{
	margin-right: 20px;
}
.btb-bookie a{
	min-width: 100px;
    font-size: 14px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: none;
    float: left;
    padding: 0;
    border-radius: 200px;
    max-height: 32px;
    min-height: 32px;
    line-height: initial;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-decoration: none;
   	box-shadow: none;
}
.btb-bookie a img{
	max-width: 90px;
    max-height: 15px;
    padding: 0 16px;
}
/*End Offer*/

/*Leaderboard*/
.leaderboard .row{
	margin-left: 0;
	margin-right: 0;
}
.btb-leaderboard{
	padding-left: 0;
	height: auto;
    font-size: 12px;
}
.btb-best-title{
	color: #2c394d !important;
	font-size: 23px;
}
.btb-table{
	border-collapse: collapse;
    border-spacing: 0;
	margin: 14px 0;
	width: 100%;
    max-width: 100%;
}
.btb-table thead th{
	color: #2c394d;
}
.btb-best-yourself{
	background-color: rgba(30,85,143,.1);
	border-top: 1px solid #d6e9f8;
}
.btb-table td{
	vertical-align: middle;
}
.btb-table>tbody>tr>td, .btb-table>tbody>tr>th, .btb-table>tfoot>tr>td, .btb-table>tfoot>tr>th, ..btb-table>thead>tr>td, .btb-table>thead>tr>th{
	border-bottom: none;
    border-top: none;
}
.btb-table>tbody>tr>td, .btb-table>tbody>tr>th, .btb-table>tfoot>tr>td, .btb-table>tfoot>tr>th, .btb-table>thead>tr>td, .btb-table>thead>tr>th{
	padding: 8px;
    line-height: 1.42857143;
}
.btb-table>tbody>tr {
    border-top: 1px solid #d6e9f8;
}
.btb-best-yourself .top-user-rank{
	color: #2c394d;
}
.top-user-rank{
	color: #b3b3b3;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.top-user-avatar{
	position: relative;
}
.top-user-username{
	vertical-align: middle;
    max-width: 200px;
    white-space: nowrap;
}
.top-user-username div{
	vertical-align: middle;
    max-width: 200px;
    white-space: nowrap;
}
.top-user-username div a{
	display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    color: #1E558F;
}
.top-user-profit{
	font-size: 18px;
    font-weight: 900;
    color: #2c394d;
}
.top-user-follow{	
	font-size: 18px;
    text-decoration: none;
    
}
.top-user-follow i{
	cursor: pointer;
}
.top-user-follow .fa-user-times{
	color: #7db71d;
}
.top-user-follow .fa-user-plus{
	color: #2c394d;
}
.top-user-avatar{
	position: relative;
}
.top-user-avatar a{
	display: block;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: 50%;
    margin: auto;
    height: 80px;
    width: 80px;
    background-color: #fff;
    border: 5px solid #d6d6d6;
    position: relative;
}
.top-user-avatar a div{
	border-radius: 100%;
    bottom: 0;
    left: 0;
    font-weight: 700;
    color: #fff;
    line-height: 31px;
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
}
.top-user-avatar a div img{
	position: absolute;
    height: 130%;
    width: 125%;
    right: -9px;
    bottom: 0;
    top: -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.load-more button {
    background: #1E558F;
    color: #fff!important;
    border: #1E558F;
    cursor: pointer;
    transition: .2s cubic-bezier(.4,0,1,1);
    min-width: 190px;
    padding: 17px;
    border-radius: 8px;
    line-height: initial;
    font-weight: 700!important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.lb-navbar{
	display: block;
}
.lb-navbar ul{
	text-align: center;
    height: auto;
    background-color: #2e2e2e;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}
.lb-navbar ul li{
	margin-top: 0;
    display: inline-block;
    margin-left: 1px;
    margin-bottom: 0;
}
.lb-navbar ul li span,
.lb-navbar ul li a{
	color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 14px 30px;
    border-radius: 4px 4px 0 0;
    transition: ease .2s;
    transition-property: background-color,color;
    font-weight: 700;
    display: block;
    position: relative;
    cursor: pointer;
}
.lb-navbar ul li span:hover,
.lb-navbar ul li a:hover,
.lb-navbar ul li .activetab{
	color: #1E558F !important;
    background-color: #fff;
}
@media screen and (max-width: 1600px){
	.main-board,
	.btb{
	    margin: 0 40px;
	}

}
@media screen and (max-width: 1280px){
	.main-board,
	.btb{
	    margin: 0 5px;
	}
	.btn-odd{
		padding: 0;
	}
	.odd{
		margin-left: 0;
	}
}
@media screen and (max-width: 992px){
    /*Offer*/
  	.offer-box{
		display: block;
   		margin: 15px 0;
	}
	.offer-coin{
		display: none;
	}
	.offer-box-middle{
		padding: 10px;
    	border-radius: 10px;
    	-ms-flex-direction: column;
    	flex-direction: column;
	}
	.btb-leaderboard{
		padding-right: 0;
    	padding-left: 0;
	}
}
@media screen and (max-width: 768px){
	.event-main-box{
		margin-bottom: 5px;
	}
	.btb-header{
		display: none;
	}
	.upcoming-date{
		text-align: center;
	}
	.upcoming-date .leftside{
		float: none!important;
		font-size: 24px;
	}
	.upcoming-date .rightside{
		float: none!important;
	}
	.main-event-odd,
	.more-odds{
	    min-height: 32px;
	    font-size: 14px;
	    padding: 6px 0;
	}
	.btb-event-icon {
	    height: 30px;
	    width: 30px;
    }
	.flex-phone-col{
    	-ms-flex-direction: column;
    	flex-direction: column;
	}
	.odd-label-mobile{
		display: block;
		padding-left: 0;
		width: 80px;
		color: #2c394d;
		font-size: 10px;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    padding-right: 2px;
	}
	.mobile-btb-header-labels{
		text-transform: uppercase;
		font-size: 10px;
		color: #808ba1;
		display: block;
	}
	.odd-label{
		display: none;
	}
	.lvl-three{
		margin: 20px 0;
	}
	.btn-odd{
		font-size: 12px;
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-align: center;
	    align-items: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	.btn-odd .odd{
		float: none !important;	
		margin: 0;
	}
	.btb-best-title{
		font-size: 18px;
	}
}
@media screen and (max-width: 499px){
	.top-user-avatar,
	.hide-mobile{
		display: none;
	}
}
@media screen and (max-width: 449px){
	.main-board-left{
		-ms-flex-direction: column;
	    flex-direction: column;
	    width: 100%;
	}
	.board-left-text{
		margin-left: 0;
		margin-top: 5px;
	}
	.upcoming-date .rightside label{
		padding-top: 6px;
	}
	/*Offer*/
	.offer-link {
	    min-width: 115px;
	}
	.btb-bookie {
	    margin-right: 5px;
	}
	.top-user-username div{
		max-width: 100px;
	}
	.lb-navbar ul li{
		width: 100%;
	}
	.top-user-profit{
		font-size: 14px;
	}
	.top-user-username div a{
		font-size: 16px;
	}
}

/*css мой*/
.uppercase{
	text-transform: uppercase;
}
.wrong{
	color:red;
	font-size:22px;
	line-height:5px;
}
.correct{
	color: green;
	font-size:22px;
	line-height:5px;
}
.no-result{
	color: #3299c5c9;
	font-size:22px;
	line-height:5px;
}
.country{
	text-align:center;
	font-size: 16px;
    color: #2899C5;
    font-weight: 700;
}
.noprediction:hover{
	text-decoration: none;
    color: #fff;
    border-color: #1E558F;
    background: #c82323;
}
.activetab{
	 color: #1E558F !important;
   	 background-color: #fff;
}
.country{
	text-align: center;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #2E2E2E;
    padding: 5px 0 5px 0;
}
.countryrow{
	margin-right:-15px;
	margin-left: -15px;
}
/*Панель с букмекерами*/
.odd-box-app .ttl{
	text-align:center;
	text-align: center;
    font-size: 14px;
    color: #0b121d;
    text-transform: uppercase;
    font-weight: 700;
}
.odd-box-app .btn{
		margin-top:5px;
	    margin-right: 2%;
	    font-weight: bold;
    	text-transform: uppercase;
}
.odd-box-app .bookbtn{
}
@media screen and (max-width: 980px){
	.odd-box-app .btn{
	    display: block;
	    width:100%;
	    margin-top: 10px;
}
}
@media screen and (max-width: 1000px){
	.btb-header{
		display:none;
	}
}
}
/*Прелоадер*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
}


.spinner {
  /*margin: 100px auto 0;*/
  width: 100%;
  text-align: center;
}

.spinner > div {
  width: 15px;
  height: 15px;
  background-color: #308bc6;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*мигаем*/
#divtoBlink{
    -webkit-animation: bgblink 2s;  /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: 1;  /* Chrome, Safari, Opera */
}
@-webkit-keyframes bgblink {
    from {background-color: #fff;}
    50% {color: #f4f5f78a;}
    to {background-color: #fff;}
}
@keyframes bgblink {
    from {background-color: #fff;}
    50% {background-color: #f4f5f78a;}
    to {background-color: #fff;}
}
/*Прелоадер*/
.predloader{
    background-image: url('../img/preloader.gif');
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 110px;
    background-color: #b2b2b2;
}
.btb-event-list{
	position: relative;
	min-height: 110px;
}
.lb-navbar ul li a.progress-lb:hover{
	color: #fff0 !important;
}
.activebutton{
	background-color:#2e2e2e;
	color: white;
}
.bodyprediction{
	background-color: white;
}