﻿.fixtures-outer:before, .fixtures-outer:after {
	display: table;
	content: "";
}
.fixtures-outer:after {
	clear: both;
}
.fixtures-outer, .todays-match-outer {
	width: 100%;
}
.fix-list-block, .todays-match-block {
	padding-top: 50px;
}
.todays-match-outer .fix-tab-blk .title-blk, .todays-match-outer .tab-right-blk-link {
	line-height: 40px !important;
}
.fix-tab-blk {
	width: 100%;
	display: table;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.fix-tab-blk .title-blk {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 45px;
	color: #fff;
	text-transform: uppercase;
	float: left;
	margin-left: 10px;
	font-weight: 500;
}
.tab-right-blk {
	float: right;
	margin: 8px 10px 0px 0px;
}
.dropdown-blk-club, .dropdown-blk-all-month {
	width: 140px;
	display: inline-block;
	margin-left: 3px;
	text-align: left;
}
.dropdown-blk-all-month {
	width: 90px;
}
.clear-all {
	width: 68px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
    color: #ff4400;
    line-height: 28px;
    display: inline-block;
    font-family: Roboto !important;
	font-size: 14px;
	margin: 1px 0px 0px 3px;
	height: 29px;
	text-align: center;
}
.center {
	text-align: center;
}
.roboto {
	font-family: Roboto !important;
	font-size: 16px;
}
.selection-title, .semi-title, .final-title {
	padding: 10px 0px 15px;
    font-family: Roboto, sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #ff1e50;
}
.semi-title, .final-title {
	color: #fff;
	background: radial-gradient(circle at 50% 50%,#7e8991,#c0c1d4);
}
.final-title {
	background: radial-gradient(circle at 50% 50%,#be964f,#fde188);
}

.fix-section-blk {
	background-color: #F4F4F4;
    padding: 24px 10px 5px;
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.blk-001, .blk-001new {
	width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 10px;
    border-bottom: 2px solid #ddd;
}
.date-blk, .time-blk {
	font-size: 16px;
	font-weight: 500;
	color: #ff1e50
}
.date-blk {
	float: left;
}
.time-blk {
	float: right;
}
.match-name-blk, .match-name-blk-new {
    background-color: #333;
    border-radius: 10px;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    margin: auto;
    display: table;
    font-family: roboto;
    font-size: 14px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.blk-002, .blk-002-new {
	width: 100%;
    display: block;
    margin: 10px 0px;
    text-align: center;
}
.team-left-blk, .play-center-blk, .team-right-blk {
	display: inline-block;
	vertical-align: middle;
}
.team-left-blk { text-align: right; width: 35%; }
.team-right-blk { text-align: left; width: 35%; }
.play-center-blk { text-align: center; width: 28%; }

.team-name, .team-score {
	font-size: 16px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	text-transform: uppercase;
}
.team-score {
	font-size: 16px;	
}

.team-logo-blk, .vs-blk {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}
.vs-blk {
	width: 30px;
}

.team-logo-blk img, .vs-blk img {
	width: 100%;
}
.goal-number-left, .goal-number-right {
	font-family: Oswald;
	font-size: 26px;
	font-weight: 600;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}
.goal-number-left {
	margin-right: 10%;
}
.goal-number-right {
	margin-left: 10%;
}
.match-status-blk {
    background-color: #fff;
    border: 1px #eaeaea solid;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    margin-bottom: 5px;
}
.stadium-name {
	font-size: 14px;
	color: #333;
	line-height: 22px;
	margin-top: 10px;
}
.tab-right-blk-link {
	font-size: 14px;
	color: #fff;
	line-height: 45px;
	background-color: #FF1E50;
	float: right;
	width: auto;
	padding: 0px 10px;
}
.bg-blue { background-color : #232882;
}
.bg-red {background-color : #C12817;
}
.right { float: right;
}
.left { float: left;
}
.roboto {
	font-family: roboto;
	word-break: normal;
}
.shortform { display: none; }

/************Responsive Media Queries Starts*****************/
@media screen and (max-width:1180px)
{
	
}

@media screen and (max-width:1024px)
{
	
}

@media screen and (max-width:980px)
{
	
}

@media screen and (max-width:800px)
{
.fullform { display: none; }
.shortform { display: block; }
.play-center-blk {
    width: 50%;
}
.team-left-blk, .team-right-blk {
	display: inline-block;
	vertical-align: middle;
	width: 24%;
}
}

@media screen and (max-width:640px)
{
.match-name-blk {
    margin-top: -35px;
}	
.blk-001 {
    padding: 16px 10px 10px;
    border-top: 1px solid #34699E;
    border-top: 2px solid #34699E;
}
.blk-002  {
    margin: 30px 0px 10px;
}
.team-logo-blk {
    margin-top: 15px;
}
.todays-match-block .fix-section-blk .blk-001 {
    padding: 16px 10px 10px;
    border-top: 2px solid #C12817;
}
}
@media screen and (max-width:600px)
{
}
@media screen and (max-width:480px)
{
.tab-right-blk {
    float: none;
    margin: 0px 10px 10px 10px;
    display: block;
    clear: both;
    text-align: center;
}
.team-name {
    font-size: 14px;
    margin-top: 5px;
}
.fix-list-block {
    padding-top: 80px;
}
.fix-tab-blk .title-blk {
    line-height: 35px;
}
.team-logo-blk {
    width: 35px;
}
.date-blk, .time-blk {
    font-size: 14px;
}
.selection-title {
	padding: 10px 0px 20px;
	font-size: 18px;
}
.play-center-blk {
    width: 30%;
}
.todays-match-block {
    padding-top: 40px;
}
.team-left-blk, .team-right-blk {
    width: 33%;
}
.team-score {
    font-size: 14px;
}
}
@media screen and (max-width:360px)
{
.dropdown-blk-club {
    width: 120px;
}
.team-name {
    font-size: 13px;
}
}
@media screen and (min-width:769px) and (max-width:800px)
{
	
}

@media screen and (min-width:641px) and (max-width:768px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:481px) and (max-width:600px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
	
}

@media screen and (max-width:320px)
{
	
}
/************Responsive Media Queries Ends*****************/