/*
 * jQuery Bracket
 *
 * Copyright (c) 2011-2013, Teijo Laine,
 * http://aropupu.fi/bracket/
 *
 * Licenced under the MIT licence
 */
 /*#Body .bsbSkin * {
	box-sizing: content-box;
}*/
.team .score {
	box-sizing: content-box !important;
}
div.jQBracket {
  font-family: "Arial";
  font-size: 14px;
  position: relative;
}
div.jQBracket .tools {
  position: absolute;
  top: 0px;
  color: white;
	display: none;
}
div.jQBracket .tools span {
  cursor: pointer;
  margin: 5px;
  display: block;
  text-align: center;
  width: 18px;
  height: 18px;
  background-color: #666666;
}
div.jQBracket .tools span:hover {
  background-color: #999999;
}
div.jQBracket .finals {
  float: left;
  right: 0px;
  clear: right;
  position: relative;
}
div.jQBracket .bracket {
  float: left;
  clear: left;
}
div.jQBracket .loserBracket {
  float: left;
  clear: left;
  position: relative;
}
div.jQBracket .round {
  position: relative;
  width: 150px;
  margin-right: 40px;
  float: left;
}
div.jQBracket .match {
  position: relative;
}
div.jQBracket .editable {
  cursor: pointer;
}
div.jQBracket .team {
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  cursor: default;
  float: left;
  height: 40px;
  position: relative;
  width: 150px;
  z-index: 1;
  overflow: hidden;
}
div.jQBracket .team:first-child {
  //border-bottom: 1px solid #999999;
}
div.jQBracket .team input {
  font-size: 12px;
  padding: 0;
  width: inherit;
  border: none;
  margin: 0;
}
div.jQBracket .team div.label {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 105px;
  color:#525252;
}
div.jQBracket .team div.label[disabled] {
  cursor: default;
}
div.jQBracket .team div.score {
  background-color: #ffffff;
  color: #4ec3c8;
  float: right;
  font-size: 22px;
  padding:7px;
  text-align: center;
  width: 35px;
  height: 40px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  line-height: 25px;
}
div.jQBracket .team div.score input.newScore{
  color: #4ec3c8;
  font-size: 22px;
  line-height: 40px;
  width: 45px;
  text-align: center;
}
div.jQBracket .team div.score[disabled] {
  color: #999999;
  cursor: default;
}
div.jQBracket .team div.label input.error,
div.jQBracket .team div.score input.error {
  background-color: #ffcccc;
}
div.jQBracket .team.np {
  background-color: #666666;
  color: #eeeeee;
}
div.jQBracket .team.na {
  background-color: #999999;
  color: #cccccc;
}
div.jQBracket .team.win {
  color: #333333;
}
div.jQBracket .team.win div.score {
  color: #4ec3c8;
}
div.jQBracket .team.lose div.score {
	color: #4ec3c8;
}
div.jQBracket .team.lose {
  background-color: #ffffff;
  color: #999999;
}
div.jQBracket .team.tie div.score {
  color: blue;
}
div.jQBracket .team.highlightWinner {
  background-color: #ffffff;
  color: #525252;
}
div.jQBracket .team.highlightLoser {
  background-color: #ffffff;
  color: #525252;
}
div.jQBracket .team.highlight {
  background-color: #4ec3c8;
  color: #fff;
}
div.jQBracket .team.highlight .label{
  color: #ffffff;
}
div.jQBracket .team.highlight .score,div.jQBracket .team .score.editable input.newScore,
div.jQBracket .team .score.editable.active-score{
	color: #ffffff !important;
	background: #4ec3c8 !important;
}
div.jQBracket .teamContainer {
	position: relative;
	float: left;
}
div.jQBracket .connector {
  border: 2px solid #9b9b9b;
  border-left-style: none;
  position: absolute;
  z-index: 1;
}
div.jQBracket .connector div.connector {
  border: none;
  border-bottom: 2px solid #9b9b9b;
  height: 0px;
  position: absolute;
}
div.jQBracket .connector.highlightWinner,
div.jQBracket .connector div.connector.highlightWinner {
  border-color: #9b9b9b;
}
div.jQBracket .connector.highlightLoser,
div.jQBracket .connector div.connector.highlightLoser {
  border-color: #9b9b9b;
}
div.jQBracket .connector.highlight,
div.jQBracket .connector div.connector.highlight {
  border-color: #9b9b9b;
}
div.jQBracket .np .connector,
div.jQBracket .np .connector div.connector {
  border-color: #9b9b9b;
}
div.jQBracket .bubble {
  height: 22px;
  line-height: 22px;
  width: 30px;
  right: -35px;
  position: absolute;
  text-align: center;
  font-size: 11px;
}
div.jQBracket .bubble.third {
  background-color: #996633;
  color: #dd9955;
}
div.jQBracket .bubble.fourth {
  background-color: #667788;
  color: #ccccdd;
}
div.jQBracket .bubble:after {
  content: "";
  position: absolute;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
div.jQBracket .bubble:after {
  left: -5px;
  border-left: 0;
}
div.jQBracket .bubble.third:after {
  border-right: 6px solid #996633;
}
div.jQBracket .bubble.fourth:after {
  border-right: 6px solid #667788;
}
div.jQBracket .highlightWinner .bubble {
  background-color: #ddaa00;
  color: #996600;
}
div.jQBracket .highlightWinner .bubble:after {
  border-right-color: #ddaa00;
}
div.jQBracket .highlightLoser .bubble {
  background-color: #cccccc;
  color: #333333;
}
div.jQBracket .highlightLoser .bubble:after {
  border-right-color: #cccccc;
}

div.jQBracket.rl .finals {
  float: right;
  left: 0px;
  clear: left;
}
div.jQBracket.rl .bracket {
  float: right;
  clear: right;
}
div.jQBracket.rl .loserBracket {
  float: left;
  clear: right;
}
div.jQBracket.rl .round {
  margin-right: 0;
  margin-left: 40px;
  float: right;
}
div.jQBracket.rl .team {
  float: right;
}
div.jQBracket.rl .team div.label {
  right: 0;
}
div.jQBracket.rl .team div.score {
  float: left;
}
div.jQBracket.rl .teamContainer {
  float: right;
}
div.jQBracket.rl .connector {
  border-left-style: solid;
  border-right-style: none;
  border-width: 2px;
}
div.jQBracket.rl .connector.highlightWinner,
div.jQBracket.rl .connector div.connector.highlightWinner {
  border-color: #ddaa00;
}
div.jQBracket.rl .connector.highlightLoser,
div.jQBracket.rl .connector div.connector.highlightLoser {
  border-color: #cccccc;
}
div.jQBracket.rl .connector.highlight,
div.jQBracket.rl .connector div.connector.highlight {
  border-color: #00cc00;
}
div.jQBracket.rl .bubble {
  left: -35px;
}
div.jQBracket.rl .bubble.third {
  background-color: #996633;
  color: #331100;
}
div.jQBracket.rl .bubble.fourth {
  background-color: #667788;
  color: #ccccdd;
}
div.jQBracket.rl .bubble:after {
  left: auto;
  right: -5px;
  border-left: 5px solid transparent;
  border-right: 0;
}
div.jQBracket.rl .bubble.third:after {
  border-right: none;
  border-left: 6px solid #996633;
}
div.jQBracket.rl .bubble.fourth:after {
  border-right: none;
  border-left: 6px solid #667788;
}
div.jQBracket.rl .highlightWinner .bubble:after {
  border-left-color: #9b9b9b;
}
div.jQBracket.rl .highlightLoser .bubble:after {
  border-left-color: #9b9b9b;
}
div.editDiv{
	width:75px;
	border-right:2px solid #9b9b9b;
	clear: both;
	position: relative;
}
div.editDiv a.editLink {
	background:url('images/edit.png') no-repeat top;
	left: 58px;
}
div.editDiv a.editLink:hover,div.editDiv a.editLink.editLinkActive {
	background:url('images/edit.png') no-repeat bottom;
	left: 58px;
}
div.editDiv a.conflictLink {
	background:url('images/conflict.png') no-repeat bottom;
	left: 25px;
}
div.editDiv a.hardConflictLink{
	background:url('images/red_conflict.png') no-repeat bottom;
	left: 25px;
}
div.editDiv a {
	content: "";
	height: 28px;
	width: 28px;
	display: block;
	position: absolute;
	text-indent: -99999px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	overflow: hidden;
}
div.editDiv a.conflictLink:hover {
	/*background:url('images/conflict.png') no-repeat bottom;*/
	left: 25px;
}
.k-col a.conflictLink {
	background:url('images/conflict.png') no-repeat bottom;
	content: "";
	height: 28px;
	width: 28px;
	display: block;
	position: absolute;
	text-indent: -99999px;	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	margin-top: -14px;
    margin-left: -4px;
	
}
.k-col a.hardConflictLink {
	background:url('images/red_conflict.png') no-repeat bottom;
	content: "";
	height: 28px;
	width: 28px;
	display: block;
	position: absolute;
	text-indent: -99999px;	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	margin-top: -14px;
    margin-left: -4px;
	
}
.k-col a.conflictLink:hover {
	/*background:url('images/conflict.png') no-repeat bottom;*/	
}
div.editDiv a.swapLink {
	background: url('images/swap.png') no-repeat top;
	left: 25px;
}
div.editDiv a.swapLink.swapLinkActive{
	background: url('images/swap.png') no-repeat bottom;
	left: 25px;
}
div.editDiv a {
	content: "";
	height: 28px;
	width: 28px;
	display: block;
	position: absolute;
	text-indent: -99999px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	overflow: hidden;
}
div.editDiv div.conflictList {
	position: absolute;
	top: 50%;
	left: 58px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	overflow: hidden;
	background: #fff;
	width:100%;
	border: 2px solid #4ec3c8;
	border-radius: 3px;
	padding: 5px 10px;
	display: table;
}
#Body .conflictList p {
	list-style: outside none none;
	color: #4ec3c8;
	font-weight: bold;
	white-space: nowrap;
	margin: 0;
	padding:0;
}
#Body .hardConflictList p {
	list-style: outside none none;
	color: #ff0000;
	font-weight: bold;
	white-space: nowrap;
	margin: 0;
	padding:0;
}
#Body .hardConflictList th,#Body .hardConflictList td {
  font-size: 12px;
  text-align:center;
  word-break: break-word;
}
#Body .conflictList th,#Body .conflictList td {
  font-size: 12px;
  text-align:center;
}
#Body .conflictList {
	background: #fff;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 4px;	
    word-break: break-word;
}
#Body .hardConflictList {
	background: #fff;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 4px;	
}
/*
div.editDiv a::before {
	background: rgba(0, 0, 0, 0) url("images/swap.png") repeat scroll 0 0;
	content: "";
	display: block;
	height: 28px;
	left: -38px;
	position: absolute;
	top: 0;
	width: 28px;
}*/

