.left {
  position: relative;
  float: left; }

.centered {
  display: table;
  margin: 0 auto; }

#ngBracket {
  font-family: Calibri;
  font-size: 18px;
  position: relative;
  float: left;
  margin-top: 20px;
  clear: right;
  /* header's max-height is required */
  /* Note! min-width and min-height are required */
  /* Connector styles */ }
  #ngBracket .round {
    width: 260px;
    height: 100%; }
    #ngBracket .round.doubleFinal {
      width: 480px; }
  #ngBracket .roundHeader {
    margin-bottom: 20px;
    min-height: 20px;
    max-height: 20px; }
  #ngBracket .conferenceHeader {
    font-weight: bold; }
    #ngBracket .conferenceHeader.alignLeft {
      text-align: left;
      margin-left: 20px; }
    #ngBracket .conferenceHeader.alignCenter {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
    #ngBracket .conferenceHeader.alignRight {
      text-align: right;
      margin-right: 20px; }
  #ngBracket .match {
    position: absolute;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    margin-bottom: 20px;
    margin-right: 40px;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    min-height: 53px;
    max-height: 53px; }
  #ngBracket .tbd {
    border-color: #DC363B;
    background-color: #f1f1f1; }
  #ngBracket .team {
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    cursor: pointer;
    cursor: hand;
    display: table; }
    #ngBracket .team .teamname {
      display: table-cell;
      vertical-align: middle;
      padding-left: 5px;
      text-overflow: clip;
      white-space: nowrap;
      overflow: hidden;
      width: 100%;
      /*min-width: $teamNameWidth;
      max-width: $teamNameWidth;*/
      min-height: 25px; }
    #ngBracket .team .teamInput {
      margin: 2px 5px;
      float: left;
      width: 115px;
      height: 15px;
      line-height: 15px; }
  #ngBracket .empty {
    background-color: #eee;
    cursor: default;
    font-size: 12px; }
    #ngBracket .empty .teamname {
      max-width: 190px; }
    #ngBracket .empty .flag {
      width: 5px; }
  #ngBracket .loser {
    background-color: #f2f2f2;
    color: #000; }
    #ngBracket .loser .score {
      color: #fff; }
  #ngBracket .highlight {
    background-color: #DC363B;
    color: #fff; }
  #ngBracket .gold {
    background-color: #FFFF9B;
    box-shadow: 0px 0px 5px #FFFF9B; }
    #ngBracket .gold.connector {
      background-color: transparent;
      border-color: #FFFF9B;
      z-index: 10; }
  #ngBracket .finals.gold:after {
    background-image: url("/demo/images/gold_medal.png");
    background-size: 25px;
    min-height: 25px;
    min-width: 25px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: -30px;
    z-index: 20; }
  #ngBracket .finals.silver:after {
    background-image: url("/demo/images/silver_medal.png");
    background-size: 25px;
    min-height: 25px;
    min-width: 25px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: -30px;
    z-index: 20; }
  #ngBracket .finals.bronze:after {
    background-image: url("/demo/images/bronze_medal.png");
    background-size: 25px;
    min-height: 25px;
    min-width: 25px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: -30px;
    z-index: 20; }
  #ngBracket .separator {
    border-bottom: 1px solid #aaa;
    z-index: 5; }
  #ngBracket .score {
    display: inline-block;
    float: right;
    font-weight: bold;
    background-color: #DC363B;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 25px;
    z-index: -5;
    vertical-align: middle; }
    #ngBracket .score input {
      font-weight: bold;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      width: 25px;
      height: 20px;
      margin: 0px;
      padding: 0px; }
    #ngBracket .score span {
      vertical-align: middle;
      font-size: 20px;
      line-height: 24px; }
    #ngBracket .score input[type='number'] {
      -moz-appearance: textfield; }
    #ngBracket .score input[type=number]::-webkit-inner-spin-button, #ngBracket .score input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  #ngBracket .hidden {
    display: none; }
  #ngBracket .flag {
    float: left;
    width: 25px;
    height: 25px;
    background: no-repeat;
    margin-left: 1px;
    margin-top: 0px;
    /* Margins fitted for demo flags */
    background-size: cover;
    text-indent: -9999px;
    z-index: 20; }
  #ngBracket .connector {
    position: absolute; }
  #ngBracket .connectors {
    border-color: #DC363B;
    z-index: 1; }
    #ngBracket .connectors .tbdB {
      border-color: #DC363B;
      z-index: -1;
      position: absolute; }
    #ngBracket .connectors .highlight {
      border-color: #DC363B;
      background-color: transparent;
      z-index: 2; }
    #ngBracket .connectors .finals-winner {
      border-color: gold; }
  #ngBracket .connectorBottom {
    border-bottom: 2px solid; }
  #ngBracket .connectorLeft {
    border-left: 2px solid; }
  #ngBracket .connectorTop {
    border-top: 2px solid; }
  #ngBracket .connectorRight {
    border-right: 2px solid; }

/*# sourceMappingURL=bracket.css.map */
