/************************************/
/** MODAL							*/
/************************************/
.modal-bg {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #000;
	opacity: 0.85;
	z-index: 999;
}

.modal {
	position: fixed;
	width: 500px;
	margin: 0 auto;
	background-color: white;
	opacity: 1;
	z-index: 999;
	top: 70px;
	margin-left: 50%;
	left: -250px;
	padding: 20px;
}

.modal label {
	text-transform: uppercase;
}

.modal-title {
	text-transform: uppercase;
}

.modal-group {
	margin-bottom: 10px;
}


/************************************/
/** POSITION						*/
/************************************/


.width8  { width: 8%;  }
.width10 { width: 10%; }
.width15 { width: 15%; }
.width20 { width: 20%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width36 { width: 36%; }
.width40 { width: 40%; }
.width50 { width: 50%; }
.width100 { width: 100%; }



/************************************/
/** PLAYOFFS						*/
/************************************/

.playoff-bracket {
	margin-top: 15px;
	font-size: 10px;
}

.playoff-local, .playoff-visitant, .playoff-full-width {
	display: block;
	width: 50%;
}

.playoff-local {
	float: left;
}

.playoff-visitant {
	float: right;
}

.playoff-full-width {
	width: 100%;
	margin-top: 21px;
}

.playoff-box {
	border: 1px solid;
	max-width: 170px;
	margin: 0 auto;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
}

.playoff-box:hover {
	background-color: #f0f0f0;
}

.playoff-team {
	display: block;
	width: 100%;
	padding: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.playoff-number {
	font-weight: bold;
	overflow: hidden;
	text-overflow: hidden;
	padding:5px;
}

.playoff-arrow {
	width: 0;
	height: 0;
	border-left: 12px solid transparent !important;
	border-right: 12px solid transparent !important;
	border-bottom: 12px solid;
	position: relative;
	margin-left: 50%;
	left: -12px;
	top: 1px;
	margin-top: 3px;
}

.playoff-arrow-local, .playoff-arrow-visitant {
	display: block;
	width: 50%;
	border-top: 1px solid;
	height: 15px;
	margin-bottom: 5px;
}

.playoff-arrow-local {
	margin-left: 50%;
	border-left: 1px solid;
}

.playoff-arrow-visitant {
	border-right: 1px solid;
}
