@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.league-table {
    position: relative;
    width: 100%;
    float: left;
    /*border: 1px solid #ccc;*/
    margin-bottom: 20px;
}

input#fdate {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #cdcdcd !important;
    border-left: 1px solid #cdcdcd !important;
    border-right: 1px solid #cdcdcd !important;
    border-top: 1px solid #cdcdcd !important;
}

input#tdate {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #cdcdcd !important;
    border-left: 1px solid #cdcddc !important;
    border-right: 1px solid #cdcdcd !important;
    border-top: 1px solid #cdcdcd !important;
    position: relative;
    left: 10px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: #DDB305 !important;
}

.league-table ul {
    margin: 0;
    padding: 0;
}

.league-table .column-six {
    margin: 0;
    padding: 10px 0px;
}

.league-table .table-header {
    width: 100%;
    display: table;
    /* 	border-bottom: 1px solid #fff; */
    border-bottom: none !important;
    text-transform: uppercase;
    /* font-family: 'Rubik', sans-serif !important; */
    font-weight: bold;
}

.league-table .table-body {
	display:flex !important;
	align-items:center;
  justify-content: space-between;
    width: 100%;
    display: table;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #f3f3f3;
    /* font-family: 'Rubik', sans-serif !important; */
}

/*.league-table .table-body:nth-child(even){
	background: #f2f2f2;
}*/
.table-body:hover,
.table-body:nth-child(even):hover,
.table-body:focus,
.table-body:nth-child(even):focus {
    /* background: #f2f2f2; */
}

.table-body:hover>li,
.table-body:focus>li {
    color: #000;
}

.league-table .column-six .table-header:after,
.league-table .column-six .table-body:after {
    content: "";
    height: 0;
    clear: both;
}

.score-value {
    font-size: 15px;
    font-weight: bold;
    padding: 0px 5px;
    margin: 0 5px;
}

span.vs-icon {
    padding: auto 5px;
}

.league-table .column-one li {
    float: left;
    width: calc(100% / 1);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: table-cell;
    text-align: center;
}

.league-table .column-two li {
    float: left;
    width: calc(100% / 2);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: table-cell;
    text-align: center;
}

.league-table .column-three li {
    float: left;
    width: calc(100% / 3);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: table-cell;
    text-align: center;
}

.league-table .column-four li {
    float: left;
    width: calc(100% / 4);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: table-cell;
    text-align: center;
}

.league-table .column-five li {
    float: left;
    width: calc(100% / 5);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: table-cell;
    text-align: center;
}

.league-table .column-six li {
    float: left;
    width: calc(100% / 8);
    list-style: none;
    margin: 0;
    padding: 5px 0;
    display: table-cell;
    text-align: center;
}

.league-table .column-seven li {
    float: left;
    width: calc(100% / 7);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: table-cell;
    text-align: center;
}

.league-table .column-eight li {
    float: left;
    width: calc(100% / 8);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: table-cell;
    text-align: center;
}

.league-table .column-nine li {
    float: left;
    width: calc(100% / 9);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: table-cell;
    text-align: center;
}

.league-table .column-ten li {
    float: left;
    width: calc(100% / 10);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: table-cell;
    text-align: center;
}


.data {
    /*display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;*/
}

.compheader {
    background-color: #f3f3f3 !important;
    color: #000;
}

.data.dots:hover {
    overflow: visible;
    white-space: normal;
    width: auto;
    position: absolute;
    background-color: #FFF;
}

.league-table .column-six li:last-child {
    text-align: left !important;
    margin-left: 15px;
}

.control-menu {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
}

.league-table .column-six li:last-child .control-menu {
    padding-right: 10px;
    cursor: pointer;
}

.league-table .column-six li:last-child .control-menu:hover {
    opacity: .3;
}

.read-more-popup {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

.read-more-popup .popup-container {
    max-width: 600px;
    margin: 50px auto;
    background: #fff;
    padding: 0;
    box-shadow: 0 1px 15px 0px #000;
    text-align: left;
    position: relative;
    max-height: 600px;
    overflow: auto;
}

.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.block-main,
.block-section {
    padding: 15px;
}

.block-section {
    background: #f2f2f2;
}

.block-main,
.block-main h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.table-popup-item label {
    float: left;
    width: 30%;
    font-weight: bold;
}

.table-popup-item:after {
    content: "";
    clear: both;
    height: 0;
}

.btn-close {
    cursor: pointer;
}

.expand-table {
    background: #f3f3f3;
    color: #000;
    padding: 10px 0;
    clear: both;
    text-align: center;
    display: none;
}

.expand-table .expand-item {
    float: left;
    margin-left: 5px;
    width: auto;
}

.expand-table:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
}

.expand-table .expand-item label {
    display: inline-block;
    float: left;
    font-weight: normal !important;
    margin-left: 11px;
    text-align: left;
    text-transform: capitalize;
}

.largeview-hide {
    display: none !important;
}

.league-table {
    margin-top: 30px;
}

.ui-widget-header {
    background: #e90101 !important;
}

.ui-dialog .ui-dialog-titlebar-close span {
    margin: -8px !important;
}

span.data.team1,
span.data.team2 {
    font-weight: 700 !important;
}

.fteam1 .team1 span a,
.fteam2 .team2 span a,
.rteam1 .team1 a,
.rteam2 .team2 a {
    font-size: 14px;
    font-weight: 700 !important;
    color: #000000;
}
