body {
	font-family: Arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
	font-size: 11px;
	color: #333;
	/* overflow-y: hidden; */
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 11px;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size: 11px;
}
:-ms-input-placeholder { /* IE 10+ */
	font-size: 11px;
}
:-moz-placeholder { /* Firefox 18- */
	font-size: 11px;
}
.pointer {
	cursor: pointer;
}
.overflow-inherit {
	overflow: inherit !important;
}
.overflow-x-scroll {
	overflow-x: auto;
}
.overflow-x-scroll.inherit {
	overflow-x: inherit;
}
.overflow-y-scroll {
	overflow-y: scroll !important;
}
.overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;		
}
.overflow-unset {
	overflow: unset;
	white-space: nowrap;
	text-overflow: ellipsis;		
}
.overflow-x-scroll-bet-list {
	overflow-x: auto;
}

/* login  */
.bg-sport {
	/* background: url(../images/bg-sport.jpg)top center no-repeat; */
	margin: 0 auto;
	height: 969px;
	background-color:#9e9e9e;

}
.login-wrap {
	background: rgba(255,255,255,.8);
	margin-top: 15%;
	padding-top: 3rem;
	min-width: 430px;
}
.logo {
	text-align: center;
}
.logo img {
	width: 200px;
}
.text-login {
	text-transform: uppercase;
	font-size: 1.5rem;
	text-align: center;
	margin-top: 1.5rem;
}
.text-session {
	text-transform: inherit;
	font-size: 1.5rem;
	text-align: center;
	margin-top: 1.5rem;
}
.icon-session {
	font-size: 50px;
	text-align: center;
}
.login .input-group-text {
    background-color: #007bff;
    border-color: #007bff;
	color: #fff;
}
.btn-login {
	letter-spacing: 1px;
	font-size: 1rem !important;
}

/* sidebar */
#sidebar {
	width: 300px;
	-webkit-box-shadow: 0 0 14px 3px #cbcbcb;
    box-shadow: 0 0 14px 3px #cbcbcb;
	height: 100%;
	display: none;
	position: fixed;
	left: -300px;
	top: 0;
    z-index: 9999;
    background: #fff;
}
#sidebar.active {
	left: 0;
	display: block;
}
#sidebar ul.nav > li.nav-item a.nav-link.active, #sidebar ul.nav > li.nav-item a.nav-link.collapsed:hover {
	background: rgba(0,0,0,.2);
	color: #007bff;
}
#sidebar ul > li > a.nav-link {
	text-transform: capitalize;
	color: #333;
	padding: .25rem 1rem;
}
#sidebar ul > li > a.nav-link[aria-expanded="true"] {
	background: rgba(0,0,0,.2);
}
#sidebar ul > li > a.nav-link.active {
	color: #007bff;
}
#sidebar ul > li > a.nav-link:after {
	font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    content: "\f106";
    float: right; 
}
#sidebar ul > li > a.nav-link.collapsed:after {
    content: "\f107"; 
}
#sidebar ul > li > a.nav-link .icon {
	width: 32px;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
}
#sidebar ul > li > a.nav-link .title {
	display: inline-block;
}

#sidebar ul.subnav {
	padding-left: 32px;
	background: rgba(0,0,0,.1);
}
#sidebar ul.subnav > li.nav-item a.nav-link.active, #sidebar ul.subnav > li.nav-item:hover {
	background: transparent;
}
#sidebar ul.subnav > li.nav-item a.nav-link:hover {
	color: #007bff;
}
#sidebar ul.subnav > li > a.nav-link:after {
    content: "";
}
#sidebar ul.subnav > li > a.nav-link.collapsed:after {
    content: "";
}

/* content */
.content {

}
.content.active {
	padding-left: 300px;
}
header {
	-webkit-box-shadow: 0 0 14px 3px #cbcbcb;
    box-shadow: 0 0 14px 3px #cbcbcb;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
    margin: 0 auto;
	z-index: 100;
}
.header-wrap {
	
}
.main-title {
	text-transform: capitalize;
	line-height: 31px;
	color: #007bff;
}
.red {
	color: red !important;
}
.blue {
	color: #007bff;
}
.green {
	color: #82c91e !important;
}
.blue {
	color: #007bff;
}
.orange {
	color: orange !important;
}
.brown {
	color: brown !important;
}
.dark-green {
	color: #1F880D !important;
}
.darken-green {
	color: green !important;
}
.dark-purple {
	color: #cc33cc !important;
}
.light-blue {
	color: #00ffff !important;
}
.olive {
	color: #808000 !important;
}
.light-purple {
	color: #c290d7 !important;
}
.purple {
	color: purple !important;
}
.icon-dark {
	color: #212529;
}
.icon-white{
	color: #ffffff;
}
.main {
    margin: 0 auto;
	padding: 8px;
	z-index: 99;
}
.text-welcome {
	text-align: center;
	padding: 20px;
	font-size: 32px;
}
.color-code {
    height: 12px;
    width: 41px;
	margin-top: 2px;
	-webkit-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px;
}
.color-code.code01 {
	border: 1px solid rgb(0, 68, 255);
    background-color: rgb(0, 68, 255);
}
.color-code.code02 {
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
}
.checkbox-wrap {
	padding: 0 0 0 1rem;
}
.arrow-wrap {
	padding-left: 1rem;
	width: 85px;
}
.arrow-wrap.hidden {
	visibility: hidden;
}
.arrow-wrap01 {

}
.arrow-wrap02 {
	padding-left: .5rem;
}
.row-league {
	padding-left: 1rem;
	padding-top: .25rem;
}
.league-weight {
	padding-top: .25rem;
}
.row-league .arrow {
	padding-right: 1rem;
}
.row-league .fa-chevron-down {
	transition: .3s transform ease-in-out;
}
.row-league .collapsed .fa-chevron-down {
	transform: rotate(-90deg);
}
.row-league .name {

}
.row-league a:hover {
	text-decoration: none;
	color: inherit;
}

