.live_c div{
	float:left;
	text-align: center;
	width:33.3333333%
}
.live_list{
	width:100%;
	overflow: hidden;
	list-style-type: none;
}
.live_list a,.live_list a:link{
	 text-decoration:none;
	 width: 100%;
	 color: #000;
}

.live_list tbody{
	text-align: center;
}
.live_list tr:nth-child(even) {background-color: #f2f2f2;}
.live_list th {
  background-color: #9B59B6;
  color: white;
}
.live_list td {
  padding: 5px;
  border:none;
  vertical-align: middle;
}
.live_list td img{
	box-sizing: content-box;
}
.live_time{
	text-align: center;
	background-color: #c1c1c1;
}
.score{
	font-size: 18px;
	letter-spacing:2px;
	color:red;
}

.live_vs div{
	float:none;
	text-align: center;
	width:100%;
	line-height:1.5;
}


.live_list .text-danger{
	 padding: 0.2em 0.5em;
	  -webkit-transform: translate(-50%,-50%);
	          transform: translate(-50%,-50%);
	  color: #fff;
	  font-size: 1em;
	  line-height: 1em;
	  font-family: sans-serif;
	  text-transform: uppercase;
	  text-decoration: none;
	  text-align: center;
	  background-color: #9b59b6;
	  border-radius: 2em;
	  -webkit-user-select: none;
	     -moz-user-select: none;
	      -ms-user-select: none;
	          user-select: none;
}

.live_list .text-success{
	color:#000;
}

* {
  font-family: 'Work Sans', sans-serif;
}


body{background-color: #FFFFFF}
live_list label, live_list a {
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  display: inline-block;
  color: inherit;
  transition: border 0.2s;
  border-bottom: 5px solid rgba(142, 68, 173, 0.2);
  padding: 3px 2px;
}
live_list label:hover, live_list a:hover {
  border-bottom-color: #9b59b6;
}

.layout {
  display: grid;
  /* height: 100%; */
  width: 100%;
  overflow: hidden;
  grid-template-rows: 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.layoutbom{
	display: grid;
	height: 100%;
	width: 100%;
	overflow: hidden;
	grid-template-rows: 50px 1fr;
	grid-template-columns: 1fr;
}
.layoutbom .more{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-bottom: 2px solid #8e44ad;
	background: #ecf0f1;
	user-select: none;
	transition: background 0.4s, padding-left 0.2s;
	padding-left: 0;
}
input[type="radio"] {
  display: none;
}

label.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-bottom: 2px solid #8e44ad;
  background: #ecf0f1;
  user-select: none;
  transition: background 0.4s, padding-left 0.2s;
  padding-left: 0;
}
input[type="radio"]:checked + .page + label.nav {
  background: #9b59b6;
  color: #ffffff;
  /* padding-left: 20px; */
}
input[type="radio"]:checked + .page + label.nav span {
  /* padding-left: 20px; */
}
input[type="radio"]:checked + .page + label.nav svg {
  opacity: 1;
}
label.nav span {
  padding-left: 0px;
  position: relative;
}
label.nav svg {
  left: 0;
  top: -3px;
  position: absolute;
  width: 15px;
  opacity: 0;
  transition: opacity 0.2s;
}

.layout .page {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-column-end: span 3;
  /* padding: 0px 20px; */
  display: flex;
  /* align-items: center; */
}

.page-contents > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s, transform 0.2s;
}
.page-contents > *:nth-child(1) {
  transition-delay: 0.4s;
}
.page-contents > *:nth-child(2) {
  transition-delay: 0.6s;
}
.page-contents > *:nth-child(3) {
  transition-delay: 0.8s;
}
.page-contents > *:nth-child(4) {
  transition-delay: 1s;
}
.page-contents > *:nth-child(5) {
  transition-delay: 1.2s;
}
.page-contents > *:nth-child(6) {
  transition-delay: 1.4s;
}
.page-contents > *:nth-child(7) {
  transition-delay: 1.6s;
}
.page-contents > *:nth-child(8) {
  transition-delay: 1.8s;
}
.page-contents > *:nth-child(9) {
  transition-delay: 2s;
}
.page-contents > *:nth-child(10) {
  transition-delay: 2.2s;
}
.page-contents > *:nth-child(11) {
  transition-delay: 2.4s;
}
.page-contents > *:nth-child(12) {
  transition-delay: 2.6s;
}
.page-contents > *:nth-child(13) {
  transition-delay: 2.8s;
}
.page-contents > *:nth-child(14) {
  transition-delay: 3s;
}
.page-contents > *:nth-child(15) {
  transition-delay: 3.2s;
}
.page-contents > *:nth-child(16) {
  transition-delay: 3.4s;
}
.page-contents > *:nth-child(17) {
  transition-delay: 3.6s;
}
.page-contents > *:nth-child(18) {
  transition-delay: 3.8s;
}
.page-contents > *:nth-child(19) {
  transition-delay: 4s;
}
.page-contents > *:nth-child(20) {
  transition-delay: 4.2s;
}

input[type="radio"] + .page {
  transition: transform 0.2s;
  transform: translateX(100%);
}

input[type="radio"]:checked + .page {
  transform: translateX(0%);
}
input[type="radio"]:checked + .page .page-contents > * {
  opacity: 1;
  transform: translateY(0px);
}

.page-contents {
  max-width: 100%;
  /* width: 500px; */
  width:100%;
  margin: 0 auto;
}



.loading {
    background-color: rgba(255, 255, 255, 0.8)
}


@keyframes turn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.loading-img img {
    width: 100%;
    animation: turn 1s linear infinite;
}

.loading-none {
    display: none;
}

.spinner {
  width: 60px;
  height: 60px;
  background-color: #9b59b6;
 
  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
 
@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
 
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}