/*!
Theme Name: balltoday
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: base-them
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

base-them is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

#program .head_tr td{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #464646 0%, #262626 5%, #262626 5%, #262626 5%, #050505 100%) repeat scroll 0 0;
    color: #ffdaab;
}
.footer-logo{
    padding:20px;
    text-align:center;
}
.world-date{
    padding:0px !important;
}
.footer-logo img{
    max-width:100%;
}
.banner img{
    margin-top:5px;
    width:100%;
    text-align:center;
}
.navbar{
    margin-bottom:0px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size:19px;
    font-family:sukhumvit;
    border-right: 1px solid #000000;
    text-shadow:2px 2px 2px #222222;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #464646 0%, #262626 5%, #262626 5%, #262626 5%, #050505 100%) repeat scroll 0 0;
    color: #ffffff;
}
.navbar-inverse .navbar-toggle {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e12d2c 1%, #dd2d2d 50%, #b00000 51%, #b40001 100%) repeat scroll 0 0;
    border-color: #333;
}
.navbar-inverse {
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #e12d2c 1%, #dd2d2d 50%, #b00000 51%, #b40001 100%) repeat scroll 0 0;
    border-top:3px solid #000000;
}

.dmbs-container {
    color:#000000;
    padding:0px;
}

@font-face {
    font-family: "sukhumvit";
    font-style: normal;
    font-weight: normal;
    src:url("https://balltoday.com/font/SukhumvitBold.ttf") format("truetype");
}
h1,h2,h3,h4,h5{
    font-family:sukhumvit;
    
}

@media screen and (max-width:602px){
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}
}

.dmbs-header {
}

.dmbs-header-img {

}

.dmbs-header-text {

}

.dmbs-top-menu {

}

.dmbs-content {
   background:#ffffff;
   box-shadow:0 4px 10px -3px #000;
}

.dmbs-main {

}

.dmbs-left {

}

.dmbs-right {

}

.dmbs-footer-menu {

}

.dmbs-author-credits {

}

.dmbs-footer {
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #464646 0%, #262626 5%, #262626 5%, #262626 5%, #050505 100%) repeat scroll 0 0;
    border-top: 5px solid #AD1414;
}

.logo img{
    max-width:100%;
    margin:10px 0px;
}
#tded-today{
    background:#ffffff;
    color:#000000;
}
#tded-today table{
    margin:0px;
}
.leaguetab{
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff3300 0px, #cb2a02 100%) repeat scroll 0 0;
    color:#ffffff;
    font-size: 15px;
        padding: 3px;
}
.box-head{
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff3300 0px, #cb2a02 100%) repeat scroll 0 0;
    color:#ffffff;
    font-family:sukhumvit;
    font-size: 23px;
        padding: 3px;
}
.head{
    background:#D3D3D3;
}

/*start tded div*/