/* button */
.btn {
	font-size: 11px;
 	padding: 0 8px;
	line-height: 26px;
}
.button-collapse {
	font-size: 15px;
	padding: 3px 16px 0;
	border: none;
	line-height: 26px;
}
.button-collapse a {
	color: #007bff;
}
.button-collapse a:hover {
	color: #007bff;
}
.btn-username {
	padding: 0;
	margin-top: 3px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	font-size: 11px;
}
.btn-main {
	border: 1px solid #007bff;
	font-size: 11px;
 	padding: 0 8px 0 0;
	line-height: 25px;
	cursor: pointer;
	background: #007bff;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-main:hover {
	color: #fff;
}
.btn-arrow {
	line-height: inherit;
	padding-top: 0;
	padding-bottom: 0;
}
.btn-radio input[type="radio"] {
	position: relative;
	top: 3px;
}
.btn-radio {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-checkbox input[type="checkbox"] {
	position: relative;
	top: 3px;
}
.dropdown.short .btn-checkbox input[type="checkbox"] {
	position: relative;
	top: 0;
}
.btn-mini {
	padding: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	background-color:#EFEFEF;
	border-color:#000000
}
.btn-mini:hover {
	color: #ffffff !important;
}
.btn-task {
	background: transparent;
	border: 1px solid #ccc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;		
}
.btn-adjustable {
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	padding: 0;
	width: 26px;
}
.btn-custom {
	line-height: 20px; 
	margin-top: -2px;
}
.btn-tiny {
	height: 23px; 
	line-height: 21px; 
}

/* dropdown */
.dropdown.username {
	
}
.dropdown.username .dropdown-menu {
	position: absolute !important;
    transform: none !important;
    top: inherit !important;
	right: 16px !important;
	left: inherit !important;
	padding: 0;
	text-align: right;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.dropdown.username .dropdown-menu .dropdown-item {
	padding: 0 8px;
	line-height: 20px;
	font-size: 11px
}
.dropdown.username .dropdown-menu .dropdown-item.active, .dropdown.username .dropdown-menu .dropdown-item:active {
	background: #007bff;
}
.dropdown.common .btn, .dropdown.second .btn {
	background: transparent;
	border: 1px solid #ccc;
}
.dropdown.common .dropdown-menu {
	position: absolute !important;
    transform: none !important;
    top: inherit !important;
	/* left: 16px !important; */
	left: inherit !important;
	padding: 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.dropdown.short.right .dropdown-menu {
	right: 0;
}
.dropdown.common .dropdown-menu .dropdown-item {
	padding: 3px 12px;
	line-height: 20px;
	font-size: 11px
}
.dropdown.short .dropdown-menu .dropdown-item {
	padding: 1px 12px;
	line-height: 14px;
	font-size: 11px
}
.dropdown.common .dropdown-menu .dropdown-item.active, .dropdown.common .dropdown-menu .dropdown-item:active {
	background: #007bff;
}

/* table  */
.table-main {
	overflow: auto;
}
.max-height01 {
	height: calc(100vh - 75px);
}
.max-height02 {
	/* height: calc(100vh - 120px); */ /* will cause extra scroll bar */
	height: calc(100vh - 130px);
}
.max-height03 {
	height: calc(100vh - 597px);
}
.max-height04 {
	height: calc(100vh - 105px);
}
.max-height05 {
	height: calc(100vh - 628px);
}
.max-height06 {
	height: calc(100vh - 183px);
}
.max-height06.active {
	height: calc(100vh - 130px);
}
.max-height07 {
	height: calc(100vh - 185px);
}
.max-height08 {
	height: calc(100vh - 270px);
}
.max-height08.active {
	height: calc(100vh - 150px);
}
.max-height09 {
	/* height: calc(100vh - 632px); */
	height: calc(100vh - 74vh);
}
.max-height10 {
	height: calc(100vh - 62vh);
}
.max-height11 {
	height: calc(100vh - 59vh);
}
.max-height12 {
	height: calc(100vh - 90vh);
}
.max-height13 {
	height: calc(100vh - 57vh);
}
.max-height14{
	height: calc(100vh - 35vh);
}
.max-height15 {
	height: calc(100vh - 183px);
}
.max-height15.active {
	height: calc(100vh - 135px);
}
.max-height16 {
	height: calc(100vh - 203px);
}
.max-height17 {
	height: calc(100vh - 150px);
}
.max-height18 {
	height: calc(100vh - 200px);
}
.max-height18.active {
	height: calc(100vh - 135px);
}
.max-height19 {
	max-height: calc(100vh - 645px);
}
.max-height20 {
	height: calc(100vh - 218px);
}
.set-max-height08 {
	max-height: calc(100vh - 270px);
}
.table-main .table {
	/* table-layout: fixed; */
	margin-top: -1px;
}
.table-main .table thead tr th {
	text-transform: uppercase;
	font-size: 11px;
	position: sticky !important;
	top: -1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
	z-index: 99;
}
th:after,
th:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
}
.table-main .table tbody tr td {
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
#table-standing-result .table tbody tr td {
	white-space: inherit;
}
.table-borde#007bff thead th, .table-borde#007bff thead td {
	border-bottom-width: 1px;
}
.table.table-mini th, .table.table-mini td {
	vertical-align: middle;
}
#tab-league-content .table-main .table th, #tab-league-content .table-main .table td {
	padding: 0;
	font-size: 11px;
}
.table-main .table-task thead tr th, .table-main .table-task tbody tr td {
	font-size: 11px;
	vertical-align: middle;
	padding: 0 3px;
}
#submatch .table-main .table th, #submatch .table-main .table td {
	padding: 0;
	font-size: 11px;
}
.table-forecast .table thead tr th {
	text-transform: uppercase;
}
.table-forecast .table thead tr th, .table-forecast .table tbody tr td {
	padding: 0 .3rem;
	font-size: 11px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.table-betlist .table thead tr th {
	text-transform: uppercase;
	font-size: 11px;
}
.table-betlist .table thead tr th, .table-betlist .table tbody tr td {
	padding: 0 0.3rem;
	font-size: 11px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.table-nested thead tr th {
	font-weight: normal !important;
}
.table-nested thead tr th, .table-nested tbody tr td {
	padding: 0 .4rem !important;
}
.table-short thead tr th, .table-short tbody tr td {
	padding: .1rem .3rem;
}
.t_sortable tr {
	/* cursor: move; */
	cursor: default /* desmond */
}
.table-sm th, .table-sm td {
	padding: .1rem .3rem;
	vertical-align: middle !important;
}
.table .bg-12 th {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
	text-transform: capitalize !important;
}

.table-task th, .table-task td {
	border: 1px solid #ced2d6 !important;
}
.table-task .thead-light th {
	background-color: #FCE5CD;
}
.table-task tr {
	height: 23px;
}

.table-bet-match {
	position: absolute;
	z-index:999;
	max-width: 800px;
	width: 800px;
	max-height: 800px;
	overflow-y: scroll;
}

/* input */
.input-group-text {
	font-size: 11px !important;
}
.form-control {
	font-size: 11px !important;
}
.custom-select {
	font-size: 11px !important;
}
.custom-select.small {
	height: 18px;
	padding: 0 .5rem;
	font-size: 11px !important;
}
#tab-league-content .form-control-sm {
	padding: .1rem .5rem;
	height: 24px;
}
#submatch .form-control-sm {
	padding: .1rem .5rem;
	height: 24px;
}
#tab-league .nav-item a.nav-link, #tab-betlist .nav-item a.nav-link, #tab-bettype .nav-item a.nav-link {
    color: grey;
}
#tab-league .nav-item a.nav-link, #tab-betlist .nav-item a.nav-link {
	padding: .2rem 1rem;
    font-weight: 700;
}
#tab-bettype .nav-item a.nav-link {
	font-weight: 700;
}
#tab-league .nav-item a.nav-link.active, #tab-league .nav-item a.nav-link:hover, #tab-betlist .nav-item a.nav-link.active, #tab-betlist .nav-item a.nav-link:hover,
#tab-bettype .nav-item a.nav-link.active, #tab-bettype .nav-item a.nav-link:hover {
    color: #007bff;
}
input[type=checkbox] {
	cursor: pointer;
}
.min-width01 {
	min-width: 120px;
}
.min-width02 {
	min-width: 80px;
}
.min-width03 {
	min-width: 45px;
}
.checkbox-task {
	position: relative;
	top: 3px;
}
.form-control.height01 {
	height: 18px !important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
#choose-file.custom-file-label, #choose-file.custom-file-label::after {
	height: 28px;
	line-height: 28px;
	padding-top: 0;
	padding-bottom: 0;
}
.custom-file-input:focus ~ .custom-file-label {
	box-shadow: none;
	border-color: #ced4da;
}
.custom-file-label::after {
	background: #6c757d;
	color: #fff;
}
.toggle-wrap .btn {
	border: 1px solid #007bff;
	display: inline-block;
	position: relative;
	text-align: center;
	transition: background 600ms ease, color 600ms ease;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.toggle-wrap input[type="radio"].toggle {
	display: none;
}
.toggle-wrap input[type="radio"].toggle + label {
	cursor: pointer;
	min-width: 60px;
	margin-bottom: 0;
}
.toggle-wrap input[type="radio"].toggle + label:hover {
	background: none;
	color: #007bff;
}
.toggle-wrap input[type="radio"].toggle + label:after {
	background: #007bff;
	content: "";
	height: 100%;
	position: absolute;
	top: -1px;
	transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
	width: 100%;
	z-index: -1;
	height: 27px;
}
.toggle-wrap input[type="radio"].toggle.toggle-left + label {
	border-right: 0;
}
.toggle-wrap input[type="radio"].toggle.toggle-left + label:after {
	left: 100%;
}
.toggle-wrap input[type="radio"].toggle.toggle-right + label {
	margin-left: -5px;
}
.toggle-wrap input[type="radio"].toggle.toggle-right + label:after {
	left: -100%;
}
.toggle-wrap input[type="radio"].toggle:checked + label {
	cursor: default;
	color: #fff;
	transition: color 200ms;
}
.toggle-wrap input[type="radio"].toggle:checked + label:after {
	left: 0;
}

/* search */
.autocomplete {
	position: relative;
	display: inline-block;
	/* z-index: 98; */
}
.autocomplete input[type=submit] {
	color: #fff;
	cursor: pointer;
}
.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 100;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 112px;
    overflow-y: scroll;
}
.autocomplete-items div {
	padding: 0.25rem 0.5rem;
	cursor: pointer;
	/* background-color: #fff;  */
	background-color: #f5f0f0; 
	border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
	background-color: #e9e9e9; 
}
.autocomplete-active {
	background: #007bff !important; 
	color: #ffffff; 
}
.max-height-180 {
	max-height: 180px;
}
.max-height-250 {
	max-height: 250px;
}
.max-height-263 {
	max-height: 263px;
}
.ui-menu-item{
	padding-left: 3px;
}

