/**

 * @package wid-coupon-basket  style.css

 */
/* Mobile */
/*
@media (max-width: 767px) {
	.more_statistics_wraper{
		width: 500px;
		overflow: auto;
	}
}


@media (max-width: 575px) {
	.more_statistics_wraper{
		width: 300px;
		overflow: auto;
	}
}


*/
.wid_tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
/*  border-bottom: 1px dotted black;*/
}

.wid_tooltip .wid_tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.wid_tooltip .wid_tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.wid_tooltip:hover .wid_tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Start form Style the form - display items horizontally */
.form-inline {
  display: flex!important;
  flex-flow: row wrap!important;
  align-items: center!important;
 
  max-width: 100%!important;
  width: 100%;
}

/* Add some margins for each label */
.form-inline label {
  margin: 5px 10px 5px 0;
}

/* Style the input fields */
.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 200px;
}

/* Style the submit button */
.form-inline button {
  padding: 8px 20px;
  background-color: black;
  border: 0px solid #000;
  color: white;
  border-radius: 3px;
}

.form-inline button:hover {
  background-color: black;
}

/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0;
  }

  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}
/* end of form */

.headering {
    background: #1b224d none repeat scroll 0 0;
    color: #fff;
    /*display: block;*/
    padding: 10px;
}

.centertd {
    text-align: center;
	white-space: nowrap;
}

.widcf_alignright {
    text-align: right;
}

/* inner table wrap titles */
.more-statistics td.centertd {
	white-space: normal;
}
.more_statistics_wraper_destop .more-statistics {
	margin-top: 5px;
}


/*
#table-basket-coupon-dates #couponthead tr > th {
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    font-size: 12px;
    padding: 5px;
	color:#000;
}
*/

table {
	font-size: 15px;
}

.subhead th {
    background: #755528 none repeat scroll 0 0 !important;
    color: #fff !important;
	padding: 5px;
	font-size: 14px;
}

.prev_d a {
    color: #fff !important;
    float: left;
    margin-left: 10px;
	font-weight: 600;
}

.next_d a {
    color: #fff !important;
    float: right;
    margin-right: 10px;
	font-weight: 600;
}


#table-football-coupon th ,#table-football-coupon td {
	border: 1px solid #c2c2c2;
	padding: 5px;
	font-size:14px;
/*	text-align: center; */
}

#table-football-coupon tr:hover {
/*	background-color: #f2f2f2; */
}

#coupontbody td{
    font-weight:400;
}
#coupontbody td img{
	max-width: unset;
}

#coupontbody .col1 , #couponthead .col1 {
    background-color: #e9f4e9;
    padding: 2px 1px 0;
    text-align: center;
}

#coupontbody .col2, #couponthead .col2 {
    background-color: #e9f4e9;
    padding: 2px;
}

#coupontbody .col4, #couponthead .col4{
    background-color: #d1e8d1;
    padding: 2px;
}

#coupontbody .col5, #coupontbody .col8, #coupontbody .col11 , #couponthead .col5, #couponthead .col8, #couponthead .col11 {
    background-color: #ffffcc;
    padding: 2px;
}

#coupontbody .col7, #coupontbody .col10 , #couponthead .col7, #couponthead .col10 {
    background-color: #e9f4e9;
    padding: 2px 5px;
}

#coupontbody .col13, #coupontbody .col14, #couponthead .col13, #couponthead .col14 {
    background-color: #e9fea9;
    padding: 2px;
}

#coupontbody .col17 , #couponthead .col17  {
    background-color: #f07d00;
}

#couponthead .colhead  {
	background-color: #b0c4b0;
	font-size:13px !important;
}

#widcf_maintopic #table-football-coupon #coupontbody .event-table tr > td{
    border-right:none;
    border-left:none;
    font-size:12px;
}


.bold{
    font-weight:bold;
    background-color:#a1dd61;
    border-radius: 8px;
    padding: 5px;
}

.bold_ou{
    font-weight:bold;
	font-size:13px;
	color:#2852bf;
}

.table-football-coupon-mobile .more-statistics tbody td a .bold {
   color: #1b224d;
}

.table-football-coupon-mobile .more-statistics tbody td a .bold_ou, .table-football-coupon-mobile .more-statistics tbody td a {
    color: #1b224d;
}

.show-more, .show-events, .widcb_show-more {
    cursor: pointer;
}