.TeamDed {
    border-radius: 4px;
    margin: 2px 0;
    width: auto;
}
.TeamDed h1 {
    background-color: #004080;
    color: #fff;
    font-weight: bold;
    padding-left: 2%;
    padding-top: 2px;
    width: auto;
    margin:0px;
    font-size:23px;
}
.TeamDed h2 {
    background-color: #004080;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    font-size:23px;
    margin:0px;
    font-weight: normal;
    padding-left: 2%;
    padding-top: 2px;
    width: auto;
}
.Colum2 {
    float: left;
    width: 50%;
}
.CoverCol {
    background-color: #e8e8e8;
    border-bottom: 1px solid #000000;
    clear: both;
}
.ColumP2 {
    background-color: #e8e8e8;
    float: left;
    width: 50%;
}
.ColumTeam {
    background-color: #e2e8e8;
    border: 1px solid #3e709e;
    float: left;
    min-height: 132px;
    width: 50%;
}
.ColumTeam h3 {
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}
.ColumTeam p {
    font-size: 14px;
    padding-top: 2px;
    text-indent: 5px;
}
.TeamDed table {
    background-color: #666666;
}
.TeamDed table th {
    background-color: #a60000;
    color: #fff;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}
.TeamDed table tr td {
    background-color: #e8e8e8;
    font-size: 13px;
    vertical-align: middle;
    border: 1px solid #999999;
    padding: 5px 1px;
}
#tded table{
    margin-bottom:8px;
}
.clear {
    clear: both;
}
@media only screen and (max-width : 880px) {
        .Colum2{
            float: none;
            width: auto;
        }
        .ColumP2{
            float: none;
            width: auto;
        }
        .program h1
        {
            /*background-color:#a60000;*/
            min-height:20px;
            font-size:16px;
            font-weight:600;
            padding:2px 5px;
            color: #fff;
        }
        .TeamDed h1 {
                font-weight: normal;
                font-size:18px;
}
    }

    @media only screen and (max-width : 730px) {
    .CoverImg{
        float: none;
        text-align:center;
        width: 98%;
    }
    .CoverImg img{
        width: 100%;
    }
    .info{
        width: 98%;
    }
    .ColumTeam{
        width: 50%;
        padding-left: 2px;
    }
    #Vecore ul li{
        background-color: #fff;
        font-size: 14px;
        margin-bottom: 3px;
        min-height: 45px;
    }
    .head_tr td {
        height: 25px;
        width: auto;
    }
}
/*end div*/
#tded{
    color:#000000;
}
.ColumTeam h3{
    color:#800000;
    font-family:serif;
}
.textl {
    text-align: left;
}
.textr {
    text-align: right;
}
.textl_r {
    color: #bb0000;
    text-align: left;
}
.textr_r {
    color: #bb0000;
    text-align: right;
}
#program{
    color:#000000;
}
#program p{
    margin:1px;
}

/*div table*/
.divTable {
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
    height: 45px;
}
#recent-review .divTableRow {
    display: table-row;
    height: 20px;
}

@media screen and (max-width: 459px) {
#recent-review .divTableRow {
    display: table-row;
    height: 50px;
}
}

.divTableHeading {
    background-color: #eee;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    display: table-cell;
    padding: 3px 10px;
}

#banner .divTableCell, .divTableHead {
    padding: 0px;
}

.divTableHeading {
    background-color: #eee;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

#recent-review a{
 color:#000000;
}

@media screen and (max-width: 602px) {
#channel-ch {
    font-size: 13px;
}
}
@media screen and (max-width: 602px) {
.icon-play {
    width: 60%;
}
}
@media screen and (max-width: 602px) {
#channel-ch td {
    padding: 5px 0;
}
}
@media screen and (max-width: 602px) {
.panel-title {
    font-size: 13px;
}
}
@media screen and (max-width: 602px) {
.call-one {
    width: 24%;
}
}
.rowtime {
    vertical-align: middle;
    width: 18%;
}

.rowtime2 {
    vertical-align: middle;
    width: 15%;
}
.rowtitle {
    width: 60%;
    text-align: center;
    vertical-align: middle;
}
#recent-review .rowtitle {
    width: 65%;
    text-align: left;
    vertical-align: middle;
}
.rowleague {
    text-align: left;
    vertical-align: middle;
    width: 20%;
    color:#B30001;
}
.rowleague img {
    width: 40px;
}
.rowplay {
    vertical-align: middle;
    width: 10%;
}
.iconchannel {
    color: #B20000;
    text-align: center;
}
#vs-row span {
    color: #B20001;
}
#vs-row {
    color: #000000;
    padding: 0;
}
#vs-row img {
    width: 22px;
}

.team1 {
    color: #000000;
    text-align: right;
    vertical-align: middle;
    width: 30%;
}
.team2 {
    color: #000000;
    text-align: left;
    vertical-align: middle;
    width: 30%;
}
.rowvs {
    text-align: center;
    vertical-align: middle;
}
.team3 {
    color: #000000;
    text-align: center;
    vertical-align: middle;
    width: 60.5%;
}
.row-date {
    background: #B30001;
    color: #ffffff;
    display: block;
    padding: 3px;
}

#recent-review .row-date {
    background: #000000;
    color: #ffffff;
    display: block;
    padding: 3px;
}