/* pagination  */
.pagination .page-item a.page-link {
	color: #333;
}
.pagination .page-item.active .page-link {
	background: #007bff;
	border-color: #007bff;
	color: #fff;
}
.fraction-wrap {
	border: 1px solid #dee2e6;
	border-left: none;
	border-right: none;
	padding: 2px 8px;
	height: 31px;
}
.fraction {
	margin-top: 2px;
}
.fraction .form-control {
	height: 21px;
	width: 60px;
	padding: 0 .5rem;
	text-align: center;
	background: #007bff;
	background: #47bcf5;
	border: 1px solid #47bcf5;
	color: #000;
}
.fraction .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.fraction .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.fraction .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.fraction .form-control:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

/* modal  */
.modal-xxxl{
	max-width: 1150px !important;
	min-width: 1150px !important;
}
.modal-xxl{
	max-width: 1100px !important;
	min-width: 1100px !important;
}
.modal-xl {
	max-width: 1000px !important;
	min-width: 1000px !important;
}
.modal-long {
	min-height: 80vh;
	max-height: 80vh;
}
.modal-header {
	padding: .5rem 1rem;
}
.modal-header h5 {
	font-size: 11px;
	color: #007bff;
	font-weight: 700;
}
.team-name {
	color: #007bff;
	font-weight: 700;
}

