BODY {
	overflow: hidden;
}
.side-menu LI:not(.side-item) {
	height: 	30px;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 15px;
}
.side-menu LI.side-item {
	height: 	30px;
	line-height: 30px;
}
.side-menu LI:not(.side-item):hover {
	background-color: #4F93EF;
	color: #fff;
	border-radius: 20px;
}
.side-menu LI:hover a {
	color: #fff;
}
.side-menu i {
	width: 25px;
	display: inline-block;
}
.side-menu A {
	color: #7c7c7c;
	display: block;
}
.side-menu LI.active {
	background-color: #F84A67;
	border-radius: 20px;
}
.side-menu LI.active a {
	color: #fff;
}
.side-menu SELECT {
	margin: 20px;
	width: 200px;
}

.teamm {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.teamm SPAN {
	float: left;
	width: 30px;
	font-weight: bolder;
	margin-top: 10px;
}
.teamm INPUT {
	float: left;
	width: CALC(100% - 150px);
}
.teamm .btn {
	float: right;
	width: 100px;
	line-height: 20px;
}

#groupe {
	margin: 20px 0 0 0;
	padding: 0;
}
#groupe LI {
	border: 1px solid #dedede;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
#groupe LI SPAN {
	display: inline-block;
	width: 30px;
}

#ranking table {
	width: 100%;
}
#ranking table THEAD TR TH {
	color: #000;
	height: 30px;
	border-bottom: 1px solid #000;
}
#ranking table TBODY TR TD {
	color: #000;
}
#ranking table TR TD {
	padding: 5px 0;
	min-width: 35px;
	width: 35px;
	max-width: 35px;
	border-bottom: 1px solid #e6e6e5;
}
#ranking table TR:last-child TD {
	border-bottom: 0;
}
#ranking table .team {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;  
  	width: CALC(100% - 180px);
  	font-weight: bolder;
  	padding-left: 10px;
}
#ranking table TBODY TR TD:first-child {
	background: #F84A67;
	color: #fff;
}
#ranking table TBODY TR:nth-child(-n+4) TD:first-child {
	background: #4f93ef;
}





.nom {
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#test {
    position: absolute;
    top: -100px;
}
.fa-rotate {
	cursor: pointer;
	font-size: 20px;
}

.mmatches {
	height: CALC(100VH - 80px);
	overflow: hidden;
	overflow-Y: auto;
}
.mmatches .card {
	margin-bottom: 20px;
}
.mmatches .card:last-child {
	margin-bottom: 0;
}
.ttt {
	height: CALC(100VH - 150px);
	overflow: hidden;
	overflow-Y: auto;
}
.match {
	clear: left;
	float:left;
	width: 100%;	
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.match.border_0, .match.border_1 {
	border-bottom: 1px solid #ebebeb;
}
.match.border_0:after, .match.border_2:after {
	border-right: 1px solid #ebebeb;
	content: "";
	height: 50px;
	position: absolute;
	right: -15px;
	top: 10px;
}

.match.borderr {border-bottom: 1px solid #dedede;}
.match .team DIV:last-child, .match .groupe {
	margin-top: 5px;
}
.match .left, .match .right, .match .right .team, .match .right .team2, .match .right .score {
	float: left;	
}
.match .left{
	width: 60px;
}
.match .right .score {
	width: 100px;
}
.match .left {
	border-right: 1px solid #F84A67;
}
.match .left DIV SPAN {
	display: inline-block;
	width: 35px;
}

.match .right {
	width: CALC(100% - 80px);
	padding-left: 10px;
	position: relative;
}
.match .right .team {
	width: CALC(100% - 75px);
}
.match .right .team2 {
	width: CALC(100% - 150px);
}
.match .right2 .team3 {
	width: CALC(100% - 0px);
}
.match .right .team SPAN, .match .right .team2 SPAN {
	width: 75px;
	display: inline-block;
}
.match .right .team .active, .match .right .team2 .active {
	color: #2196F3;
	font-weight: bolder;
}
.match .right2 {
	width: CALC(100% - 00px);
}
.match .right2 .team3 SPAN {
	width: 45px;
	display: inline-block;
}
.match .right .team .activee {
	color: #4f93ef;
}
.match .left2 {
	width: 60px;
	float: left;
	border-right: 1px solid #dedede;
	margin-right: 10px;
}
.match .right .score {
	width: 75px;
	text-align: right;
}
.match .right .score DIV {
	position: relative;
}
.match .right .score DIV i {
	position: absolute;
	right: 85px;
	top: 7px;
	font-size: 12px;
}
.match INPUT {
	max-height: 25px;
	text-align: center;
}
.match i {
	display: none;
}
.match.active i {
	font-weight: bolder;
	position: absolute;
	right: -20px;
	top: 18px;
	display: block;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.fa-play {
	font-size: 80px;
	font-weight: bolder;
	position: fixed;
	bottom: 100px;
	left: 90px;
	cursor: pointer;
}
#chrono {
	font-size: 80px;
	font-weight: bolder;
	width: 220px;
	position: fixed;
	bottom: -10px;
	left: 10px;
	text-align: center;
	display: block;
}
#time {
	/*font-size: 500px;*/
	font-weight: bolder;
	text-align: center;
	/*margin-top: 150px;*/
	width: 90SVW;
	height: 90SVH;
	border: 1px solid red;
	margin: 5SVW 5SVH;
}



.trrrr LI SPAN:first-child {
	font-size: 20px;
	font-weight: bolder;
	margin-right: 20px;
}
.bold SPAN:first-child {
	color: #F84A67;
}
#count {
	font-size: 40px;
	font-weight: bolder;
	margin-right: 10px;
}
.gris {
	opacity: 0.5;
}

UL#teamm, UL.gr {
	margin: 0;
	padding: 0;
	list-style: none;
}
UL#teamm LI {
	border: 1px solid #dedede;
	margin-bottom: 10px;
	line-height: 35px;
	height: 35px;
	padding-left: 5px;	
}
UL#teamm LI.drag {
	cursor: move;
}
UL#teamm LI.drag:hover {
	background: #ffdead;
}
UL#teamm LI.active {
	background: #ffdead;
}
UL.gr DIV {
	float: left;
	width: 100%;
}
UL.gr LI {
	border: 1px solid #dedede;
	margin-bottom: 10px;
	line-height: 42px;
	height: 42px;
	float: left;
	width: CALC(100% - 100px);
	margin-left: 10px;
	padding-left: 10px;
}
UL.gr SPAN {
	letter-spacing: -1px;	
	border: 1px solid #dedede;
	width: 40px;
	text-align: center;
	float: left;
	line-height: 40px;
}
UL.gr i {
	border: 1px solid #dedede;
	border-left: 0;
	width: 40px;
	text-align: center;
	float: left;
	line-height: 40px;
}
.opacity {
	color: #dedede;
}


.too {
	position: absolute;
	left: 0;
}


.card .card-header {
	border-bottom: 1px solid #F84A67;
	font-weight: bolder;
	color: #F84A67;
}
.card-header h4 {
	float: left;
	margin: 0;
	padding: 0;
}
.card-header h5 {
	float: right;
	margin: 0;
	padding: 0;
}
.card .card-body {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}


.switchh {
  border-bottom: 1px solid #dedede;
  float: left;
  width: CALC(100% - 20px);
  margin: 0px 10px 0 10px;
  padding: 10px 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: left;
}
.switchh .lab {
	float: left; 
	margin-top: 5px; 
	margin-left: 15px; 
	font-weight: bolder;
	width: CALC(100% - 75px);
	text-align: left;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}