.head-review{
    background: #b20000 none repeat scroll 0 0;
    border-bottom: 3px solid #000000;
    color: #ffffff;
    font-size: 16px;
    padding: 3px;
}
.mainrow:nth-child(2n) {
    background-color: #f1f1f1;
}
.mainrow:nth-child(2n+1) {
    background-color: #cccccc;
}

.recent-time {
    color: #9e0202;
    font-weight: bold;
     vertical-align: middle;
}
@media screen and (max-width: 459px) {
.mainrow {
    font-size: 13px;
}
}
@media screen and (max-width: 459px) {
.rowleague {
    display: none;
}
}

@media screen and (max-width: 459px) {
.rowtime2{
    display: none;
}
}

@media screen and (max-width: 459px) {
.recent-time{
    display: none;
}
}

@media screen and (max-width: 459px) {
.divTableCell, .divTableHead {
    padding: 0;
}
}
/*end div table*/
.head-title{
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #e12d2c 1%, #dd2d2d 50%, #b00000 51%, #b40001 100%) repeat scroll 0 0;
    color:#ffffff;
    text-shadow:2px 2px 2px #222222;
    text-align:center;
    padding:5px;
}

@media screen and (max-width:602px) {
.head-title {
    font-size:24px;
}
}

.wp-pagenavi {
    border-top: 1px solid #000000;
    clear: both;
    margin: 50px 5px;
    padding-top: 15px;
}
.page-header {
    border-top: 1px solid #eeeeee;
    margin: 0px;
    padding-top: 9px;
    border-bottom:0px;
     font-family: fantasy;
    font-size: 18px;
}
#post-news small {
    color: green;
}
#post-news ul, ol {
    padding-left:25px;
}
#post-news img{
    max-width:100%;
}
.btn-success, .comment-reply-link {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e12d2c 1%, #dd2d2d 50%, #b00000 51%, #b40001 100%) repeat scroll 0 0;
    border-color: #004887 ;
    color: #fff;
}
#post-new h1, h2, h3, h4, h5 {
    color: #000000;
}
#post-new a {
    color: #000000;
}
#post-news .category-2 #custom-img-list{
    height: 100px;
    width: 200px;
}
@media screen and (min-width: 602px) {
#custom-img-list {
    height: 175px;
    width: 240px;
}
}
@media screen and (max-width: 602px) {
#custom-img-list {
    max-width: 100%;
}
}
@media screen and (max-width: 602px) {
.attachment-post-thumbnail {
    float: left;
    margin: 0;
}
}
@media screen and (max-width: 602px) {
.list-mobile {
    padding: 0 5px;
}
}
#last-news a {
    color: #000000;
}
#custom-img-single {
    max-width: 100%;
}
.footer-about{
    padding:10px;
    color:#ffffff;
}
.sub-header-bar {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #004887 0%, #005496 50%, #004887 100%) repeat scroll 0 0;
    box-shadow: 0 4px 10px -3px #000;
    float: left;
    height: 30px;
    padding-top: 5px;
    width: 100%;
}
.ticker {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin: 0 auto;
    position: relative;
    width: 940px;
    z-index: 9;
}
.ticker .marquee {
    background-color: #09355b;
    color: #ffffff;
    float: right;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
    width: 80%;
}
.ticker .time {
    color: #ffffff;
    float: left;
    font-weight: bold;
    margin-left: 2%;
    width: 16%;
}
@media (max-width: 767px) {
.ticker {
    width: 96%;
}
.ticker .marquee {
    margin: 0;
    width: 100%;
}
.ticker .time {
    display: none;
}
}

#review .banner{
display:none;
}
#review th{
 background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #e12d2c 1%, #dd2d2d 50%, #b00000 51%, #b40001 100%) repeat scroll 0 0;
 color:#ffffff;
}
.league{
 background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #464646 0%, #262626 5%, #262626 5%, #262626 5%, #050505 100%) repeat scroll 0 0;
 color:#ffffff;
}
#review table:hover{
 background:none;
}
#review .tor {
    color: #c30;
}
#review td {
    border:1px solid #888888;
}
#program h3{
   margin:0px;
}
.head-table{
  background:#01054F;
}
.head-table2{
  background:#D3E3FC;
  color:#000000 !important;
}
.card, .flag {
    display: inline-table;
    vertical-align: middle;
}
.arrup {
    color: #00ad0e;
}
.arrdown {
    color: #df0003;
}
.running_still {
    color: #0e00c8;
}