/* split view */
.hj-wrap {
	position: relative;
	width: 100%;
	height: calc(100vh - 120px);
	clear: both;
	overflow: hidden;
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */	
}
.hj-transverse-split-div {
	position: relative;
	float: left;
	height: 100%;
	padding: 0px;
	background: gray;
	overflow: hidden;
}
.hj-wrap .hj-transverse-split-label {
	position: absolute;
	right: 0;
	top: 0;
	float: left;
	width: 2px;
	height: 100%;
	display: block;
	cursor: ew-resize;
	background-color: #fff;
	z-index: 9;
}
.hj-vertical-split-div {
	position: relative;
	border: 0px solid #007bff;
	width: 99.9%;
	margin: 0 auto;
	overflow: hidden;
	overflow-y: scroll;
}
.hj-vertical-split-label {
	position: fixed;
	bottom: 45%;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
	cursor: ns-resize;
	background-color: #007bff;
	z-index: 9998;
}
.bg-01 {
	background: #c7edfc;
}
.bg-02 {
	background: #7f4dff;
	color: #fff;
}
.bg-03 {
	background: #dfdfdf;
}
.bg-04 {
	background: #32cd32;
	color: #fff;
}
.bg-05 {
	background: #feed1f;
}
.bg-06 {
	background: #fc6e64;
}
.bg-07 {
	background: #668fff;
}
.bg-07 {
	background: #f5a623;
}
.bg-08 {
	background: #fc5661;
}
.bg-09 {
	background: #e0c7a2;
}
.bg-10 {
	background: #668fff;
}
.bg-11 {
	background: #02d68d;
}
.bg-12 {
	background: #6c757d;
}
.bg-13 {
	background: #efe9e9;
}
.bg-14 {
	background: #ffa49e;
}
.bg-blue {
	background-color: #bdedff;
}
.bg-blue-important {
	background-color: #bdedff !important;
}
.bg-light-brown {
	background-color: #f9f4df;
}
.bg-light-brown-important {
	background-color: #f9f4df !important;
}
.bg-light-pink {
	background-color: #f7bebb
}

