/* ---------------------------------------
-----------------TABELAS FEITAS ESTILO CARD RESPONSIVAS-----------
-------------------------------------	 */
.tabela {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 2px;
	margin-top: 2px;
	font-family: 'ocUniviaMedium' !important;
}

.displayNone {
	display: none !important;
}

.infoJogos {
	font-family: 'ocUniviaMedium';
	color: #7569de;
	padding: 2px 0 !important;
}

.fontHeader {
	margin-bottom: 10px;
	font-family: 'ocUniviaMedium';
	color: #63c947;
}

.cardInfoClassificacao {
	border-radius: 7px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	background: #FCFCFC;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 0;
	padding-right: 14px;
	width: 100%;
}

.labelRepeat {
	width: 10.1111111111%;
	margin: 0;
	text-align: center;
	letter-spacing: 0px;
}

.force-overflow {
	min-height: 450px;
}

.large-2::-webkit-scrollbar-track {
	border: 1px solid #fcfcfc;
	padding: 2px 0;
	background-color: #fcfcfc;
	height: 1px;
}

.large-2::-webkit-scrollbar {
	width: 1px;
	height: 5px;
	border-radius: 1px;
}

.large-2::-webkit-scrollbar-thumb {
	background-color: #EAEAEA;
	border: 1px solid #EAEAEA;
}

.table__dados {
	width: calc(100% - 310px);
	overflow-x: auto
}

.table__equipe {
	width: 310px;
}

.tool__time--row {
	top: 8px;
	left: 98%;
	position: absolute;
	border: 0px solid black;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 13px solid rgba(99, 201, 71, 0.7);;
	border-bottom: 15px solid transparent;
}

.tool__tip {
	border-radius: 13px;
	width: 166px;
	color: white;
	left: 8vw;
	background: rgba(99, 201, 71, 0.7);
	position: absolute;
	padding: 12px;
	padding: 12px;
	height: auto;
	max-height: 62px;
	height: auto;
	max-height: 62px;
}

.legenda {
	width: 15px;
	height: 15px;
	border-radius: 7px;
	margin: 5px;
}

@media screen and (max-width: 1014px) {
	.tool__time--row {
		top: 100%;
		left: 50%;
		position: absolute;
		border: 0px solid black;
		width: 0;
		height: 0;
		border-right: 15px solid transparent;
		border-left: 13px solid transparent;
		border-top: 15px solid #63c947;
	}
}

@media screen and (max-width: 766px) {
	.tool__tip {
		left: 3%;
	}
	.table__dados {
		width: calc(100% - 110px);
		overflow-x: auto
	}
	.table__equipe {
		width: 110px;
	}
}