#program th:nth-child(4),
#program th:nth-child(6)
 {
 text-align:center;
 }
 
#program th:nth-child(3)
 {
 text-align:right;
 }
 
 #program td:nth-child(8)
 {
 display:none;
 }
 
  #program th:nth-child(8)
 {
 display:none;
 }
 #channel h2{
  margin:0px;
 }
 
 @media screen and (max-width:602px){
#program th:nth-child(2),
#program th:nth-child(6),
#program th:nth-child(7),
#program th:nth-child(8)
 {
 display:none;
 }
}

@media screen and (max-width:602px){
#program td:nth-child(2),
#program td:nth-child(6),
#program td:nth-child(7),
#program td:nth-child(8)
 {
 display:none;
 }
}

@media screen and (max-width:602px){
#program td
{
font-size:12px;
}
}

@media screen and (max-width:602px){
#program .flag
{
display:none;
}
}

.copyright{
  background:#AD1414;
  color:#ffffff;
  padding:10px;
  text-align:center;
}

.category-1 .custom-img{
 display:none;
}

.category-4 .custom-img{
 display:none;
}
.head-side{
 border-bottom: 2px solid #005193;
 margin-bottom: 5px;
}

/*program2*/
.utable_flag img{
 max-width:100%;
}
.table__head td{
  text-align:left !important;
}
#program2 .table td{
  text-align:center;
  border:1px solid #01054F;
  vertical-align: middle;
}
.utable_league{
 background:#01054F;
 color:#ffffff;
}
.table__info{
 background:#D3E3FC;
}

@media screen and (max-width:602px){
#program2
 {
font-size:12px;
 }
}

@media screen and (max-width:602px){
#program2 td:nth-child(4),
#program2 td:nth-child(6)
 {
 display:none;
 }
}

@media screen and (max-width:602px){
#program2 tr:nth-child(4),
#program2 tr:nth-child(6)
 {
 display:none;
 }
}
.table__hand_touch{
  display:none;
}
  #program2 td:nth-child(8)
 {
 display:none;
 }
 .table__data div {
    display: inline;
}
 #program2 tr:nth-child(8)
 {
 display:none;
 }
 #program2 td{
  padding:3px;
 }
 .ured {
    color: #f00;
    font-weight: bolder;
}
.uwin {
    text-decoration: underline;
}
/*end program2*/

/*start price*/
.odds-wrapper table th {
    background: #005496;
    color: white;
    font-size: 12px;
    line-height: 30px;
    padding: 5px 3px;
}
.odds-wrapper table td.league {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #464646 0%, #262626 5%, #262626 5%, #262626 5%, #050505 100%) repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    line-height: 20px;
    padding: 5px;
    text-align: left;
}
.odds-wrapper table td {
    padding: 10px 3px;
    text-align: center;
}
.sticky-wrap td, .sticky-wrap th {
    box-sizing: border-box;
}
.odds-wrapper table tr.match:nth-child(2n) {
    background-color: #f8f7f7;
}
.odds-wrapper table td.home.red, .odds-wrapper table td.away.red {
    font-weight: bold;
}
.odds-wrapper table td.red {
    color: red;
}
.odds-wrapper table td.home {
    text-align: right;
}
.odds-wrapper table td.home, .odds-wrapper table td.away {
    padding: 10px 0;
    width: 140px;
}
.odds-wrapper table td.away {
    text-align: left;
}
.closed {
    background-color: #fffece;
}
.closed-handicap {
    background-color: #fffece;
}
.red {
    color: red;
}
.odds-wrapper table td.blue {
    color: blue;
}
#score th:nth-child(1), 
#score th:nth-child(6), 
#score th:nth-child(7), 
#score th:nth-child(8), 
#score th:nth-child(9), 
#score th:nth-child(10) 
{
    text-align: center;
}