/* colorpicker */
.colorpicker-saturation {
	width: 100px;
	height: 100px;
	background-image: url("../images/saturation.png");
	cursor: crosshair;
	float: left;
}
.colorpicker-saturation i {
	display: block;
	height: 5px;
	width: 5px;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
	display: block;
	height: 5px;
	width: 5px;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.colorpicker-hue, .colorpicker-alpha {
	width: 15px;
	height: 100px;
	float: left;
	cursor: row-resize;
	margin-left: 4px;
	margin-bottom: 4px;
}
.colorpicker-hue i, .colorpicker-alpha i {
	display: block;
	height: 1px;
	background: #000;
	border-top: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: -1px;
}
.colorpicker-hue {
	background-image: url("../images/hue.png");
}
.colorpicker-alpha {
	background-image: url("../images/alpha.png");
	display: none;
}
.colorpicker-saturation, .colorpicker-hue, .colorpicker-alpha {
	background-size: contain;
}
.colorpicker {
	padding: 4px;
	min-width: 130px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 2500;
}
.colorpicker:before, .colorpicker:after {
	display: table;
	content: "";
	line-height: 0;
}
.colorpicker:after {
	clear: both;
}
.colorpicker:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 6px;
}
.colorpicker:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 7px;
}
.colorpicker div {
	position: relative;
}
.colorpicker.colorpicker-with-alpha {
	min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
	display: block;
}
.colorpicker-color {
	height: 10px;
	margin-top: 5px;
	clear: both;
	background-image: url("../images/alpha.png");
	background-position: 0 100%;
}
.colorpicker-color div {
	height: 10px;
}
.colorpicker-selectors {
	display: none;
	height: 10px;
	margin-top: 5px;
	clear: both;
}
.colorpicker-selectors i {
	cursor: pointer;
	float: left;
	height: 10px;
	width: 10px;
}
.colorpicker-selectors i + i {
	margin-left: 3px;
}
.colorpicker-element .input-group-addon i, .colorpicker-element .add-on i {
	display: inline-block;
	cursor: pointer;
	height: 14px;
	vertical-align: text-top;
	width: 16px;
}
.colorpicker.colorpicker-inline {
	position: relative;
	display: inline-block;
	float: none;
	z-index: auto;
}
.colorpicker.colorpicker-horizontal {
	width: 110px;
	min-width: 110px;
	height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
	margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
	width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue, .colorpicker.colorpicker-horizontal .colorpicker-alpha {
	width: 100px;
	height: 15px;
	float: left;
	cursor: col-resize;
	margin-left: 0px;
	margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i, .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
	display: block;
	height: 15px;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	border: none;
	margin-top: 0px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
	background-image: url("../images/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
	background-image: url("../images/alpha-horizontal.png");
}
.colorpicker.colorpicker-hidden {
	display: none;
}
.colorpicker.colorpicker-visible {
	display: block;
}
.colorpicker-inline.colorpicker-visible {
	display: inline-block;
}
.colorpicker-right:before {
	left: auto;
	right: 6px;
}
.colorpicker-right:after {
	left: auto;
	right: 7px;
}
.colorpicker-no-arrow:before {
	border-right: 0;
	border-left: 0;
}
.colorpicker-no-arrow:after {
	border-right: 0;
	border-left: 0;
}
.colorpicker-alpha {
	display:none !important;
}

.colorpicker {
	min-width:128px !important;
}

.color-part {
	
}
#color-change {
	width: 16px;
	height: 16px;
	margin: 0 auto;
}
.color01 {
	background: #000000;
}
.color02 {
	background: #FFFFFF;
}
.color03 {
	background: #FF0000;
}
.color04 {
	background: #FFFF00;
}
.color05 {
	background: #008000;
}
.color06 {
	background: #0000FF;
}
.color07 {
	background: #800080;
}
.color08 {
	background: #FFA500;
}
.color09 {
	background: #008080;
}
.color10 {
	background: #808000;
}
.color-part select option[value="1"] {
	background: #000000;  
	color: #fff;
}
.color-part select option[value="2"] {
	background: #FFFFFF;   
}
.color-part select option[value="3"] {
	background: #FF0000;  
}
.color-part select option[value="4"] {
	background: #FFFF00;  
}
.color-part select option[value="5"] {
	background: #008000;  
	color: #fff;
}
.color-part select option[value="6"] {
	background: #0000FF;  
	color: #fff;
}
.color-part select option[value="7"] {
	background: #800080;  
	color: #fff;
}
.color-part select option[value="8"] {
	background: #FFA500;  
}
.color-part select option[value="9"] {
	background: #008080;  
	color: #fff;
}
.color-part select option[value="10"] {
	background: #808000;  
	color: #fff;
}

/* border */
.border-bottom-dashed {
	border-bottom: 1px dashed #007bff;
}
.border-left-dashed {
	border-left: 1px dashed #007bff;
}
.border-right-dashed {
	border-right: 1px dashed #007bff;
}

.head-adjustable {
	padding: .5rem;
	background: #e9ecef;
	display: block;
}
.head-adjustable.active {
	display: none;
}
.arrow-adjustable-up {
	width: 26px;
	text-align: center;
	margin: 0 auto;
	margin-top: -1rem;
	display: block;
	position: relative;
}
.arrow-adjustable-up.active {
	margin-top: 0;
	display: none;
}
.arrow-adjustable-down {
	width: 26px;
	text-align: center;
	margin: 0 auto;
	margin-top: -1rem;
	position: relative;
	display: none;
}
.arrow-adjustable-down.active {
	margin-top: 0;
	display: block;
}
.head-adjustable-normal {
	padding: .5rem;
	background: #e9ecef;
	display: block;
}

/* swtich toggle */
.switchToggle input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}
.switchToggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 75px;
	max-width: 75px;
	height: 19px;
	background: #b6b6b6;
	display: block;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
	position: relative;
	margin: 0 auto;
	/* z-index: -1; */
}
.switchToggle label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 15px;
	height: 15px;
	background: #fff;
	-webkit-border-radius: 90px 90px 90px 90px;
	border-radius: 90px 90px 90px 90px;
	transition: 0.3s;
}
.switchToggle input:checked + label, .switchToggle input:checked + input + label {
	background: #f5a623;
}
.switchToggle input + label:before, .switchToggle input + input + label:before {
	content: 'INACTIVE';
	position: absolute;
	top: 2px;
	left: 20px;
	width: 36px;
	/* height: 26px; */
	-webkit-border-radius: 90px 90px 90px 90px;
	border-radius: 90px 90px 90px 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
	font-size: 11px;
}
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
	content: 'ACTIVE';
	position: absolute;
	top: 2px;
	left: 10px;
	width: 36px;
	height: 26px;
	-webkit-border-radius: 90px 90px 90px 90px;
	border-radius: 90px 90px 90px 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
	font-size: 11px;
}
.switchToggle2 input + label:before, .switchToggle2 input + input + label:before {
	content: 'DISABLE';
}
.switchToggle2 input:checked + label:before, .switchToggle2 input:checked + input + label:before {
	content: 'ENABLE';
}
.switchToggle3 input + label:before, .switchToggle3 input + input + label:before {
	content: 'MANUAL';
}
.switchToggle3 input:checked + label:before, .switchToggle3 input:checked + input + label:before {
	content: 'AUTO';
}
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}
.switchToggle label:active:after {
	/* width: 60px; */
}
.switchPage label {
	width: 50px;
	z-index: inherit;
}
.switchPage input + label:before, .switchPage input + input + label:before {
	content: 'OFF';
}
.switchPage input:checked + label:before, .switchPage input:checked + input + label:before {
	content: 'ON';
}

/* overlay */
.overlay.active {
	width: 100%;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    left: 300px;
    right: 0;
    position: fixed;
    background-color: rgba(0,0,0,.3);
}

/* datepicker */
.bootstrap-datetimepicker-widget {
	font-size: 12px;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
	padding: 1px !important;
}
.bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget table td {
	border: 0px !important;
}
.bootstrap-datetimepicker-widget a {
	padding: 0px !important;
}

/* sweet alert */
.swal2-popup {
	width: 300px !important;
}
.swal2-title {
	font-size: 20px !important;
}
.swal2-content {
	font-size: 14px !important;
}
.swal2-styled.swal2-confirm {
	font-size: 14px !important;
}
.swal2-styled {
	padding: .3rem 1rem !important;
}
.swal2-actions {
	margin: 1rem auto 0 !important;
}
.swal2-icon {
	margin: 0 auto .7rem !important;
}
.oddChangeBgColor {
	background-color: #FEED1F;
}

/* autocomplete jquery class */
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
	padding: 0;
	list-style-type: none !important;
	background: rgb(255, 255, 255);
	border: 1px solid black;
	width: 60px;
	max-height: 300px;
	overflow-y: scroll;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front > li.ui-menu-item:hover {
	background-color: #c7c7c7 !important;
}

.ui-helper-hidden-accessible { display:none; }
#data-container {
	display: block; 
	position:relative
} 
.ui-autocomplete {
	/*position: absolute;*/
}
.special_page {
	z-index: 999
}

.custom-height{
	max-height: 150px !important;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active{
/* your rules */
	background-color: #c7c7c7 !important;
}

#pointer-league, #pointer-odds, #league-selection, #odds-selection {
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}
#league-selection.collapse .max-height10, #odds-selection.collapse .max-height10 {
	display: none;	
}
#league-selection.expand .max-height10, #odds-selection.expand .max-height10 {
	height: calc(100vh - 23vh);
}
#pointer-league:after, #pointer-odds:after {
	font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    content: "\f106";
    float: right; 
}
#pointer-league.down:after, #pointer-odds.down:after {
    content: "\f107";
}
.rotate.down {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 1366px) {
	.btn-main, .btn-task, .btn-radio {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;		
	}
	.over-width {
		overflow-x: scroll;
		white-space: nowrap;
		text-overflow: ellipsis;		
	}
}
@media (max-width: 1280px) {
	.w-full {
		width: 1200px;
	}
	.overflow-x-scroll {
		overflow-x: auto;
	}
}