.events {
	opacity: 0.0;
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
	position: relative;
	width: 0px;
	height: 0px;
	right: 320px; /* 328px */
	top: -19px;
	z-index: -999;
}
.show-events:hover + .events {
	opacity: .9;
	z-index: 999;
}

.event-table {
	width: 320px;
	box-shadow: 10px 10px 5px #403f3f;
	border: 2px solid #0D0D0D;
}

.event-team-logo{
    width:25px;
}

.event-team-name{
    width:120px;
	white-space: normal;
}

.event-time{
    width:20px;
}

.event-time-goal{
    width:20px;
    background-color:#9fc749;
}

.event-description{
    width:150px;
}

.no-event-description{
    width:150px;
}

/* ------------------------ Αποδόσεις -------------------- */

#coupontbody .col20 , #couponthead .col20  {
    background-color: #a2ec3f;
}
#coupontbody .apodoseon {position: relative;height: 0px; right: 45px; top:0px; background-color:#fff;/* width:120px;*/}
#coupontbody .allagi_apodoseon {display:block; border:1px #fbfbfb solid; background-color:#2d2d2c; padding:5px; font-weight:400; width:200px; color: white;box-shadow: 5px 10px 18px #2d2d2c;}
.blink_me {animation: blinker 1s linear infinite;}
@keyframes blinker {
  50% {opacity: 0;}
}
@media only screen and (max-width: 768px) {
	#coupontbody .apodoseon {position: relative;height: 0px; right: 0px; top:0px; background-color:#fff; width:20px;}
	#coupontbody .apodoseon_right {position: relative;height: 0px; right: 0px; top:0px; background-color:#fff; width:20px;left:-170px}
}
/* ------------------------ Τέλος Αποδόσεις -------------------- */
/* ------------------------ adv -------------------- */
.widcf-adv td {border-left-color: #f8f8f8!important; border-right-color: #f8f8f8!important;}
.widcf-adv td:first-child { /*border-right-color: #f8f8f8;background-color: #f8f8f8; border: 1px solid #f8f8f8;*/ }
.widcf-adv a { margin: 0 auto; }
.widcf-adv .text-link-banner { padding: 0 20px; }
/* ------------------------ adv -------------------- */

@media only screen and (max-width: 768px) {
	#widcf-date-from{
		float: left;
		margin: 10px 0;
	}
	#widcf-date-to {
		margin: 0;
	}
	.form-inline button{
		padding: 5px 10px;
		margin-left: 15px;
	}
	.form-inline label {
		margin: 5px 10px 5px 15px;
	}
	
	.widcf-adv .text-link-banner { padding: 0; }
	.widcf-adv a {width:350px;}
	
}
@media only screen and (max-width: 450px) {
	.widcf-adv a {width:330px;}
}

@media only screen and (max-width: 991px) {
	table {
		font-size: 12px;
	}
	.widcf_kouponi_div {
	/*	overflow-x:auto;*/
	}
	
	th.centertd {
		white-space: normal !important;
	}
}
@media only screen and (max-width: 767px) {
	.hidemobile {
		display:none;
	}
	table {
		font-size: 12px;
	}	
	#table-football-coupon td {
		padding: 6px 1px;
	}
	#coupontbody td {
		font-weight: 400;
	}
	.widcf_tablesorter-childRow {
		text-align:center;
	}
	.bcol3 {
		background-color: #d1e8d1;
	}
	.bcol6 {
		background-color: #ffffcc;
		text-align:center;
	}
	.bcol9 {
		background-color: #f07d00;
		text-align:center;
	}
	.bcol12 {
		background-color: #fdbd77;
		text-align:center;
	}
}

@media only screen and (min-width: 768px) {
	.hidedesktop {
		display:none;
	}
}
@media only screen and (max-width: 450px) {
	#coupontbody .col7  {
		max-width: 180px;
		overflow: hidden;
	}	
}

@media screen and (min-width: 100px) and (max-width: 335px) {
	#coupontbody .col7  {
		max-width: 180px;
		
	}
	.form-inline button {
		padding: 5px 10px;
		margin-top: 10px;
		margin-left: 0px;
	}
}
@media only screen and (max-width: 320px) {
	#table-football-coupon th, #table-football-coupon td {padding: 5px 2px;}
	#coupontbody .col7, #coupontbody .col10, #couponthead .col7, #couponthead .col10 {padding:2px;}
	
}