#score th:nth-child(3) {
    text-align: right;
}
/*end price*/
.des-3{
  display:none;
}
.news-1{
  display:none;
}
.des-1{
    margin-bottom: 15px;
    margin-top: 10px;
}

.news-3{
    margin-bottom: 15px;
    margin-top: 10px;
}
/*table live channel*/
/*table live channel*/
#channel2 .mainrow-head{
    background:linear-gradient(to bottom, #e12d2c 1%, #dd2d2d 50%, #b00000 51%, #b40001 100%);
    font-size: 14px;
    font-weight: bold;
}

#channel2 .mainrow{
    padding: 3px 0px;
    font-size:14px;
    background:#f4f4f4;
}

#channel2 .mainrow:hover{
    background: #383838;
}

#channel2 .divTable{
    display: table;
    width: 100%;
    color:#ffffff;
    border-bottom:1px solid #B30001;
}
#channel2 .divTableRow {
    display: table-row;
}
#channel2 .divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
#channel2 .divTableCell, .divTableHead {
    /*border: 1px solid #999999;*/
    display: table-cell;
    padding: 3px 2px;
}
#channel2 .divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
#channel2 .divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
#channel2 .divTableBody {
    display: table-row-group;
}

#channel2 .link-icon{
    text-align:left;
    width:6%;
    vertical-align: middle;
}

#channel2 .team1{
    text-align:right;
    width:20%;
    vertical-align: middle;
}

#channel2 .team2{
    text-align:left;
    width:20%;
    vertical-align: middle;
}
#channel2 .date{
    vertical-align: middle;
    width:12%;
    text-align:right;
}
#channel2 .sp_date{
    color:#B20000;
    padding:3px;
}
#channel2 .time {
    text-align:center;
    width:7%;
    vertical-align: middle;
}
#channel2 .title {
    text-align:left;
    color:#DF2D2C;
    width:16%;
    vertical-align: middle;
}

#channel2 .sp_time{
    background:rgba(0,0,0,0) linear-gradient(to bottom,#e12d2c 1%,#dd2d2d 50%,#b00000 51%,#b40001 100%) repeat scroll 0 0;
    color:#ffffff;
    padding:3px;
    border-radius:3px;
}

#channel2 .logo-team img{
    width:25px;
    height:25px;
    display:inline;
    vertical-align: middle;
}

#channel2 .mainrow:nth-child(2n) {
    background-color: #CCCCCC;
}
#channel2 .mainrow:nth-child(2n+1) {
    background-color: #f4f4f4;
}

@media screen and (max-width:602px){
#channel2 .logo-team img
{
width:20px;
height:20px;
}
}
@media screen and (max-width:602px){
#channel2 .sp_time
{
font-size:10px;
}
}

@media screen and (max-width:769px){
#channel2 .sp_time
{
font-size:10px;
}
}

@media screen and (max-width:769px){
#channel2 .logo-team img
{
width:20px;
height:20px;
}
}

@media screen and (max-width:602px){
#channel2 .link-icon
{
width:8%;
}
}


@media screen and (max-width:602px){
#channel2 .mainrow
{
font-size:12px;
}
}

@media screen and (max-width:769px){
#channel2 .date
{
width:24%;
}
}

@media screen and (max-width:769px){
#channel2 .team1
{
width:25%;
}
}

@media screen and (max-width:769px){
#channel2 .team2
{
width:25%;
}
}

@media screen and (max-width:769px){
#channel2 .time
{
width:5%;
}
}

@media screen and (max-width:769px){
#channel2 .link-icon img
{
width:35px !important;
max-width: none;
}
}

@media screen and (max-width:967px){
#channel2 .time
{
width:8%;
}
}

@media screen and (max-width:769px){
#channel2 .fa-clock-o
{
display: none !important;
}
}

@media screen and (max-width:602px){
#channel2 .time
{
width:1%;
font-size:10;
}
}

@media screen and (max-width:602px){
#channel2 .fa-clock-o
{
display: none !important;
}
}