.stock-bg {
	background-color:#FEFE7D;
}
.odds2 {
	background-color: #D9D9D9;
	font-weight: 700;
}
.stock-bg {
	background-color:#FEFE7D
}
.modal-open {		
	overflow:hidden;		
	padding-right:0 !important;		
}		
.table-multi-selection th, .table-multi-selection td {		
	padding: 0px 10px		
}
.league-info {
	resize: none;
	height: 60px;
}
.color-purple {
	color: #bf8ab1;
}
.selectedRow {
	/* background-color: #c7c7c7 !important; */
	background-color: #dedede !important;
}
.w-53 {
	width: 53% !important;
}
.autocomplete-suggestions {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f0f0;
	cursor: pointer;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}
.appendLeagueMargin {
	margin-left: -25.6px;
}
.appendTeamMargin {
	margin-left: -25.3px;
}
.appendZIndex {
	z-index:9;
}
.line-height-20 {
	line-height: 20px;
}
.live-league-weight-input {
	height:21px;
	width:118px;
}
.link-odds-checkbox {
	width: 16px;
	height: 16px;
}
.dropdown-score-title {
	font-size:12px;
	padding:12px;
}
.input-pin-width {
	width: 160px;
}
.input-pin-lottery-width {
	width: 125px;
}
.league_weight {
	width: 93px;
	height: 16px;
}
div.disabled
{
  pointer-events: none;

  /* for "disabled" effect */
  opacity: 0.5;
  background: #CCC;
}
.cursor-default {
	cursor: default !important;
}
.disabled{
	pointer-events: none;
}

/* User VIP Color */
.vipColor-1 {
	color: #ef0000 !important
}
.vipColor-2 {
	color: #9900ff !important
}
.vipColor-3 {
	color: #ef0000 !important
}
.vipColor-4 {
	color: #ff9a00 !important
}
.vipColor-5 {
	color: #ef0000 !important
}
.vipColor-6 {
	color: #ef0000 !important
}
.vipColor-7 {
	color: #005e6f !important
}
.vipColor-8 {
	color: #a542c0 !important
}
.vipColor-9 {
	color: #a542c0 !important
}
.vipColor-10 {
	color: #005e6f !important
}

/* .vipColor-11 {
	color: #be8a8b !important
}
.vipColor-12 {
	color: #62d9cf !important
} */
.vipColor-13 {
	color: #005e6f !important
}
.vipColor-14 {
	color: #ef0000 !important
}
.vipColor-15 {
	color: #005e6f !important
}
.vipColor-16 {
	color: #005e6f !important
}
.vipColor-41 {
	color: #ff00ff !important
}
.vipColor-42 {
	color: #ff00ff !important
}
.vipColor-43 {
	color: #ff9a00 !important
}
.vipColor-44 {
	color: #0000ff !important
}
.vipColor-45 {
	color: #69c4bd !important
}
.vipColor-46 {
	color: #00a41d !important
}
.vipColor-47 {
	color: #4b96d4 !important
}
.vipColor-48 {
	color: #d5725f !important
}
.vipColor-49 {
	color: #8ed7b6 !important
}
.vipColor-50 {
	color: #b49d9d !important
}

.vipColor-22 {
	color: #4dc709 !important
}
.vipColor-51 {
	color: #4dc709 !important
}
.vipColor-55 {
	color: #4dc709 !important
}
.vipColor-56 {
	color: #4dc709 !important
}
.vipColor-57 {
	color: #005e6f !important
}
.vipColor-60 {
	color: #005e6f !important
}

.vipColor-63 {
	color: #005e6f !important
}
.vipColor-65 {
	color: #005e6f !important
}
.vipColor-66 {
	color: #005e6f !important
}

.vipColor-12 {
	color: #005e6f !important
}
.vipColor-17 {
	color: #005e6f !important
}
.vipColor-18 {
	color: #005e6f !important
}
.vipColor-62 {
	color: #005e6f !important
}
.vipColor-67 {
	color: #005e6f !important
}
.vipColor-68 {
	color: #005e6f !important
}

.vipColor-71 {
	color: #ff00ff !important
}
.vipColor-72 {
	color: #ff00ff !important
}
.vipColor-73 {
	color: #ff9a00 !important
}
.vipColor-74 {
	color: #0000ff !important
}
.vipColor-75 {
	color: #69c4bd !important
}
.vipColor-76 {
	color: #00a41d !important
}
.vipColor-77 {
	color: #4b96d4 !important
}
.vipColor-78 {
	color: #d5725f !important
}
.vipColor-79 {
	color: #8ed7b6 !important
}
.vipColor-80 {
	color: #b49d9d !important
}



.countdown-width {
	width: 38px !important;
}
.wd-hover-list {
    font-size: 1rem;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	position: fixed;
    margin-left: 158px;
	margin-top: -26px;
	display: none;
}
.wd-button:hover, .wd-button:focus {
	color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa !important;
}
.match-bracket-parent {
	display: flex;
	flex-wrap: wrap;
}

.match-bracket-child {
	margin: 3px;
}

.match-bracket-container {
	background-color: #e9ecef;
	display:inline-block;
	vertical-align:top;
	width:242px;
}

.match-bracket-index {
	display:inline-block;
	vertical-align:top;
	width:18px;
}

.match-bracket-table {
	background-color: #e9ecef;
}

/* 20200413 */
.table-wrapper {
	overflow-x: auto;
	position: relative;
}
.table-wrapper table {
	width: auto;
	table-layout: fixed;
}
.table-wrapper .tablesorter th, .table-wrapper .tablesorter td {
	min-width: 10px;
}
.table-wrapper .tablesorter-header-inner {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width:  10px;
}
.tablesorter-resizable-handle {
	z-index: 100 !important;
}
.table-wrapper .table thead tr th {	
	position: inherit !important;	
}


