a, a:hover, a:focus {
	text-decoration: none;
}
/* Plugin Css */

.lcw-series-container {
}
.lcw-series {
	display: block;
	background-color: #f7f7f7;
	color: #fff;
	margin-bottom: 20px;
}
.lcw-series img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 auto;
	padding: 0 0 34px;
}
.lcw-series .lcw-series-tiles {
	min-height: 55px;
	font-size: 20px;
	position: relative;
	color: #2E8DEF;
	background: #00ab4e;
	padding: 5px 10px;
}
.lcw-series .lcw-series-tiles p {
	position: relative;
	z-index: 1;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	/*	padding: 0px 10px 10px;*/
	line-height: 22px;
}
.lcw-series .lcw-series-tiles:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: -45px;
	left: 0;
	z-index: 0;
	min-height: 90px;
}
.lcw-series .lcw-series-tiles span {
	position: absolute;
	top: -20px;
	left: 0;
	background: #ffea00;
	height: 20px;
	line-height: 21px;
	font-size: 13px;
	color: #000;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.lcw-series .lcw-series-tiles span:after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #f4e001;
}
/* LCW Data Table */

.lcw-table {
	border: #e0e1e2 1px solid;
	padding: 1px;
	margin-top: 10px;
}
.lcw-table .lcw-thead {
	display: table-row;
}
.lcw-table .lcw-tr {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 16px 0 15px;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.lcw-table .lcw-thead .lcw-tr {
	padding: 16px 0 15px;
}
.lcw-table .lcw-tbody .lcw-tr {
	padding: 8px 0;
}
.lcw-table .lcw-thead .lcw-tr {
	background: #00ab4e;
	color: #fff;
}
.lcw-table .lcw-tbody .lcw-tr:nth-child(even) {
	background-color: #f7f7f7;
}
.lcw-table .lcw-tbody .lcw-tr:hover {
	background-color: #f7f7f7;
}
.lcw-table .lcw-thead .lcw-td {
	font-weight: bold;
	font-size: 17px;
}
.lcw-table .lcw-td {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
}
.lcw-table .lcw-td:nth-child(1), .lcw-table .lcw-td:nth-child(2) {
	text-align: left;
}
.lcw-table .lcw-td:nth-child(2) {
	width: 22%;
}
.lcw-table .lcw-td img {
	width: 50px;
	height: 35px;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
/* LCW Fixtures */
.lcw-fixtures-outer {
}
.lcw-fixtures {
	text-align: center;
}
.lcw-fixtures .row {
	align-items: center;
	justify-content: center;
	min-height: 200px;
}
.lcw-fixtures:nth-child(odd) {
	background: #fafafa;
}
.lcw-team {
}
.lcw-team-title {
	font-size: 45px;
	font-weight: bold;
	color: #a4a4a4;
	text-transform: uppercase;
}
.lcw-team-logo {
	margin: 5px 0 10px;
}
.lcw-team-logo img {
	/*background: #fff;*/
	
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	/*border: #f3f3f3 1px solid;*/
	/*padding: 15px;*/
	margin: 0 auto;
}
.lcw-team-logo span {
	position: relative;
	display: inline-block;
}
.lcw-stip {
	position: absolute;
	top: 0;
	right: 0;
	background: #00ab4e;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	z-index: 1;
	padding: 2px 2px 1px;
}
.lcw-team-score {
	font-size: 16px;
	font-weight: bold;
	color: #a4a4a4;
}
.lcw-team-score span:nth-child(2) {
	margin: 0 5px;
}
.lcw-match-title {
	font-size: 16px;
	font-weight: normal;
	color: #00ab4e;
}
.lcw-match-timing {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 22px 0;
}
.lcw-green .lcw-match-title {
	color: #00ab4e;
}
.lcw-red .lcw-match-title {
	color: #ff0000;
}
.lcw-match-info {
	font-size: 16px;
	font-weight: light;
	color: #363636;
}
.lcw-team.lcw-winner .lcw-team-title, .lcw-team.lcw-winner .lcw-team-score {
	color: #00ab4e;
}
/* LCW Tabs */
.lcw-tabs {
	border-bottom: #00ab4e 1px solid;
	margin: 20px 0;
	text-align: center;
	font-size: 0;
}
.lcw-tabs a {
	display: inline-block;
	border: 1px solid #becbd2;
	border-bottom: none;
	font-size: 18px;
	line-height: 3.1;
	padding: 0 30px;
	white-space: nowrap;
	color: #363636;
	margin: 0 5px;
	position: relative;
}
.lcw-tabs a.active {
	border: 1px solid #00ab4e;
	border-bottom:none;
	box-shadow: inset 0 2px #00ab4e;
	color: #00ab4e;
}
/*.lcw-tabs a.active:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background:#fff;
}*/
/* LCW Tabs */
.lcw-tabs, .lcw-livescore-outer .nav-tabs {
	border-bottom: #00ab4e 1px solid;
	margin: 20px 0;
	text-align: center;
	font-size: 0;
}
.lcw-tabs a, .lcw-livescore-outer .nav-tabs .nav-link {
	display: inline-block;
	border: 1px solid #becbd2;
	border-bottom: none;
	font-size: 18px;
	line-height: 3.1;
	padding: 0 30px;
	white-space: nowrap;
	color: #363636;
	margin: 0 5px;
	position: relative;
	border-radius: 0;
}
.lcw-tabs a.active, .lcw-livescore-outer .nav-tabs .nav-link.active {
	border: 1px solid #00ab4e;
	border-bottom: none;
	box-shadow: inset 0 2px #00ab4e;
	color: #00ab4e;
}
.lcw-tabs a.active:after, .lcw-livescore-outer .nav-tabs .nav-link.active:after  {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #fff;
}
.lcw-days{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.lcw-match-info{
	/*border-bottom: #BECBD2 1px solid;*/
	/*padding-bottom: 20px;*/
	margin-bottom: 20px;
}
.lcw-home-team, .lcw-away-team{
	font-size: 20px;
}
.lcw-home-team{
	margin-bottom: 8px;
}
.lcw-home-team span, .lcw-away-team span, .lcw-short-state span{
	font-weight: bold;
}
.lcw-match-msg{
	font-size: 14px;
	margin-top: 15px;
}
.lcw-short-state{
	text-align: right;
	font-size: 16px;
	margin-top: 5px;
}
.lcw-short-state:first-of-type{
	margin-top: 0;
}
.lcw-livescore-info{
	background: #00ab4e;
	padding: 10px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.lcw-current-time span{
	font-weight: normal;
}
.lcw-batsmen .lcw-thead .lcw-tr{
	background: #3e3e3e;
}
 .lcw-batsmen .lcw-tr{
 	min-height: 42px;
 	padding-top: 0;
 	padding-bottom: 0;
 }
 .lcw-batsmen .lcw-tbody .lcw-td a:nth-child(1){
 	font-weight: bold;
 }
 .lcw-batsmen .lcw-td:nth-child(2){
 	text-align: center;
 }
 .lcw-batsmen .lcw-td:nth-child(1){
 	width: 30%;
 }
 .lcw-batsmen .lcw-td:nth-child(2),
 .lcw-batsmen .lcw-td:nth-child(3),
 .lcw-batsmen .lcw-td:nth-child(4),
 .lcw-batsmen .lcw-td:nth-child(5),
 .lcw-batsmen .lcw-td:nth-child(6),
 .lcw-batsmen .lcw-td:nth-child(7),
 .lcw-batsmen .lcw-td:nth-child(8),
 .lcw-batsmen .lcw-td:nth-child(9),
 .lcw-batsmen .lcw-td:nth-child(10),
 .lcw-batsmen .lcw-td:nth-child(11),
 .lcw-batsmen .lcw-td:nth-child(12),
 .lcw-batsmen .lcw-td:nth-child(13)
 {
 	width: 14%;
 }
 .lcw-batsmen.lcw-bowlers .lcw-td:nth-child(2),
 .lcw-batsmen.lcw-bowlers .lcw-td:nth-child(3),
 .lcw-batsmen.lcw-bowlers .lcw-td:nth-child(4),
 .lcw-batsmen.lcw-bowlers .lcw-td:nth-child(5),
 .lcw-batsmen.lcw-bowlers .lcw-td:nth-child(6),
 .lcw-batsmen.lcw-bowlers .lcw-td:nth-child(7){
 	width: 10%;
 }
 .lcw-commentry-box{
 	margin-top: 20px;
 }
 .lcw-commentry-title{
 	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
 }
 .lcw-commentry-box-header, .lcw-over-box{
 	display: table;
 	width: 100%;
 	height: 40px;
 	min-height: 40px;
 	background: #00ab4e;
 	padding-left: 10px;
 	padding-right: 10px;
 }
.lcw-total-overs, .lcw-total-runs, .lcw-endof-over, .lcw-endof-over-msg{
	display: table-cell;
	vertical-align:middle;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
.lcw-total-runs, .lcw-endof-over-msg{
	text-align: right;
}
.lcw-over-box{
	background: #3e3e3e;
}
 .lcw-endof-over{
 	background: #3e3e3e;
 	padding:8px 0;
  	color: #fff;
 	font-size: 16px;
 }
 .lcw-endof-over-msg{
	font-size: 16px;
	padding: 8px 0;
}
.lcw-commentry-filter{
	display: table;
	width: 100%;
	height: 50px;
	min-height: 50px;
}
.lcw-commentry-title, .lcw-filter-list{
	display: table-cell;
	vertical-align: middle;
}
.lcw-filter-list{
	text-align: right;
}
.lcw-filter-list a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
	display: inline-block;
}
.lcw-filter-list a:nth-child(1),
.lcw-filter-list a:nth-child(3){
	background: #00ab4e;
}
.lcw-filter-list a:nth-child(2){
	background: #3e3e3e;
	margin: 0 10px;
}
.lcw-over-info{
	padding: 10px;
	display: table;
	width: 100%;
}
.lcw-over-info-left{
	float: left;
	width: 50px;
}
.lcw-over-info-inner{
	width: 95px;
}
.lcw-over-info-inner,
.lcw-over-info-right{
	display: table-cell;
	vertical-align: middle;
}

.lcw-over-ball{
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
}
.lcw-each-over,
.lcw-over-ball{
	display: inline-block;
	vertical-align: middle;
}

.lcw-each-over{
	/*background: #00ab4e;*/
	color: #000;
	font-size: 16px;
}
.lcw-over-ball{
	background: #3e3e3e;
	font-weight: bold;
	margin: 0 0px 0 10px;
}
.card{
	margin-bottom: 30px;
}
ul.list-group.list-group-flush{
	margin:0;
}
.lcw-over-info-right{
	line-height: 20px;
	/*padding-top: 3px;*/
	width: 90%;
}
.lcw-over-info:nth-child(odd){
	/*background: #F7F7F7;*/
}
.lcw-livescore-outer .nav-fill.nav-tabs .nav-link{
	display: block;
}
.popover .popover-title {
	background-color: #00ab4e; 
	color: #fff;
	font-size: 15px;

}
.popover .popover-content{
	font-size: 15px;
}
.list-group-item img.icon{
	padding-right: 5px;
}

.info{
	float: right;
    
    width: 77%;
    margin-top: 10px;
    line-height: 1;
}
.info p{
	
    line-height: 1;
}
.profile-img{
	float: left;
}
.dataTables_wrapper .dataTables_filter{
	text-align: left;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}
#accordion .card-header{
  background:#00ab4e
}
#accordion .card{
	margin-bottom: 3px;
}
#accordion .card-header{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
#accordion .card-header:hover{
	text-decoration: none;
	
}
#accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
    font-size: 20px;
    color: #fff;
}
#accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
    font-size: 20px;
    color: #fff;
}
.accordion-toggle{  cursor: pointer; }
.lcw-match-dates p{

  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.matchSummaryText{
	font-size: 13px;
	margin-left: 10px;
    margin-right: 10px;
}
.progress{
	background-color: unset;

}
.player-name{
	font-weight: bold;
}