.accordion {
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.4s;
}
.panel img{
     margin: 0 3px;
     display:inline;
     width:50px;
     height:50px;
}
.panel {
    display: none;
    background:#CCCCCC;
    padding:5px 0px;
    border-bottom:1px solid #B30001;
    margin-bottom:0px;
    text-align:center !important;
}

@media screen and (max-width:602px){
.pc-only
{
display: none;
}
}

@media screen and (min-width:602px){
.mobile-only
{
display: none;
}
}
.p_content a{
    pointer-events:none!important;
    cursor:default!important;
}

/*tded style2*/
.main-colum2{
    width:100%;
    float: left;
}
.tded-colum2{
    width:50%;
    float: left;
}

#tded-main2 td{
    padding:4px;
    vertical-align: middle;
}
#tded-main2 table{
    width:98%;
}
#tded-main2 td{
    border:1px solid #ddd;
}
.pic-profile{
    width:140px;
}

td .pic-profile{
        border:none;
}
.tded-line{
    background:green;
    text-align:center;
    color:#ffffff;
    font-size: 16px;
font-weight: bold;
}

.tded-name{
    background: #e52d27;
background: -webkit-linear-gradient(to right, #b31217, #e52d27);
background: linear-gradient(to right, #b31217, #e52d27);
color:#ffffff;
text-align:center;
font-size: 18px;
font-weight: bold;
}
.tded-today{
    background: #f1f1f1;
    height: 55px;

color:darkred;
}
.statistic{
    background: #FFFFCD; 
    font-weight: bold;
}
.tded-win{
    color:green;
}
.tded-lose{
    color:red;
}

@media screen and (max-width:603px){
.tded-colum2
{
width:100% !important;
}
}

/*end tded*/

..flowplayer.is-fullscreen{
    z-index:9999999999 important;
}


/*banner in player*/
.close-ads{
position: absolute;
bottom: 10%;
z-index: 99999;
text-align: right;
right: 5%;
bottom: 17px;
width: 6%;
cursor: pointer;
}

.on-ads{
    position:absolute;
    bottom: 5px;
}
.banner-ads{
    width:80%;
}

.a-banner{ 
z-index: 9999;
position: absolute;
width: 100%;
margin: 0 auto;
left: -3%;
bottom: 8px;
}
.close-button{
    z-index: 99999;
    position: absolute;
    cursor: pointer;
    background:red;
    color:#ffffff;
    font-size:11px;
    margin-bottom:1px;
    padding:0px 2px;
}
.flowplayer .fp-controls{
display:none;
}

#bar_bottom{
    width:100%;
    margin:0px auto 0px auto;
    text-align: center;
}
/*end banner*/

.head-tded {
    background: #b40001;
    text-align: center;
    color: #000;
    padding: 8px;
    clear: both;
}

#price-table td{
    /* border-color:#cccccc; */
    /* border: 1px solid #000; */
}
.league {
    text-align:left;
    color:#fff;
    background:#202020;
    font-size:16px;
}
#price-table{
    background:#ffffff;
    color:#000000;
    font-size: 13px;
    text-align: center;
    
}

#price-table tr:hover{
    background:none;
}
#price-table th{
    background:rgba(0,0,0,0) linear-gradient(to bottom,#e12d2c 1%,#dd2d2d 50%,#b00000 51%,#b40001 100%) repeat scroll 0 0;
    color:#fff;
    text-align: center;
   vertical-align: middle;
   border: 1px solid #000;
}

#price-table td{
    padding:7px 5px;
    vertical-align: middle;
}
.vs-team{
    text-align:left;
}
.tor{
    color:red;
}
.price-score{
    background:#E8E5E5;
    font-weight: normal;
}

.price-math{
    background:#E8E5E5;
    font-weight: normal;
}
.review-team{
    font-weight: normal;
    text-align:left;
}

.confirm-team{
    font-weight: normal;
}

#price-table .vs-team{
    border:none;
}
.line-bottom{
    border-bottom: 1px solid #cccccc !important;
}

/*css form*/
#formballtor{
    padding:15px;
    background: mistyrose;
    border: 2px solid #B40001;
    border-radius: 7px;
    margin: 5px 2px;
}
.registerballtor{
    margin-bottom:7px;
}
#formballtor input{
    width:100%;
    color: #000;