.tablesorter .header,
.tablesorter .tablesorter-header {
	background: url(../images/arrow-up-down.gif)no-repeat;
	background-repeat: no-repeat;
	background-position: center right;
	/* padding: 4px 18px 4px 4px; */
	padding: 0px 18px 0px 4px;
	white-space: normal;
	cursor: pointer;
}
.tablesorter .headerSortUp,
.tablesorter .tablesorter-headerSortUp,
.tablesorter .tablesorter-headerAsc {
	background-color: #9fbfdf;
	background: url(../images/arrow-up.gif)center right no-repeat;
}
.tablesorter .headerSortDown,
.tablesorter .tablesorter-headerSortDown,
.tablesorter .tablesorter-headerDesc {
	background-color: #8cb3d9;
	background: url(../images/arrow-down.gif)center right no-repeat;
}
.dragtable-sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	-moz-user-select: none;
	z-index: 10;
}
.dragtable-sortable li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 1em;
}
.dragtable-sortable table {
	margin-top: 0;
}
.dragtable-sortable th, .dragtable-sortable td {
	border-left: 0px;
}
.dragtable-sortable li:first-child th, .dragtable-sortable li:first-child td {
	border-left: 1px solid #CCC;
}
.ui-sortable-helper {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.ui-sortable-placeholder {
	-moz-box-shadow: 4px 5px 4px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 4px 5px 4px rgba(0,0,0,0.2) inset;
	box-shadow: 4px 5px 4px rgba(0,0,0,0.2) inset;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.2);
	visibility: visible !important;
	background: #EFEFEF;
}
.ui-sortable-placeholder * {
	opacity: 0.0;
	visibility: hidden;
}
.table-handle, .table-handle-disabled {
	background: url(../img/drag.svg)no-repeat;
	background-repeat: repeat-x;
	height: 13px;
	margin: 0 1px;
	cursor: move;
}
.table-handle-disabled {
	opacity: 0;
	cursor: not-allowed;
}
.dragtable-sortable table {
	margin-bottom: 0;
}
.table tfoot td {
	font-weight: bold;
	/* background-color: #e9ecef; */
	background: #e9ecef !important;
	border-color: #dee2e6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* position: -webkit-sticky; */
	position: -webkit-sticky !important;
  position: sticky;
  bottom: 0;
	z-index: 99;
}
.resize-wrap {
	/* overflow-y: auto; */
	border: 0;
	border-bottom: 1px solid #47bcf5;
}
.resize-wrap:hover {
	border-bottom: 1px solid blue !important;
}
.table100 {
	height: 100%;
}
.ui-menu .ui-menu-item-wrapper {
	padding: 0px;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border: 0px;
	z-index:999;
}
.ui-menu .ui-state-active {
	margin: 0px;
	z-index:999;
}

/* 20200511 */
.columnSelectorWrapper {
	position: relative;
	display: inline-block;
}
.columnSelector, .hidden {
	display: none;
}
.columnSelectorButton {
	border: #ccc 1px solid;
	color: #111;
	border-radius: 0.25rem;
	padding: 5px 10px;
	/* Newly edit - 14/05/2020 */
	/* margin-top: 8px; */ 
	/* *********** */
	margin-bottom: 0;
	cursor: pointer;
}
#colSelect1:checked ~ #columnSelector {
	display: block;
}
.columnSelector {
	width: 120px;
	position: absolute;
	/* Newly edit - 14/05/2020 */
	/* top: 40px; */
	top: 31px;
	/* ************* */
	padding: 10px;
	background: #fff;
	border: #ccc 1px solid;
	border-radius: 5px;
	z-index: 99;
	margin-bottom: 8px;
}
.columnSelector label {
	display: block;
	display: flex;
	align-items: center;
}
.columnSelector label:last-child {
	margin-bottom: 0;
}
/* Newly edit - 14/05/2020 */
/* .columnSelector label:nth-child(1) {
	border-bottom: #ccc solid 1px;
	margin-bottom: 5px;
} */
/* *********** */
.columnSelector input {
	margin-right: 5px;
}
.columnSelector .disabled {
	color: #ddd;
}
.font-size-12 {
	font-size: 12px !important;
}
.p-inherit {
	position: inherit;
}
.dropdown.second .dropdown-menu {
	font-size: 12px;
	/* top: calc(100vh - 93vh) !important; */
	top: 45px !important;
	transform: none !important;
	width:160px;
	/* left: calc(100vw - 14.5vw) !important; */
	/* top: -600px !important; */
	/* top: 645px !important;
	left: 164px !important; */
	/* top:45px !important; */
	/* transform: none !important; */
	/* left: 1146px !important; */
	/* left: 164px !important; */
}

.table-forecast-score {
	width: auto;
}
.table-forecast-score-th {
	width: 65px;
	min-width: 65px;
}
.padding-left-10 {
	padding-left: 10px;
}
/* #table-betlist {
	border-collapse: separate;
    border-spacing: 0px;
	border-top: 0;
}
#table-betlist th, #table-betlist td {
	border-bottom: 0;
    border-right: 0;
} */