div.editDiv span {
	display: block;
	position: absolute;
	top: 50%;
	color: #7b7b7b;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}
.matchDetail {
	position: absolute;
	width: 200px;
	color: #9b9b9b;
	font-size: 12px;
}
.matchDetail .locationFieldDetails {
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.winnerSpan {
	position: absolute;
	top: -45px;
	color: #4ec3c8;
	font-size: 18px;
	left: 45px;
}
.bracketDiv {
	width: 880px;
	overflow: auto;
	padding-top: 20px;
}

/* Edit Match POP-UP */

#Body .edit-popup .k-overlay,#Body .edit-popup .k-window-actions{
	display: none !important;
}
#Body .edit-popup .k-window-titlebar.k-header{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	background-color: #f0f0f0;
}
#Body .edit-popup.k-window > .k-window-titlebar > .k-window-title, #Body div.edit-popup.k-window > .k-window-titlebar > .k-window-title{
	position: static;
	text-transform: uppercase;
}
#Body .edit-popup.k-window, #Body div.edit-popup.k-window {
	background-color: #f0f0f0;
	border: 3px solid #4ec3c8;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
}
#Body .edit-popup.k-window .k-picker-wrap,#Body .edit-popup.k-window .k-dropdown-wrap{
	width: 240px;
}
/* END */

/* Tooltip Content On List View*/
#Body div.k-tooltip.k-widget {
    max-width: 800px;
    _width: 800px;
}

.team .label {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}