padding: 7px 20px;
border-radius: 5px !important;
border-top: 1px solid #DF2D2D !important;
border-bottom: 2px solid #DF2D2D;
border-right: 2px solid #DF2D2D !important;
border-left: 1px solid #DF2D2D !important;
background:#fff;
}
.head-register{
    text-align: center;
}
.head-register h3{
    margin-top: 5px;
}
.inline-form{
    border: 1px solid darkgoldenrod;
padding: 15px;
border-radius: 5px;
margin-bottom: 8px;
background:linear-gradient(to bottom, #c30912 0, #7c050a 100%);
box-shadow: 2px 2px 2px #aaaaaa;
}

#formballtor .btn-register{
    width:100%;
    background:linear-gradient(to bottom, #c30912 0, #7c050a 100%);
    color:#ffffff;
    font-size: 20px;
    font-family: sukhumvit;
    border:1px solid #DF2D2D;
}
.col-form{
    border-top: 5px solid #B40001;
border-bottom: 5px solid #B40001;
margin: 15px -15px;
background: floralwhite;
}


.col-form ol{
    color:#800000;
    font-size: 17px;
}
/*end css form*/

/*css wordcyp 2018*/
#world2018 h3{
    margin:10px;
    color:#ffffff;
}
.world-vs{
    color:red;
    font-weight:bold ;
    width: 6%;
}
.world-date{
    background:#cd3333 none repeat scroll 0 0;
    text-align:left;
    color:#ffffff;
}
.world-cup{
    width:100%;
}
th.world-time{
    background:rgba(0,0,0,0) linear-gradient(to bottom,#464646 0,#262626 5%,#262626 5%,#262626 5%,#050505 100%) repeat scroll 0 0;
    color:#ffffff;
    text-align:right;
    width: 25%;
}
.world-time,.world-team1{
    text-align:right;
}

.world-team1 img{
    width:15px
}
.world-team2 img{
    width:15px
}
th.world-team1{
    background:rgba(0,0,0,0) linear-gradient(to bottom,#464646 0,#262626 5%,#262626 5%,#262626 5%,#050505 100%) repeat scroll 0 0;
    color:#ffffff;
    text-align:right;
    width: 17%;
}

th.world-team2{
    background:rgba(0,0,0,0) linear-gradient(to bottom,#464646 0,#262626 5%,#262626 5%,#262626 5%,#050505 100%) repeat scroll 0 0;
    color:#ffffff;
    text-align:left;
    width: 17%;
}

th.world-group{
    background:rgba(0,0,0,0) linear-gradient(to bottom,#464646 0,#262626 5%,#262626 5%,#262626 5%,#050505 100%) repeat scroll 0 0;
    color:#ffffff;
}

th.world-vs{
    background:rgba(0,0,0,0) linear-gradient(to bottom,#464646 0,#262626 5%,#262626 5%,#262626 5%,#050505 100%) repeat scroll 0 0;
    color:#ffffff;
}
.world-vs,.world-group{
    text-align:center;
}
/*end css*/

.pt-cv-title a{
    color:#800000;
}

.pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success, .pt-cv-wrapper .open > .dropdown-toggle.btn-success {
    color: #fff;
    background:linear-gradient(to bottom,#e12d2c 1%,#dd2d2d 50%,#b00000 51%,#b40001 100%);
    border-color: red;

}


.pt-cv-wrapper .pagination > .active > a, .pt-cv-wrapper .pagination > .active > a:focus, .pt-cv-wrapper .pagination > .active > a:hover, .pt-cv-wrapper .pagination > .active > span, .pt-cv-wrapper .pagination > .active > span:focus, .pt-cv-wrapper .pagination > .active > span:hover {

    z-index: 2;
    color: #fff;
    background:linear-gradient(to bottom,#e12d2c 1%,#dd2d2d 50%,#b00000 51%,#b40001 100%);
    border-color: #337ab7;
    cursor: default;

}


.pt-cv-wrapper .pagination > li > a, .pt-cv-wrapper .pagination > li > span {
    color: #000;
}