/* #table-betlist-hdp-home, #table-betlist-hdp-away,
#table-betlist-1x2-1, #table-betlist-1x2-x, #table-betlist-1x2-2,
#table-betlist-3way-1, #table-betlist-3way-x, #table-betlist-3way-2,
#table-betlist-cs,
#table-betlist-par  {
	border-collapse: separate;
  border-spacing: 0px;
	border-top: 0;
}
#table-betlist-hdp-home th, #table-betlist-hdp-home td, #table-betlist-hdp-away th, #table-betlist-hdp-away td,
#table-betlist-1x2-1 th, #table-betlist-1x2-1 td, #table-betlist-1x2-x th, #table-betlist-1x2-x td, #table-betlist-1x2-2 th, #table-betlist-1x2-2 td,
#table-betlist-3way-1 th, #table-betlist-3way-1 td, #table-betlist-3way-x th, #table-betlist-3way-x td, #table-betlist-3way-2 th, #table-betlist-3way-2 td,
#table-betlist-cs th, #table-betlist-cs td,
#table-betlist-par th, #table-betlist-par td {
	border-bottom: 0;
    border-right: 0;
}
#table-betlist-hdp-home thead tr.first th, #table-betlist-hdp-away thead tr.first th,
#table-betlist-1x2-1 thead tr.first th, #table-betlist-1x2-x thead tr.first th, #table-betlist-1x2-2 thead tr.first th,
#table-betlist-3way-1 thead tr.first th, #table-betlist-3way-x thead tr.first th, #table-betlist-3way-2 thead tr.first th,
#table-betlist-cs thead tr.first th,
#table-betlist-par thead tr.first th {
	position: sticky;
	top: 0;
}
#table-betlist-hdp-home thead tr.second th, #table-betlist-hdp-away thead tr.second th,
#table-betlist-1x2-1 thead tr.second th, #table-betlist-1x2-x thead tr.second th, #table-betlist-1x2-2 thead tr.second th,
#table-betlist-3way-1 thead tr.second th, #table-betlist-3way-x thead tr.second th, #table-betlist-3way-2 thead tr.second th,
#table-betlist-cs thead tr.second th,
#table-betlist-par thead tr.second th {
	position: sticky;
} */

.height-23 {
	min-height: 23px;
}

.height-22 {
	min-height: 22px;
}

/* .table-main .table#table-betlist-hdp-home thead tr th, .table-main .table#table-betlist-hdp-away thead tr th,
.table-main .table#table-betlist-oe-1 thead tr th, .table-main .table#table-betlist-oe-x thead tr th, .table-main .table#table-betlist-oe-2 thead tr th,
.table-main .table#table-betlist-3way-1 thead tr th, .table-main .table#table-betlist-3way-x thead tr th, .table-main .table#table-betlist-3way-2 thead tr th,
.table-main .table#table-betlist-cs thead tr th,
.table-main .table#table-betlist-par thead tr th {
	top: 21.3px;
} */

.topbar-betlist {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
	padding: 0 1rem;
	text-transform: uppercase;
	font-weight: 600;
	/* white-space: nowrap; */
	/* position: sticky; */
	top: 0;
	z-index: 999;
	display:inline-block;
	white-space: break-spaces;
}

.z-index-9999 {
	z-index: 9999;
}

/* resizable splitter */
.panel-container {
	display: flex;
	flex-direction: row;
	overflow: auto;
}
.panel-left {
	flex: 0 0 auto;
	width: 50%;
	min-width: 150px;
	white-space: nowrap;
}
.panel-left.doubleLeft {
	/* width: 32.7%; */
	width: 34%;
}
.splitter {
	flex: 0 0 auto;
	width: 1px;  
	background: url(../images/vsizegrip.png) center center no-repeat #6c757d;
	cursor: col-resize;
	margin: 0px 5px;
}
.panel-right {
	flex: 1 1 auto;
	width: 100%;
	min-width: 200px;
}
.panel-container .ui-resizable-e {
	width: 2px;
  right: -7px;
}
.panel-container .ui-resizable-s, .panel-container .ui-resizable-se {
	display: none !important;
}

.betlist-match-name {
	position: absolute;
	/* top: 0; */
	left: 0;
	right: 0;
	text-align: center;
	line-height: 24px;
	z-index: -1;
	background: #fff;
}
/* @media (max-width: 992px) { */
@media (max-width: 1300px) {
	.betlist-match-name {
		text-align: right;
		right: 10px;
	}
}


/* 4D Result */
.result-container {
	border: 1px solid #9c9c9c;
	border-radius: 8px;
}

.fd-logo {
	text-align: center;
	vertical-align: middle;
}

.fd-text {
	padding-left: 17px;
}

.company-title {
	font-size: 15px;
}

.font-size-12 {
	font-size: 12px;
}

.table-result-header {
	background-color: #333;
	color: #fff
}

.result-outer-container {
	width: 370px;
}

.fd-title-logo {
	width: 7%;
}

.fd-logo-wbet {
	width: 15%;
	background-color: #0a2665;
}

.fd-wbet {
	background-color: #0a2665;
	color: #fff;
}

.fd-logo-4d88 {
	width: 15%;
	background-color: #000;
}

.fd-4d88 {
	background-color: #000;
	color: #fff;
}

.fd-logo-c4dcom {
	width: 15%;
	background-color: #f7f7f7;
	padding: 5px 0px;
}

.fd-c4dcom {
	background-color: #f7f7f7;
	color: #000;
}

.display-result {
	padding: 0.25rem 0.5rem;
	height:29.5px;
}

.table-width-138 {
	width: 138px;
}

.bg-black {
	background-color: #000;
}

.draw-no-container {
	font-size: 12px;
	font-weight: bolder;
}

.image-name-container {
  width:250px;
  white-space:normal;
  text-align:left;
  word-break:break-all;
  font-weight:bolder;
  color: red;
}
.no-image-txt {
  width: 250px;
}
.image-title{ 
  height: 100%;
  vertical-align: top;
}

.table-mmo {
    border-collapse: separate;
    border-spacing: 0;
}
.table-mmo.table thead tr th {
	top: 0;
}
.table-mmo tr:nth-child(2) th {
	top: 21px !important;	
}
.table-mmo tbody tr td {
	border-right: 0;
	border-bottom: 0;
}
.table-mmo tbody tr td:nth-child(1) {
	border-left: 0;
}
.alertRow {
  background-color: yellow !important;
}
.diff-value-bg{
	background-color: #fff570;
}
.height-30 {
	height: 30px !important;
}
.light-yellow {
	background-color: #FFFF99;
}
.countdown-timer-display {
	height: 26px;
	width: 59px;
}
.crt-title {
	font-size: 11px;
	color: #007bff;
	font-weight: 700;
}
.min-height01 {
	min-height: 207px;
}