




@font-face{ 
    font-family: 'Roboto Condensed'; 
    src: url('/Templates/Fonts/Assistant-WebFont.eot'); 
    src: url('/Templates/Fonts/Assistant-WebFont.eot?#iefix') format('embedded-opentype'), url('/Templates/Fonts/Assistant-WebFont.woff') format('woff'), url('/Templates/Fonts/Assistant-WebFont.ttf') format('truetype'), url('/Templates/Fonts/Assistant-WebFont.svg#Assistant') format('svg'); 
}




:root {
  --match-border-color: #ccc;
  --match-bgColor-viewOnly: #e9ecef;
}





/*

.contentFrameWrapper {
  margin: 0;
  padding: 24px 18px 0 18px;
}




*/


#tournament_header_backToBracketGroup a {
  color:#fff;
  font-size: 16px;
}

.btn-asterisk:before {
  font-family: FontAwesome;
  content: "\f069";
}



.headInput {
  min-height: 130px;
}

#tournamentname {
  font-family: 'Oswald-Bold',Arial,Helvetica,sans-serif;
  font-size: 20px;
  color: #929eaa;
  background-color: #eee;
  padding: 24px;
  border: none;
  border-radius: 0;
  width: 300px;
  display: inline-block;
}

#tournamentname::placeholder {
  padding-top: 12px;
  color: #b4bfcc;
}



.tournyLogin {
  display: inline-block;
  width: 150px;
  text-align: center;
  margin-bottom: 6px;
}

.tournyLogin a {
  font-size: 18px;
  height: 38px;
  border-radius: 10px;
  line-height: 32px;
  background-color: #fff;
  color: #929eaa;
  border: 2px solid #929eaa;
  width: 136px;
  text-align: left;
}

.tournyLogin a:before {
  font-size: 24px;
}
.tournyLogin .btn .btn-label {
  margin-left: 16px;
}

.loginMsg {
  color: #929eaa;
  text-align: left;
  margin-top: 6px;
  line-height: 16px;
}






.mainOptions {
  font-family: Arial,Helvetica,sans-serif;
  margin-bottom: 24px;
  min-height: 62px;
  background-color: #eee;
  padding: 6px 24px;
}


.mainOptions .tournyField {
  position: relative;
  min-width: 140px;
  display: inline-block;
  margin-right: 12px;
}

.mainOptions .tournyField::after {
  font-family: FontAwesome;
  content: '\f0d7';
  font-size: 22px;
  position: absolute;
  right: 14px;
  top: 6px;
  height: 20px;
  pointer-events: none;
  color: #fff;
}


/*
.bracketOptions, .tournament {
  margin: 36px;
}
*/


.bracketOptions .tournyField, .bracketOptions .form-control {
  display: inline-block;
}

.bracketOptions .tournyField {
  margin-right: 16px;
  margin-bottom: 16px;
}

.bracketOptions label {
  display: block;
  font-family: 'Oswald-Bold',Arial,Helvetica,sans-serif;
  font-size: 22px;
  color: #929eaa;
  text-transform: uppercase;
  padding-left: 6px;
}




.tournament_header_row1 {
  background-color: #E0DFEE;

  padding: 3px 12px;

  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-top: 1px solid #fff;
}


@media (max-width: 650px) {

  .tournament_header_row1 {
    padding-bottom:5px;
  }


  .tournament_header_rightLinks {
    display: block;
    padding-top: 4px;
  }
}


@media (max-width: 450px) {

  .tournament_header_row1 {
    padding-left:8px;
    padding-right:8px;
  }

}



.tournament_header_row1 .filterItem {
  margin-right: 4px;
  margin-bottom: 0;
}

.tournament_header_row1 .filterItem select
, .filterItem-row .filterItem select
, .filterItem .select_display
, .tournament_header_row1 .filterItem .btn-edit
, .tournament_header_row1 .filterItem .btn-webpageInfo
 {
  background-color: #C0B0FF;
  color: #2077EC;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 18px;
  width: auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  border-radius: 14px;
  box-shadow: none;
}



.tournament_header_row1 .filterItem .btn-webpageInfo
 {
  line-height: 16px;
}


.btn-webpageInfo span {
  /*
  line-height: 20px;
  */
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 26px;
}
.btn-webpageInfo:after {
  line-height: 24px;
  font-family: FontAwesome;
  content:'\f061';
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;

}




.tournament_header_row1 .filterItem select 
, .filterItem-row .filterItem select {
  padding-right: 26px;
}



@media (max-width: 365px) {

  .tournament_header_row1 .filterItem select {
    padding-right: 14px;
    padding-left: 14px;
  }
  .tournament_header_row1 .filterItem .selectDiv:after {
    display: none;
  }


}



.tournament_header_row1 .filterItem #numTeams {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.tournament_header_row1 .filterItemTeamDrop {
  margin-right: 2px;
}

.tournament_header_row1 .filterItemBtnEdit {
  margin-right: 8px;
}
.tournament_header_row1 .filterItem .btn-edit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 20px;
  padding: 0 18px 0 12px;
}
.tournament_header_row1 .filterItem .btn-edit:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-top: -2px;
}
.tournament_header_row1 .filterItem .btn-edit .btn-label {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}

/*
btn-infoEdit
*/



.tournament_header_row2 .btn-whiteBlueLine {

  color: #fff;
  padding: 0 12px 4px 12px;
  font-size: 16px;
  line-height: 18px;

  font-weight: normal;

  text-decoration: none;
  border-radius: 6px;

  color: #27e;
  background-color: #fff;
  border: 1px solid #27e;
  margin-left: 8px;

}
.tournament_header_row1 .btn-whiteBlueLine:hover {
  background-color: #05c;
  color: #fff;
}




.tournament_header_row1 #btn-infoEdit:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f040";
  margin-left: 12px;
  font-size: 14px;
  font-weight: normal;
}





.specialEventRow a.specialEventLabel.majorEventTab:after {
  display: none;
}


.specialEventRow .specialEventLabel.bracketNameTab {
  padding-left: 3px;
  padding-right: 0;
}


/*
@media (max-width: 650px) {
  .specialEventRow .specialEventLabel.bracketNameTab {
    display: block;
  }
}
*/






 .filterItem .selectDiv:after {
  color: #27e;
  right: 12px;
}

/*
.tournament .filterItem .selectDiv:after {
  color: #fff;
}
.tournament .filterItem .selectDiv#selectDiv_numTeams:after {
  color: #27e;
}

*/



.filterItem .select_display {
  line-height: 26px;
  color: #2077EC;
  display: inline-block;
  text-decoration: none;
}






#tournament_header .tournament_header_row1 a.btn.btn-options {
  color: #2077EC;
  background-color: transparent;
}



/*

#bracketType {
  box-shadow: none;
  background-color: #27e;
  color: #fff;

  padding: 0 24px;
  font-family: 'Roboto Condensed', sans-serif;

}
*/

#tournament_header .tournament_header_row2 {
  padding: 3px 12px 12px 12px;

}


#tournament_header .tournament_header_row2 a.btn {

  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 16px;


/*
  border-radius: 14px;
  display: inline-block;
  vertical-align: middle;

  background-color: #27e;

    line-height: 23px;
    border-radius: 14px;
*/
}

/*
#tournament_header .tournament_header_row2 a.btn .btn-label {
    margin-top: -3px;
    line-height: 20px;
}

*/
#tournament_header .tournament_header_row2 a.btn.btn-setupToggle .btn-label {
  margin-left: 2px;
  margin-top: -4px;
}





#tournament_header .tournament_header_row2 .btn-setupDatesTimes {
  padding-left: 19px;
  padding-right: 21px;

  height: 28px;


  border-radius: 14px;
  display: inline-block;
  vertical-align: middle;

  background-color: #27e;
  color: #fff;

    line-height: 19px;
    border-radius: 5px;

  width: 140px;
  text-align: center;

}


@media (max-width: 430px) {


  #tournament_header .tournament_header_row2 .btn-setupDatesTimes {

    width: 100px;
  }

}


@media (max-width: 380px) {
  #tournament_header .tournament_header_row2 a.btn {
    padding-left: 6px;
    padding-right: 6px;
  }
}




@media (max-width: 345px) {

  #tournament_header .tournament_header_row2 .btn-setupDatesTimes {

    width: 80px;
  }

}



.isScoring #tournament_header .tournament_header_row2 .btn-setupDatesTimes {
  background-color: #aaa;
}


.btn-setupDatesTimes::before {
  vertical-align: middle;
  font-weight: normal;
}

.hasConflict_tournament .btn-setupDatesTimes::before {
  font-family: FontAwesome;
  content: "\f071";
  color: #f66;
  margin-right: 8px;
}




.viewOnly #tournament_header .tournament_header_row2 {
  padding-left: 0;
}


#tournament_header .tournament_header_row2 .standingsToggleLinks .btn {
  
    line-height: 20px;
    height: auto;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #929eaa;
    font-size: 18px;
    color:
}

#tournament_header .tournament_header_row2 .standingsToggleLinks .btn.selected {

    color: #000;
}



/*
#tournament_header .tournament_header_row2 a.btn-scoreEditToggle {
  background-color: #aaa;
  color:#27e;
}

#tournament_header .tournament_header_row2 a.btn-scoreEditToggle:before {
  
  font-family: FontAwesome;
  content:'\f023';
}
*/






#tournament_header .btn-setupToggle {
  color: #27e;
}
.btn-setupToggle:before {
  font-family: FontAwesome;
  content: "\f096";
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  font-size: 18px;
}
.btn-setupToggle.checked:before {
  content: "\f046";
}




#tournament_header .btn-showStandings {
  color: #27e;
}
.btn-showStandings:before {
  font-family: FontAwesome;
  content: "\f0cb";
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  font-size: 24px;
}




#tournament_header .btn-showMatches {
  color: #27e;
  display: none;
}
.btn-showMatches:before {
  font-family: FontAwesome;
  content: "\f00b";
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  font-size: 24px;
  transform: scaleX(-1);
}




.showStandings #tournament_header .btn-showMatches {
  display: inline-block;
}

 
.showStandings #tournament_header .btn-showStandings {
  display: none;
}






.showStandings .tournament #brackets {
  display: none;
}

#standingsWrapper {
  display: none;
}
.showStandings #standingsWrapper {
  display: block;
}





.btn-showStandings .btn-label span
, .btn-showMatches .btn-label span {
  display: inline-block;
  vertical-align: middle;

    line-height: 20px;
    margin-top: -8px;
}

@media (max-width: 500px) {
  .btn-showStandings .btn-label .showPart
  , .btn-showMatches .btn-label .showPart {
    display: none;
  }
}




@media (max-width: 450px) {
  .tournament_header_row2 .filterItem {
    margin: 0;
  }
  #tournament_header .tournament_header_row2 {
    padding: 3px 6px 12px 6px;
  }
}



#standingsWrapper .standingsContent {
  padding: 0 12px 0 12px;
}


#standingsWrapper .roundHeader {
  line-height: 20px;
  height: auto;
  margin: 0 0 0 12px;
  border: none;

      font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.viewOnly #standingsWrapper .roundHeader {
  display: none;
}

#standingsWrapper .standingsPoolWrapper {
  margin-bottom: 18px;
}
#standingsWrapper .standingsPoolWrapper thead td {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

#standingsWrapper .standingsPoolWrapper td {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}

#standingsWrapper .standingsPoolWrapper thead td div {
  padding: 0 12px;
  color: #929eaa;
  line-height: 28px;
}
#standingsWrapper .standingsPoolWrapper td.poolName_cell {
  text-align: left;
}
#standingsWrapper .standingsPoolWrapper td.poolName_cell div {
  padding-left: 13px;
  color: #929eaa;
}


#standingsWrapper .standingsPoolWrapper td.notesCell div {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.viewOnly #standingsWrapper .standingsPoolWrapper td.notesCell div {
  padding-left: 12px;
}

#standingsWrapper .standingsPoolWrapper tbody td {
  padding-top: 4px;
  padding-bottom: 4px;
}
#standingsWrapper .standingsPoolWrapper td.dataCell {
  padding: 0;
}
#standingsWrapper .standingsPoolWrapper td.dataCell div {
  padding: 0;
  width: 40px;
  color: #929eaa;
  background-color: #e9ecef;
  text-align: center;
  font-weight: bold;
  border: none;
  margin: 2px;
  line-height: 28px;
  border-radius: 5px;
}

#standingsWrapper .standingsPoolWrapper td.teamnameCell div {
  padding: 0 24px 0 12px;
  line-height: 28px;
}



#standingsWrapper .btn-edit {
  color:#929eaa;
  margin-top: -1px;
}

#standingsWrapper .btn-edit .btn-label {
  margin-top: -1px;
}



#dialogTeamStandings .headerMsg {
  font-weight: bold;
}


#dialogTeamStandings .inputRow {
  margin: 12px 0;
}


#dialogTeamStandings #teamNotes {
  display: block;
  width: 100%;
  font-size: 14px;
}


#dialogTeamStandings .inputLabel {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #666;
    margin-right: 8px;
    margin-left: 4px;
}

.numTeamsWrapper {
  position: relative;
}
.numTeamsWrapper::after {
  font-family: FontAwesome;
  content:'\f0d7';
  color: #929eaa;
  font-size: 24px;
  position: absolute;
  right: 8px;
  bottom: 16px;
  height: 20px;
  pointer-events: none;
}



.addTeams {
  font-size: 18px;
  height: 38px;
  border-radius: 10px;
  line-height: 32px;
  background-color: #929eaa;
  border-color: #929eaa;
  margin: 6px 12px;
}
.addTeams .fa {
  margin-left: 12px;
  margin-top: -2px;
  font-size: 22px;
  vertical-align: middle;
}

.printTournament {
  font-size: 18px;
  height: 38px;
  border-radius: 10px;
  line-height: 32px;
  background-color: #929eaa;
  border-color: #929eaa;
  margin: 6px;
}


.createAccount {
  margin-left: 24px;
  color: #969EAA;
  text-decoration: underline;
  white-space: nowrap;
}








.bracketSelect {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}
.bracketSelectLinks {
  text-align: center;
}
.bracketSelectLinks a {
  display: inline-block;
  height: 48px;
  width: 44px;
  font-family: 'Oswald-Bold',Arial,Helvetica,sans-serif;
  color: #b4bfcc;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
}
.bracketSelectLinks a.active {
  background-color: #eee;
  color: #969EAA;
}







/*
.scrollWrap1, .scrollWrap2 {
  overflow: auto;
}
.scrollWrap1, .dummyScroll {
  height: 20px;
}
.dummyScroll {
  min-width: 690px;
  overflow: hidden;
}
*/
.brackets {
  width: 100%;
  min-height: 100%;
/*
  overflow-x: auto;
*/
}
.brackets strong {
  padding-left: 8px;
}
.brackets > div {
  vertical-align: top;
  clear: both;
  /*
  overflow-y: hidden;
*/
  padding-left: 12px;
}



@media screen and (max-width: 440px) {

  .brackets > div {
    padding-left: 6px;
  }


}




.single-elimination.brackets > div > div 
, .double-elimination.brackets > div > div 
{
  float: left;
  height: 100%;
  width: 184px;
}
.brackets > div > div > div {
  margin: 50px 0;
}



.pool-play.brackets > div > div
, .round-robin.brackets > div > div
 {
  display: inline-block;
  width: 184px;
  padding-bottom: 24px;
  vertical-align: top;
}

#brackets div.pool-row {
  margin: 4px 0 -12px 0;
  padding-left: 13px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  color:#929eaa;
  height: 25px;
}


.brackets > div > div > div.pool-row-more {
  margin: -22px 0-20px 13px;
}




.brackets div.bracketbox {
  position: relative;
  width: 100%;
  height: 33px;

  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;

/*
  border-top: 3px solid #929eaa;
  border-right: 3px solid #929eaa;
  border-bottom: 3px solid #929eaa;
*/

}
.brackets div.bracketbox > span.info {

  position: absolute;
  bottom: 39px;
  left: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #777;
  line-height: 14px;
  z-index: 10;
}

.brackets div.bracketbox > .date_time_location {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  line-height: 12px;
}


.brackets div.bracketbox > .date_time_location > .date_time {
  line-height: 15px;
  display: block;
  position: absolute;
  bottom: 39px;
  padding-left: 42px;
  padding-right: 8px;
  left: 10px;
  right: 8px;
  text-align: right;

  text-decoration: none;
  color: #777;

  font-weight: bold;

  background-color: #eee;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;

}

.brackets div.bracketbox > .date_time_location > .location {
  line-height: 15px;
  display: block;
  position: absolute;
  bottom: -24px;
  left: 10px;
  right: 8px;
  text-decoration: none;
  color: #777;
  font-weight: bold;
  text-align: right;
  padding-right: 8px;



  background-color: #eee;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;

}




/*
.brackets .r1 div.bracketbox > span.info {
  top: auto;
  left: -36px;
}
*/



.brackets div.bracketbox > span {
  position: absolute;
  left: 8px;
  font-size: 16px;
  white-space: nowrap;
}



.brackets div.bracketbox > span.bracket_team {
  background-color: var(--match-bgColor-viewOnly);
  height: 26px;
}

.brackets div.bracketbox > span.teama {
  top: -12px;
}
.brackets div.bracketbox > span.teamb {
  bottom: -11px;
}
.brackets div.bracketbox > span.teamc {
  bottom: 44px;
}

.brackets .r2 div.bracketbox > span.teamc {
  bottom: -16px;
}

.brackets .group_loser.group_grandFinal div.bracketbox > span.teamc {
  bottom: -16px;
}




.brackets > .group2 {
  width: 390px;
  padding-top: 4px;
}


.single-elimination.brackets > .group2
, .double-elimination.brackets > .group2

 {
  height: 126px;
}








/*
.bracket_bg {
  position: absolute;
  top:-32px;
  right: 2px;
  bottom: -19px;
  left: 5px;

  border-radius: 5px;;

  border: 1px solid #ddd;
  background-color: #eee;
}
*/









.pool-play .line_back
, .pool-play .line_next


, .round-robin .line_back
, .round-robin .line_next

 {
  display: none;
}

/*
.brackets.pool-play > div > div:after {
  content: ' ';
  clear: both;
  display: block;
}
*/


.brackets div.bracketbox .line_back:before {
  content: ' ';
  width: 8px;
  border-bottom: 2px solid var(--match-border-color);
  height: 0;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
}


.brackets .r1 div.bracketbox .line_back:before {
  display: none;
}



/*
.brackets .group_loser .r1LI div.bracketbox .line_back:before {
  display: inline-block;
}
.brackets .group_loser .r1LI div.bracketbox .line_back:after {
  content: ' ';
  width: 2px;
  height: 43px;
  background-color: var(--match-border-color);
  display: inline-block;
  position: absolute;
  top: -29px;
  left: 0;
}
*/



.brackets .r2LI div.bracketbox .line_back:before {
  display: inline-block;
  left: -2px;
  width: 10px;
}


.brackets .finalRound div.bracketbox .line_next {
  display: none;
}

.brackets.double-elimination .finalRound div.bracketbox .line_next
 {
  display: inline-block;
}
.brackets.double-elimination .finalRound div.bracketbox .line_next:before
 {
  width: 15px;
  right: -9px;
}
.brackets.double-elimination .finalRound div.bracketbox .line_next:after
 {
  display: none;
}


.brackets div.bracketbox .line_next:before {
  content: ' ';
  width: 7px;

  height: 0;
  border-bottom: 2px solid var(--match-border-color);


  display: inline-block;
  position: absolute;
  top: 12px;
  right:-1px;
}



.brackets .group_grandFinal div.bracketbox .line_next:before {
  width: 17px;
  right:-11px;
}


.brackets div.bracketbox .line_next:after {
  content: ' ';

  border-left: 2px solid var(--match-border-color);

  width: 0;
  height: 43px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right:  -3px;
}





.brackets .group_loser .r1LI div.bracketbox .line_next:after
 {
  display: none;
}

.brackets .group_loser .r2LI div.bracketbox .line_next:before {
  width: 15px;
  right: -9px;
}
.brackets .group_loser .r2LI div.bracketbox .line_next:after {
  display: none;
}



.brackets .group_loser.group_grandFinal div.bracketbox .line_next:after {
  height: 2px;
  top: 12px ;
}





.brackets > div > .r1 > div:nth-child(odd) .line_next:after {
  top: -29px;
}


.brackets .r2 div.bracketbox .line_next:after {
  height: 83px;
}
.brackets > div > .r2 > div:nth-child(odd) .line_next:after {
  top: -69px;
}


.brackets .r3 div.bracketbox .line_next:after {
    height: 166px;
}

.brackets > div > .r3 > div:nth-child(odd) .line_next:after {
  top: -152px;
}


.brackets .r4 div.bracketbox .line_next:after {
  height: 330px;
}
.brackets > div > .r4 > div:nth-child(odd) .line_next:after {
  top: -316px;
}















/*
.brackets > .group2 > div {
  width: 49%;
}
*/



.single-elimination.brackets > .group3 
, .double-elimination.brackets > .group3 
{
  width: 572px;
  padding-top: 4px;
}
.single-elimination.brackets > .group4 
, .double-elimination.brackets > .group4 
{
  width: 752px;
  padding-top: 4px;

}
.single-elimination.brackets > .group5 
, .double-elimination.brackets > .group5 
{
  width: 932px;
  padding-top: 4px;
}
.single-elimination.brackets > .group6 
, .double-elimination.brackets > .group6 
{
  width: 1116px;
  padding-top: 4px;
}


.single-elimination.brackets > .group3 
, .double-elimination.brackets > .group3 
{
  height: 220px;
}

.double-elimination.brackets > .group3.group_grandFinal
{
  height: 140px;
}






.single-elimination.brackets > .group4 
, .double-elimination.brackets > .group4 
{
  height: 376px;

}
.single-elimination.brackets > .group5 
, .double-elimination.brackets > .group5 
{
  height: 704px;
}
.single-elimination.brackets > .group6 
, .double-elimination.brackets > .group6 
{
  height: 1350px;
}





.r1, .r2, .r3, .r4, .r5, .r6

, .rC, .rCR, .roundCol_loser

 {
  position: relative;
}

.brackets > div > .r1 > div 

, .brackets > div > .rC > div
, .brackets > div > .rCR > div
{
  height: 32px;
}



.brackets.round-robin > div > .r1 > div 
{
  height: 40px;
}



.brackets > div > .r2 > div
 {
  margin: 91px 0 96px 0;
  height: 68px;
}
.brackets > div > .r3 > div {
  margin: 172px 0 158px 0;
  height: 156px;
}
.brackets > div > .r4 > div{
  margin: 336px 0 324px 0;
  height: 322px;
}
.brackets > div > .r5 > div {
  margin: 664px 0 0 0;
  height: 660px;
}
.brackets > div > .r6 > div {
  margin: 680px 0 0 0;
}

.brackets > div > .r2 > div.final {
  margin-top: 64px;
}


.brackets > div > .r3 > div.final {
  margin-top: 103px;
}
.brackets > div > .r4 > div.final {
  margin-top: 187px;
}
.brackets > div > .r5 > div.final {
  margin-top: 351px;
}
.brackets > div > .r6 > div.final {
  margin-top: 679px;
}


.brackets div.final > div.bracketbox {
  border-top: 0px;
  border-right: 0px;
  height: 0px;
  width: 50px;
}
.brackets > div > .r4 > div.drop {
  height: 180px;
  margin-bottom: 0px;
}
.brackets > div > .r5 > div.final.drop {
  margin-top: 345px;
  margin-bottom: 0px;
  height: 1px;
}
.brackets > div > div > div:last-of-type {
  margin-bottom: 0px;
}









.brackets > div > div > div.roundHeader {
  line-height: 20px;
  height: auto;
  margin: 0 0 0 12px;
  border: none;

      font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}


.brackets.round-robin > div > div > div.roundHeader {
  margin: 0 0 -16px 12px;
}


.brackets.single-elimination > div > div > div.roundHeader
, .brackets.double-elimination > div > div > div.roundHeader
 {
  position: absolute;
  top: -4px;
  left: 0;
}




.brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_7 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_8
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_9
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_10
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_11
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_12
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_13
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_14
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_15
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_16
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_17
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_18
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_19
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_20
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_21
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_22
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_23
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_24
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_25
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_26
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_27
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_28
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_29
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_30
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_31
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_32
{
  padding-top: 0;
  margin-top: -60px;
}
 .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_7 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_8 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_9 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_10 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_11 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_12 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_13 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_14 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_15 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_16 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_17 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_18 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_19 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_20 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_21 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_22 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_23 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_24 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_25 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_26 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_27 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_28 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_29 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_30 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_31 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeams_6.finals-bracket.numTeamsG_32 > div > div.roundHeader 

{
  top: 60px;
}




.brackets.single-elimination > div.numTeamsG_6.elimination-bracket
, .brackets.single-elimination > div.numTeamsG_5.elimination-bracket 
, .brackets.single-elimination > div.numTeamsG_9.elimination-bracket 
, .brackets.single-elimination > div.numTeamsG_10.elimination-bracket
{
  padding-top: 0;
  margin-top: -110px;
}
.brackets.single-elimination > div.numTeamsG_6.elimination-bracket > div > div.roundHeader
, .brackets.single-elimination > div.numTeamsG_5.elimination-bracket > div > div.roundHeader 
, .brackets.single-elimination > div.numTeamsG_9.elimination-bracket > div > div.roundHeader 
, .brackets.single-elimination > div.numTeamsG_10.elimination-bracket > div > div.roundHeader 

{
  top: 110px;
}





.brackets.single-elimination > div.numTeamsG_11.elimination-bracket
, .brackets.single-elimination > div.numTeamsG_12.elimination-bracket
, .brackets.single-elimination > div.numTeamsG_13.elimination-bracket
{
  padding-top: 0;
  margin-top: -160px;
}
.brackets.single-elimination > div.numTeamsG_11.elimination-bracket > div > div.roundHeader 
, .brackets.single-elimination > div.numTeamsG_12.elimination-bracket > div > div.roundHeader 
, .brackets.single-elimination > div.numTeamsG_13.elimination-bracket > div > div.roundHeader 
{
  top: 160px;
}






.brackets.single-elimination > div.numTeamsG_25.elimination-bracket.numTeams_17 
, .brackets.single-elimination > div.numTeamsG_26.elimination-bracket.numTeams_17
, .brackets.single-elimination > div.numTeamsG_27.elimination-bracket.numTeams_17
, .brackets.single-elimination > div.numTeamsG_28.elimination-bracket.numTeams_17
, .brackets.single-elimination > div.numTeamsG_29.elimination-bracket.numTeams_17
, .brackets.single-elimination > div.numTeamsG_30.elimination-bracket.numTeams_17
, .brackets.single-elimination > div.numTeamsG_31.elimination-bracket.numTeams_17
, .brackets.single-elimination > div.numTeamsG_32.elimination-bracket.numTeams_17
{
  padding-top: 0;
  margin-top: -250px;
}
.brackets.single-elimination > div.numTeamsG_25.elimination-bracket.numTeams_17 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeamsG_26.elimination-bracket.numTeams_17 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeamsG_27.elimination-bracket.numTeams_17 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeamsG_28.elimination-bracket.numTeams_17 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeamsG_29.elimination-bracket.numTeams_17 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeamsG_30.elimination-bracket.numTeams_17 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeamsG_31.elimination-bracket.numTeams_17 > div > div.roundHeader 
, .brackets.single-elimination > div.numTeamsG_32.elimination-bracket.numTeams_17 > div > div.roundHeader 
{
  top: 250px;
}


/*
.brackets.single-elimination > div.numTeamsG_5.elimination-bracket {
  padding-top: 0;
  margin-top: -90px;
}
.brackets.single-elimination > div.numTeamsG_5.elimination-bracket > div > div.roundHeader {
  top: 90px;
}


.brackets.single-elimination > div.finals-bracket {
  padding-top: 0;
  margin-top: -50px;
}
.brackets.single-elimination > div.finals-bracket > div > div.roundHeader {
  top: 50px;
}
*/

/*
.brackets > div > div.r1 > div.roundHeader {
  left: 0;
}

*/


.brackets .teamc {
  border: 2px solid var(--match-border-color);
  border-radius: 5px;
}

.brackets .teama {
  border: 2px solid var(--match-border-color);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.brackets .teamb {
  border: 2px solid var(--match-border-color);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}


.brackets .rCR .teama 
, .brackets .rCR .teamb
{
  border-style: dashed;
}




.brackets .isOptional.teama 
, .brackets .isOptional.teamb
{
  border-style: dashed;
}




#dialogReturnToSetup .bootstrap-dialog-message {
  text-align: center;
}


#dialogTournamentOptions .inputRow {
  margin-top: 8px;
}
#dialogTournamentOptions .option-actions {
  margin-top: 8px;
}
#dialogTournamentOptions .option-actions .btn {
  font-weight: normal;
}


#dialogTournamentOptions .filterCell {
  margin: 12px 0;
}


.seed {
  display: inline-block;
  width: 21px;
  text-align: right;
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  color: #666;
}

.teamname_input {
  width: 133px;
  padding: 0 8px;
  border: none;
  background-color: #fff;

  color:#4E78EE;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  outline: none;

  display: inline-block;
  vertical-align: top;
}

.teama .teamname_input {
  border-top-left-radius: 5px;
}

.teamb .teamname_input {
  border-bottom-left-radius: 5px;
}
.useSeed .r1 .teamname_input
, .useSeed .r2 .teamname_input

, .useSeed .rC .teamname_input
, .useSeed .rCR .teamname_input

 {
  padding-left: 24px;
}





.teamname_input::placeholder {
  color: #aaa;
  font-weight: normal;
}
.teamscore_input {
  width: 30px;
  color: #929eaa;
  text-align: center;
  border: none;
  border-left: 2px solid var(--match-border-color);
  line-height: 22px;
  font-weight: bold;
  outline: none;

  display: inline-block;
  vertical-align: top;
}

.teama .teamscore_input {
  border-top-right-radius: 5px;
}

.teamb .teamscore_input {
  border-bottom-right-radius: 5px;
}
#winner {
  border-radius: 5px;
}


.teamscore_display {
  width: 30px;
  display: inline-block;
  vertical-align: top;
  color: #929eaa;
  text-align: center;
  line-height: 22px;
  height: 22px;
  font-weight: bold;
  border: none;
}
.isScoring .teamname_display .tbd {
  color: #27e;
  font-weight: bold;
}



.hasConflict .teamname_input
, .hasConflict .teamname_input::placeholder
, .hasConflict .teamname_display span
 {
  color:#c00;
}






.bracketbox .teamname_display {
  width: 133px;
  padding: 3px 7px 0 7px;

  font-size: 14px;
  height: 22px;
  padding-left: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
.bracketbox .teamname_display.isSeed {
  background-color: #fff;
}

.isScoring .bracketbox .teamname_display.isSeed {
  background-color: var(--match-bgColor-viewOnly);
}



.isBye .teamname_input
, .isBye .bracketbox .teamname_display {
  width: 163px;
}

.isBye .bracketbox .teamname_display_BYE {
  color: #aaa;
}
.bracketbox .teamname_display.teamname_display_BYE {
  font-weight: normal;
}






.useSeed .r1 .bracketbox .teamname_display
, .useSeed .r2 .bracketbox .teamname_display
 {
  padding-left: 25px;
}




.footerOptions {
  height: 40px;
}



.switchOption {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px -5px 12px;

  text-align: center;
}

.switchOption label
, .modal-dialog label
, #bracketRefLabel {
  font-family: 'Oswald-Regular',Arial,Helvetica,sans-serif;
  font-size: 14px;
  text-transform: none;
  line-height: 18px;
  white-space: no-wrap;
  font-weight: normal;
  color:#888;
}


#bracketRefLabel {
  margin-left: 6px;
}



.tournament_saveRow {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1367px;
}

@media (max-width: 767px) {
  .tournament_saveRow {
    margin: 4px 0 4px 0;
  }
}


.tournament_saveRow .btn_save {
  width: 220px;
  text-align: center;

  background-color: #204000;
  color:#bbb;
}


@media (max-width: 330px) {


  .tournament_saveRow .btn_save {
    width: 200px;
  }

}


.hasChanges .tournament_saveRow .btn_save {
  background-color: #009900;
}


.btn_save .save-label {
  display: none;
}
.btn_save .save-label.save-none {
  display: block;
}
.hasChanges .btn_save .save-label.save-none
, .saveInProgress .btn_save .save-label.save-none {
  display: none;
}
.hasChanges .btn_save .save-label.save-pending {
  display: block;
  color:#fff;
}
.saveInProgress .btn_save .save-label.save-inProgress {
  display: block;
  color:#fff;
}


.btn-newMulti {
  display: none;
}
.isNewDoubleElim .tournament_saveRow .btn_save {
  display: none;
}
.isNewDoubleElim .btn-newMulti {
  display: inline-block;
  width: 220px;
  text-align: center;
}

/*
.tournament_header {
  position: relative;
  padding-right: 100px;
  padding-left: 8px;
  margin-bottom: 12px;
}
*/


/*

#tournament_tabs .titleWrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 300px;
  background-color: #E7E9ED;

  overflow: hidden;
  position: relative;
  margin-bottom: 5px;

  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

}
.tournament.viewOnly .tournament_header_row1 {
  margin-bottom: 18px;
}

*/



#tournament_tabs .titleWrapper {

  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 300px;
  position: relative;
  padding-left: 24px;


  background-color: #fff;

  border-radius: 6px;

}
#tournament_tabs.viewOnly .titleWrapper {

  background-color: transparent;
}


.tournament_header_row1 .bracketDate_view {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 12px 0 12px;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    font-family: Oswald-Regular,Arial,Helvetica,sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #2659FF;
}



@media (max-width: 667px) {

  #Header_NameInput_Item {
    display: block;
    margin-bottom: 5px;
  }
}




#tournament_tabs #bracketName {
  width: 100%;

  border: none;
  background-color: transparent;


  color: #2659FF;

  
  font-size: 16px;
  line-height: 23px;
  height: 25px;
    font-family: 'Oswald-Regular',Arial,Helvetica,sans-serif;
  font-weight: normal;

  box-shadow: none;

  display: inline-block;
  vertical-align: middle;

  padding: 2px 8px 0 4px;

}







#tournament_tabs.viewOnly #bracketName {
  background-color: transparent;
}


#tournament_tabs .titleWrapper:before  {

  font-family: FontAwesome;
  display: inline-block;
  font-size:14px;
  line-height: 14px;
  font-weight: normal;
  vertical-align: middle;

  position: absolute;
  left: 8px;
  top: 7px;
  color: #4E78EE;

  content: "\f0e8";
  transform: rotate( 90deg );
}




/*
#tournament_tabs .titleWrapper:after  {

  font-family: FontAwesome;
  display: inline-block;
  font-size:14px;
  line-height: 14px;
  font-weight: normal;
  vertical-align: middle;

  position: absolute;
  right: 10px;
  top: 7px;
  color: #4E78EE;

  content: "\f040";
}


*/





















.section-row-header .input-group {
  float: right;
  display: inline-block;
  vertical-align: middle;
}

.section-row-header .input-group .section-row-label {
  line-height: 32px;
}

#inputGroupPools {
  margin-right: 8px;;
}



/* The slider */

label.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    vertical-align: middle;
}
label.switch input {
    display: none;
}


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

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

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%;
}



/* dialogs */

.tournamentDialog .modal-header {
  background-color: #929eaa;
}
.tournamentDialog .modal-body {
  background-color: #e9ecef;
}
.tournamentDialog .listEditButton {
  text-align: center;
}
.tournamentDialog .listEditButton a {
  background-color: #999;
  font-size: 20px;
  border: none;
  border-radius: 24px;
  padding: 0 32px;
  width: 382px;
}
.tournamentDialog .listEditButton .btn-secondary:before {
  font-size: 32px;
}
.tournamentDialog .listEditButton a .btn-label {
  text-transform: none;
  margin-left: 16px;
}
.modal-footer .btn-default {
  margin-left: 8px;
}

.listInputWrapper {
  padding: 0 12px;
}
#addTeamsListDialog .instructions {
  color: #929eaa;
  font-size: 16px;
  margin-bottom: 16px;
}
#teamsList {
  height: 400px;
  color: #929eaa;
}

.tournamentDialog .modal-footer .btn-default {
  background-color: #929eaa;
}





#scheduleWrapper {
  page-break-before: always;
}
.sectionHeader {
  font-family: 'Oswald-Bold',Arial,Helvetica,sans-serif;
  font-size: 28px;
  color: #929eaa;
  padding: 8px;
  text-transform: uppercase;
}

#scheduleData {
  padding: 0 18px 24px 18px;
  color: #929eaa;
}


@media screen and (max-width: 440px) {

  #scheduleData {
    padding: 0 8px 24px 8px;
  }


}

@media screen and (max-width: 340px) {
  #scheduleData {
    padding: 0 0 24px 2px;
  }

}



.roundHeader .roundHeader-label {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color:#000;
  font-size: 18px;

/*
  border-bottom: 2px solid #929eaa;
  margin-bottom: 4px;
*/
}

#scheduleWrapper .roundHeader {
  border-bottom: 2px solid #929eaa;
}


.roundHeader .roundHeader-inner {
  max-width: 553px;
  padding-left: 4px;
}






.schedule-pool-row {
  border-bottom: 1px solid #929eaa;
  padding: 0 2px 0 5px;
  font-weight: bold;
}




.roundWrapper {
  padding: 4px;
  margin-top: 8px;
}

.gameInfoRow {
  padding: 4px;
  border-bottom: 1px solid #ccc;
  position: relative;
}



.gameInfoRow .teamsInfo {
  max-width: 390px;
  position: relative;
}


@media screen and (max-width: 880px) {
  .gameInfoRow .teamsInfo {
    display: block;
  }


  .gameInfoRow .teamsInfo {
    max-width: 370px;
  }


}



.dateTimeLoc {
  margin-left: 4px;
}

@media screen and (max-width: 920px) {
  .dateTimeLoc > div {
    margin-top: 2px ;
  }
}

@media screen and (max-width: 800px) {
  .dateTimeLoc {
    margin-left: 0;
    margin-top: 2px;
  }
}


@media screen and (max-width: 800px) {

  .roundWrapper {
    padding: 4px 0;
    margin-top: 8px;
  }
}



.gameInfoRow > div, .teamsInfo > div, .dateTimeLoc > div {
  display: inline-block;
  vertical-align: middle;
}



.vsLabel {
  color:#4E78EE;
  font-family: 'Roboto Condensed', sans-serif;
}

.gameNo {

  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #777;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;


/*

  font-family: 'Oswald-Bold',Arial,Helvetica,sans-serif;
  font-size: 16px;
  color: #b4bfcc;
  background-color: #eee;
  height: 33px;
  width: 33px;
  border-radius: 11px;
  text-align: center;
  line-height: 36px;
  display: inline-block;

*/

}




@media screen and (max-width: 880px) {



  .gameNo {
    position: absolute;
    left: 2px;
    top: 25px;
    font-size: 15px;
    /*
    color: #4E78EE;
    */
  }
}






.schedSeed {
  margin-right: 4px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-weight: normal;
}
.teamLabel {
  width: 120px;
  font-size: 14px;
  line-height: 16px;

  font-family: 'Roboto Condensed', sans-serif;

  font-weight: bold;
    color: #4E78EE;

    display: inline-block;
    vertical-align: top;
    
    overflow: hidden;



}


/*
.teamLabel span {
  display: inline-block;
  vertical-align: middle;
}
*/




#scheduleData .teamLabel > span {
    display: flex;
    align-items: center;
}






/*
#scheduleData .teamLabel span {
  height: 24px;
}
*/


@media (max-width: 880px) {

  .teamsInfo .teamLabel {
    display: block;
    padding: 4px 30px 4px 0px;
    margin-left: 40px;
    margin-right: 8px;
    width: 95%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

  }


  #scheduleData .teamLabel > span {
      display: block;
  }


  .teamsInfo .teamLabel.teamLabelA {
    border-bottom: 2px solid #eee;
  }

  .vsLabel {
    display: none;
  }
}


@media (max-width: 450px) {
  .teamsInfo .teamLabel {
    width: 90%;
  }
}





.gameTime {
  width: 83px;

  font-size: 16px;
  line-height: 24px;;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;

    color: #4E78EE;
    color: #929eaa;
    background-color: #e9ecef;

    border-radius: 5px;
    margin-right: 8px;
}


@media (max-width: 380px) {

  .gameTime {

      margin-right: 2px;
  }

}


@media (max-width: 340px) {


/*
  .gameTime {
    width: 75px;

  }
*/
  .gameTime input {
    padding-left: 8px;
    padding-right: 8px;
  }
}




.teamLabelA {
  text-align: right;
}


.teamLabelA > span > span {
  margin-left: auto;
}


.tbd {
  color: #aaa;
  font-weight: normal;
}

.scheduleScore {
  width: 40px;
  color: #929eaa;
  background-color: #e9ecef;
  text-align: center;
  font-weight: bold;
  border: none;
  margin: 0 8px;
  line-height: 24px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
}


@media (max-width: 880px) {


  .scheduleScore
  , .scheduleScore_display {
    position: absolute;
    top:-1px;
    right: 0;
  }


  .scheduleScore.teamA {
  }
  .scheduleScore.teamB
  , .scheduleScore_display.teamB {
    top:27px;
  }



}







.scheduleScore_display {
  display: inline-block;
  width: 40px;
  color: #929eaa;
  background-color: #e9ecef;
  text-align: center;
  font-weight: bold;
  border: none;
  margin: 0 8px;
  line-height: 28px;
  border-radius: 5px;
}







.gameLoc {
  position: relative;
  width: 140px;

  font-size: 16px;
  line-height: 24px;;
  font-family: 'Roboto Condensed', sans-serif;

  color: #333;
  background-color: #e9ecef;

  border-radius: 5px;
}




@media (max-width: 400px) {

  .gameLoc {
    width: 100px;
  }

}




.viewOnly .gameDate
, .viewOnly .gameLoc
, .viewOnly .gameTime {
  background-color: transparent;
}





.gameDate {
  margin-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;


  position: relative;
  width: 118px;

  font-size: 14px;
  line-height: 24px;;
  font-family: 'Roboto Condensed', sans-serif;

  color: #333;
  background-color: #e9ecef;

  border-radius: 5px;


  border-top-right-radius: 0;
  border-bottom-right-radius: 0;

}



@media (max-width: 340px) {


  .gameDate {
    width: 125px;
  }

}





.gameTime {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}




.gameDate input
, .gameLoc input
, .gameTime input {
  background-color: transparent;
  box-shadow: none;
}


.gameInfoRow.hasConflict .gameDate input 
, .gameInfoRow.hasConflict .gameTime input 
, .gameInfoRow.hasConflict .dayOfWeek
, .gameInfoRow.hasConflict_location .gameLoc input
, .gameInfoRow.hasConflict_location .gameLoc input::placeholder
{
  color: #c00;
}



/*
.gameTime::before {
    font-family: FontAwesome;
    content: "\f017";
    color: #929eaa;
    font-weight: normal;
  }
.gameDate::before {
    font-family: FontAwesome;
    content: "\f073";
    color: #929eaa;
    font-weight: normal;
    padding-right: 4px;
}
.gameLoc::before {
    font-family: FontAwesome;
    content: "\f041";
    color: #929eaa;
    font-weight: normal;
}
*/


.dayOfWeek {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  text-align: right;


    line-height: 20px;
    padding-top: 2px;
}
.viewOnly .dayOfWeek {
  line-height: 20px;
  padding-top: 2px;
}

@media (max-width: 340px) {
  .dayOfWeek {
    left: 2px;
  }

}



.dateLabelRow {
  font-size: 14px;
  display: block;
  padding-left: 4px;
}



.viewOnly .form-control {
  border: none;
  box-shadow: none;
  padding-right: 0;
}

.gameTime .form-control
, .gameTime input
, .gameDate .form-control
, .gameDate input
, .gameLoc .form-control
, .gameLoc input
, #dialogTimeSettings .short

 {
  border: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  color: #333;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}



.gameTime input {
  width: 100%;
  text-align: right;

}




.gameDate input {
  display: inline-block;
  width: 93px;
  padding-left: 6px;
  padding-right: 6px;
}



@media (max-width: 340px) {



  .gameDate input {
    width: 90px;
    padding-left: 5px;
    padding-right: 5px;
  }
}




.gameLoc input {
  display: inline-block;
  width: 100%;
}




.locPick
, .teamPick {
  display: none;
  position: absolute;
  top: 23px;
  min-width: 100px;
  z-index: 999;
  background-color: #fff;
  color: #666;
  border: 1px solid;
  cursor: pointer;
  width: 134px;
  overflow: hidden;
  border-radius: 3px;

  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;

  line-height: 20px;



  max-height: 200px;
  overflow: auto;

}
.locPick div
, .teamPick div {
  padding: 4px 12px;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.teamPick div:last-child {
  border-bottom: none;
}
.locPick div:hover
, .teamPick div:hover {
  background-color: #eee;
}

.teamPick div.isExtra {
  color: #999;
}




.gameTime input::placeholder, .gameDate input::placeholder, .gameLoc input::placeholder {
  color: #aaa;
}


#descriptionWrapper {
  margin-top: 36px;
  padding-bottom: 36px;
  page-break-before: always;
}
#descriptionWrapper .sectionHeader {
  cursor: pointer;
}
#descriptionWrapper .sectionHeader::after {
    font-family: FontAwesome;
    content: "\f040";
    padding-left: 24px;
}
#descriptionWrapper.editOpen .sectionHeader::after {
    content: "\f0c7";
}
#descriptionData {
  margin: 8px;
}







.btn-up:before {
    font-family: FontAwesome;
    content: "\f077";
}
.btn-down:before {
    font-family: FontAwesome;
    content: "\f078";
}









/* COPIED FROM Templates/responsive/src/default.css */

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;

  z-index: 1051 !important;

}


.ui-datepicker.ui-widget {
    font-size: 12px;
}



.ui-datepicker .ui-widget-header {
    position: relative;
    padding: .2em 0;

    border-radius: 4px;

    border: 1px solid #aaaaaa;

    background: #cccccc url(/lib/jQuery/themes/jquery-ui-1.8.14/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  
    color: #222222;
    font-weight: bold;

}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}



.ui-state-disabled
, .ui-widget-content .ui-state-disabled
, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}




.ui-datepicker.ui-widget-content {

    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}


.ui-datepicker.ui-state-default
, .ui-datepicker.ui-widget-content .ui-state-default
, .ui-datepicker .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(/lib/jQuery/themes/jquery-ui-1.8.14/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}



.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span
, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}


.ui-datepicker .ui-state-hover
, .ui-datepicker.ui-widget-content .ui-state-hover
, .ui-datepicker .ui-widget-header .ui-state-hover
, .ui-datepicker .ui-state-focus
, .ui-datepicker.ui-widget-content .ui-state-focus
, .ui-datepicker .ui-widget-header .ui-state-focus {
    border: 1px solid #000;
    background: #dadada url(/lib/jQuery/themes/jquery-ui-1.8.14/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}


.btn.btn-week {
  width:190px;
  text-align: left;
  vertical-align: middle;
  border-radius: 4px;
  padding-top: 3px;
}
.btn-week:before {
  font-family: 'FontAwesome';
  content: '\f073';
  margin-top: -4px;
  font-size: 20px;
  margin-right: 10px;
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar a {
  color:#000 !important;
  border-width: 2px;
}
.ui-datepicker-calendar a.ui-state-hover {
  border-color:#000;
}
.container .week-picker .cal-event a {
  background:#86D3FF;
  background: -moz-linear-gradient(top, #86D3FF 20%, #a6f3FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #86D3FF), color-stop(100%, #a6f3FF));
  background: -webkit-linear-gradient(top, #86D3FF 20%, #a6f3FF 100%);
  background: -o-linear-gradient(top, #86D3FF 20%, #a6f3FF 100%);
  background: -ms-linear-gradient(top, #86D3FF 20%, #a6f3FF 100%);
  background: linear-gradient(top, #86D3FF 20%, #a6f3FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86D3FF', endColorstr='#a6f3FF', GradientType=0 );

}
.ui-datepicker-today a {
  border-color:#F70;
}

.ui-widget {
  font-size:14px;
}
.ui-datepicker {
  width:197px;
}
.ui-datepicker th {

    padding: .3em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;

  line-height: 22px;
}


.ui-datepicker .ui-priority-secondary
, .ui-datepicker.ui-widget-content .ui-priority-secondary
, .ui-datepicker .ui-widget-header .ui-priority-secondary {
    opacity: .5;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}


.ui-datepicker .ui-datepicker-header a {
  position: absolute;
  border:none;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  line-height: 28px;
  height: 28px;
  width:36px;
  display: inline-block;
  padding: 0 6px;
  text-align: center;
  margin-top: -4px;
}
.ui-datepicker .ui-datepicker-prev {
  top:2px !important;
  left:0 !important;
}
.ui-datepicker .ui-datepicker-next {
  top:2px !important;
  right:0 !important;
}

.ui-datepicker .ui-widget-header .ui-icon {
  background-image: none;
  text-indent: 0;
  font-weight: normal;
  color:#000;
  margin:0;
  display: inline-block;
  font-size:20px;
  position: relative;
  left: auto !important;
  top: 2px !important;
  height: 23px;
  width: 14px;
  overflow: hidden;
}


.ui-datepicker .ui-widget-header .ui-icon:hover {
  color:#27e;
}


.ui-datepicker .ui-widget-header .ui-icon-circle-triangle-w:before {
  font-family: 'FontAwesome';
  content: '\f053';
}

.ui-datepicker .ui-widget-header .ui-icon-circle-triangle-e:before {
  font-family: 'FontAwesome';
  content: '\f054';
}



.calendarDialogCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 9999;
  display: none;
}


@media print {
   .noprint, .contentHeaderWrapper, footer {
      display: none;
   }
}






#dialogSetupDatesTimes .section-row {
  margin: 12px 0;
}
#dialogSetupDatesTimes .section-row-header {
  margin-bottom: 4px;
}
#dialogSetupDatesTimes .section-row-label {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #666;
}





.start-date-wrapper {
  float: right;
}
#dialogSetupDatesTimes #startDate {
  width: 100px;
}


.dialog-section-buttonLinks {
  margin: 0 0 2px 0;
}



#dialogSetupDatesTimes .text-saving {
  display: none;
}
#dialogSetupDatesTimes.submitting .text-saving {
  display: inline;
}

#dialogSetupDatesTimes.submitting .text-save {
  display: none;
}




#dialogSetupDatesTimes.auto-load .bootstrap-dialog-message {
  display: none;
}
#dialogSetupDatesTimes.auto-load .bootstrap-dialog-body {
  text-align: center;
  padding: 18px;
}
#dialogSetupDatesTimes.auto-load .bootstrap-dialog-body:before {


  font-family: FontAwesome;

  content: "\f110";

  font-size: 32px;

  display: inline-block;
  vertical-align: middle;

  color:#999;


  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;

}









.dialog-section-buttonLinks a {
  font-family: 'Roboto Condensed', sans-serif;
  color:#666;
  padding: 0 6px;
}
.dialog-section-buttonLinks a:hover {
  color:#333;
}

.dialog-section-buttonLinks .btn-gear {





  /*
  background-color: #fff;

  font-family: 'Oswald-Bold',Arial,Helvetica,sans-serif;
  color:#27e;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #27e;
  padding: 2px 14px 0 14px;
*/


}



.dialog-section-buttonLinks .btn-sync {
  float: right;

  font-weight: normal;
  font-size: 14px;
  margin-right: 6px;
}


.dialog-section-buttonLinks .btn-sync:before {

  font-family: FontAwesome;
  content:'\f021';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-size: 16px;

}





/*

.dialog-section-buttonLinks a {
  margin-left: 18px;
  text-decoration: none;
}

#dialogSetupDatesTimes .dialog-section-buttonLinks a:hover {
  color:#333;
}


.dialog-section-buttonLinks a:before {

  font-family: FontAwesome;
  content:'\f013';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;


}

*/




/*




  margin-left: 12px;


.round-header .time-options {

  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  text-decoration: none;

}

.round-header .time-options:before {

  font-family: FontAwesome;
  content:'\f013';

  color: #999;

}

*/



#dialogSetupDatesTimes.hasConflict_location .location-row .section-row-label
, #dialogSetupDatesTimes.hasConflict_location .location-row #numLocations_input {
  color: #c00;
}

#dialogSetupDatesTimes .section-row-header .form-control {
  width: 50px;
  padding: 0;
  line-height: 32px;
  height: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 8px 0 0;
}



#dialogSetupDatesTimes .section-row-inputBlock {
  display: inline-block;
  max-width: 57px;
  text-align: center;
  margin: 0 6px 6px 0;
}
#dialogSetupDatesTimes .section-row-inputBlock .form-control {
  width: 100%;
  text-align: center;
}
#dialogSetupDatesTimes .section-row-inputBlock .section-row-header {
  margin: 0;
  line-height: 14px;
}
#dialogSetupDatesTimes .section-row-inputBlock .section-row-label {
  font-size: 12px;
  line-height: 14px;
}
#dialogSetupDatesTimes #matchesAndRounds {
  float: right;
  display: inline-block;
  margin: 3px 5px 0 0;
}

#dialogSetupDatesTimes .timeSlot-label {
  float: right;
}


#dialogSetupDatesTimes .date-row {
  border-top: 3px solid #ccc;
}
#dialogSetupDatesTimes .date-row:first-child {
  border-top-width: 2px;
}

#dialogSetupDatesTimes .date-label {
  float: right;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-right: 9px;
  display: inline-block;
  color:#666;
}

#dialogSetupDatesTimes .date-label.hasConflict {
  color:#c00;
}

.schedule-wrapper {

  border-bottom: 3px solid #ccc;
  max-height: 320px;
  overflow: auto;
}

.round-wrapper {
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-top: 1px solid #ddd;
}


.round-header {
  padding: 0 6px;  
  color:#666;
}

.round-header .round-label {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
}




/*
.round-header .time-options {

  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  text-decoration: none;

}

.round-header .time-options:before {

  font-family: FontAwesome;
  content:'\f013';

  color: #999;

}

*/




#dialogTimeSettings .modal-content {
  overflow: visible;
}


#dialogTimeSettings .inputRow {
  margin-bottom: 4px;
}


#dialogTimeSettings .inputLabel {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #666;
    margin-right: 8px;
    min-width: 100px;
}

#dialogTimeSettings .form-control {
    border: none;
    box-shadow: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #929eaa;
    font-weight: bold;
}
#dialogTimeSettings .time-note {
    font-family: 'Roboto Condensed', sans-serif;
    color: #666;
}

#dialogTimeSettings #matchWindowLen {
  background-color: transparent;
  padding-left: 14px;
}

.timeSlot-row {
  padding: 1px;
}



#dialogSetupDatesTimes .timeSlot-btn {
  width: 80px;
  background-color: #fff;
  border: 1px solid #ccc;

  padding: 0;

  font-family: 'Roboto Condensed', sans-serif;
  color: #929eaa;
  font-weight: bold;
  line-height: 24px;
  height: 26px;

  display: inline-block;
  vertical-align: middle;


}
#dialogSetupDatesTimes .timeSlot-btn:hover {
  color:#000;
}


#dialogSetupDatesTimes .timeSlot-btn.hasConflict {

  color: #c00;
  border-color: #c00;
}

#dialogSetTime .modal-dialog {
  width: 300px;
  max-width: 300px;
}


#dialogSetTime .bootstrap-dialog-message {
  text-align: center;
}

#dialogSetTime .form-control
, #dialogSetTime .numMatches_split
 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  height: 32px;
  margin: 4px;
}

#dialogSetTime .numMatches_split {
  padding-top: 4px;
  color: #555;
}

/*

#dialogSetTime .prevTimeSlot  {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
  opacity: 0;
}
#dialogSetTime .prevTimeSlot-label  {
  color:#999;
  line-height: 20px;
}

#dialogSetTime.conflict_withPrev .prevTimeSlot  {
  opacity: 1;
  border-bottom-color: #c00;
}

#dialogSetTime.conflict_withPrev .prevTimeSlot-label  {
  color:#c00;
}



#dialogSetTime .nextTimeSlot {
  border-top: 1px dashed #ccc;
  padding-top: 8px;
  margin-top: 8px;
  opacity: 0;
}
#dialogSetTime .nextTimeSlot-label {
  color:#999;
  line-height: 20px;
}

#dialogSetTime.conflict_withNext .nextTimeSlot  {
  opacity: 1;
  border-bottom-color: #c00;
}

#dialogSetTime.conflict_withNext .nextTimeSlot-label  {
  color:#c00;
}


*/


#dialogSetTime .mainTimeSlot {
  margin-top: 14px;
}


#dialogSetTime .warningMessage {
  margin: 8px 8px 0 8px;
  opacity: 0;
}
#dialogSetTime.hasConflict .warningMessage  {
  opacity: 1;
}
#dialogSetTime.hasConflict .warningMessage-label  {
  color:#c00;
  line-height: 18px;
}






#dialogSetTime .splitTimeSlot {
  border-top: 1px dashed #ccc;
  padding-top: 8px;
  margin-top: 8px;
  font-style: normal;
  display: none;
}

#dialogSetTime.splitTimeSlot .splitTimeSlot {
  display: block;
}




.timeSlot-match {


  display: inline-block;
    vertical-align: middle;
  background-color: #27e;
  line-height: 15px;
  border-radius: 12px;
  font-size: 13px;
  padding: 4px 6px 0 6px;
  margin: 2px 2px 0 2px;
  font-family: 'Oswald-Regular',Arial,Helvetica,sans-serif;
  color:#fff;

  font-weight: normal;
  width: 36px;
  text-align: center;

}

.schedule-wrapper-nav {
  height: 32px;
  margin: 2px;
}

.schedule-wrapper-nav-link {
  float: right;
}
.schedule-wrapper-nav-label {

    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #666;

}


/*
.schedule-wrapper {
  display: none;
}
.showingTimes .schedule-wrapper {
  display: block;
}
.showingTimes #scheduleWrapperNav_top {
  display: none;
}
*/





#teamNameLabels
, #locationLabels {
  height: 300px;

  font-size: 16px;
  line-height: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
#inputNumTeamsLabel {

    font-family: 'Oswald-Bold',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
    padding-left: 6px;
    display: inline-block;
    vertical-align: middle;
}


.dataListDialog .input-comment {
  float: right;
  color:#999;
  font-size: 14px;
}



.other-actions-row {
  margin-top: 4px;
}


.other-actions-row .btn {
  color:#999;
}

/*
.dataListDialog .nav-tabs {
  margin: 0;
  border-bottom: 6px solid #27e;
}

.dataListDialog .nav-item {
  margin: 0;
}

.dataListDialog .nav-tabs a {
  display: inline-block;
  padding: 3px 24px 0 24px;
  line-height: 26px;

  margin: 0 4px;

  font-family: 'Oswald-Bold',Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;

  background-color: transparent;
  color:#999;

  border: 1px solid #ccc;
  border-bottom: none;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

}
.dataListDialog .nav-tabs li.active a {
  background-color: #27e;
  color:#fff;
}

*/

.dataListDialog .modal-body {
  padding-top: 12px;
}

.dataListDialog .tab-pane#teams-tab-content-add {
  padding: 6px 2px 8px 12px;
}

.dataListDialog .dialog-header-row {

    font-family: Oswald-Regular,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 0 2px 1px 2px;

}



.dataListDialog .select-teams-link {
  color:#4D78ED;
  float: right;

}

.dataListDialog .dialog-header-label {
  display: inline-block;
  margin-left: 6px;
}


.dataListDialog .filterItem-row {
  margin: 6px 0 0 8px;
}
.dataListDialog .filterItem {
  margin-left: 8px;
}


.dataListDialog .filterItem-label {

  color:#4D78ED;

    font-family: Oswald-Regular,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 16px;
}



.dataListDialog .team-count-row {


    margin: 6px 0 0 8px;

  color:#000;

    font-family: Oswald-Regular,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.dataListDialog .team-count-val {
  margin: 0 14px 0 6px;
  font-weight: bold;
}


#dialogPoolDetails .modal-body {
  padding: 2px 2px;
}


 #dialogPoolDetails .only-pane
 {
  background-color: #fff;
  padding: 6px 0 12px 12px;
}




#dialogPoolDetails .pool-table-col {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

#dialogPoolDetails .manyPools .pool-table-col.pool-table-col-teamname {
  width: 40%;
}
#dialogPoolDetails .manyPools .pool-table-col.pool-table-col-poolNum {
  width: 60%;
}



#dialogPoolDetails .manyPools.numPools_8 .pool-table-col.pool-table-col-teamname {
  width: 35%;
}
#dialogPoolDetails .manyPools.numPools_8 .pool-table-col.pool-table-col-poolNum {
  width: 65%;
}


#dialogPoolDetails .pool-table-header-label {

  font-family: 'Oswald-Bold',Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  color:#000;
  font-weight: normal;

  padding-left: 6px;
  display: inline-block;
  vertical-align: middle;
}

#dialogPoolDetails .pool-table-header {
  margin: 6px 0;
}

#dialogPoolDetails .pool-table-wrapper {
  max-height: 400px;
  overflow: auto;
}


#dialogPoolDetails #numPools_dialog {
  width: 50px;
  margin-left: 12px;
  margin-top: -6px;
  line-height: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  color: #000;
  text-align: center;
}

#dialogPoolDetails .pool-table-option-link {
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px 0 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color:#999;
  background-color: #E7E9ED;
  text-decoration: none;
  margin: 0 0 0 4px;
  border-radius: 3px;;
}
#dialogPoolDetails .pool-table-option-link.inPool
, #dialogPoolDetails .pool-table-option-link:hover
 {
  background-color: #27e;
  color: #fff;
}

#dialogPoolDetails .manyPools .pool-table-option-link {
  padding: 2px 6px 0 6px;
}


#dialogPoolDetails .pool-table-input-teamname {
  padding: 0 8px;
  border: none;
  background-color: #E7E9ED;
  border-radius: 5px;
  box-shadow: none;
  color:#999;
  font-size: 16px;
  line-height: 27px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
#dialogPoolDetails .pool-table-input-teamname::placeholder {
  color:#aaa;
}

#dialogPoolDetails .pool-table-row {
  margin-bottom: 4px;
}

#dialogPoolDetails .dialog-comment {
  color:#999;
  font-size: 14px;
  margin: 6px 0 0 6px;
}
















/* loading */


.loadingRow {
  margin: 24px 0;
  text-align: center;
}


.loadingRow:before {
  
  font-family: FontAwesome;
  content:'\f023';


  content: "\f110";

  font-size: 32px;

  display: inline-block;
  vertical-align: middle;

  color:#999;


  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;

  
}
/*
#calendarFilterContent .day-picker .loadingRow {
  margin: 80px 0;
}





@-webkit-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
@keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
@-moz-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}


.loader {
  display: inline-block;
}

.square {
  background: #666;
  width: 15px;
  height: 15px;
  float: left;
  top: -10px;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  opacity: 0;
  -webkit-animation: enter 6s infinite;
  animation: enter 6s infinite;
}

.enter {
  top: 0px;
  opacity: 1;
}

.square:nth-child(1) {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.square:nth-child(2) {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.square:nth-child(3) {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  animation-delay: 2.4s;
  background: #27e;
}

.square:nth-child(4) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.square:nth-child(5) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.square:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.square:nth-child(8) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.square:nth-child(9) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.clear {
  clear: both;
}

.last {
  margin-right: 0;
}

*/

#dialogSelectTeamsFromSite .modal-dialog {
  max-width: 240px;
}

#dialogSelectTeamsFromSite .link-option {
  display: block;
  position: relative;
  padding: 0 0 0 36px;

  color: #4D78ED;

  text-decoration: none;
}
#dialogSelectTeamsFromSite .link-option-div {
  margin-top: 18px;
}

.link-option-label {
  display: inline-block;
  line-height: 18px;
}

#dialogSelectTeamsFromSite .inputRow {
  margin-top: 6px;

}


#dialogSelectTeamsFromSite .inputRow  select {
  display: block;
  width: 100%;
}

#dialogSelectTeamsFromSite .link-option:before {
  position: absolute;

  font-family: FontAwesome;
  content: "\f096";

  left: 0;
  top:0;

  font-size: 28px;
  line-height: 28px;


}
#dialogSelectTeamsFromSite .link-option.selected:before {

  content: "\f046";
 
}
#dialogSelectTeamsFromSite .link-option .link-option-label-site {
  color:#000;
}



#dialogRoundLabels .inputRow {
  margin: 8px 0;
}
#dialogRoundLabels .form-control {
  vertical-align: middle;
  width: 250px;
}

#dialogRoundLabels .labelCol
, #dialogRoundLabels .inputCol
 {
  padding: 0 4px;
}
#dialogRoundLabels .labelCol {
  text-align: right;
}
#dialogRoundLabels label {
  padding-top: 6px;
}


#dialogRoundLabels .modal-body {
  padding: 12px;
}



#brackets.bracket-group {
  background-color: #eee;
  padding: 8px;
}
.bracketGroup_bracket {
  background-color: #fff;;
  padding: 12px;
  margin: 8px;
  border-radius: 12px;
  border: 2px solid #fff;
}
.bracketGroup_bracket.isEditing {
  border-color: #27e;
}

.bracketGroup_bracket_header {
  padding: 0 0 12px 24px;
}

.bracketGroup_bracket_header .bracketGroup_header_name {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}


.bracketGroup_bracket_header .bracketGroup_header_date {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.bracketGroup_bracket_header a {
  color:#4D78ED;
  font-family: 'Oswald-Regular',Arial,Helvetica,sans-serif;
  font-weight: normal;
  position: relative;
  z-index: 99;
  margin-left: 16px;
  border: 1px solid #C0B0FF;
  font-size: 16px;
  line-height: 26px;


  -webkit-transition: none;
  transition: none;
}

.bracketGroup_bracket_header a:hover {
  
  background-color: #C0B0FF;
}


.bracketGroup_bracket_header a span {

  -webkit-transition: none;
  transition: none;
}








#dialogMatchDetails .gameNo {
  position: absolute;
  top:-27px;
  left: 9px;
  font-size: 14px;
}
#dialogMatchDetails .teamLabelA {
  text-align: left;
}
#dialogMatchDetails .vsLabel {
  display: none;
}
#dialogMatchDetails .gameInfoRow {
  border-bottom: none;
}

#dialogMatchDetails .gameDate
, #dialogMatchDetails .gameTime
, #dialogMatchDetails .gameLoc
 {
  background-color: #fff;
}
#dialogMatchDetails .dateTimeLoc {
  padding: 0;
  margin: 0;
  display: block;
  text-align: right;
}
#dialogMatchDetails .gameLoc {
  display: inline-block;
  width: auto;
  margin-top: 8px;
}
#dialogMatchDetails .gameLoc input {
  width: 193px;
  text-align: right;
  padding-right: 16px;
}

#dialogMatchDetails .roundWrapper {
  padding: 0;
  margin: 0;
}

#dialogMatchDetails .dayOfWeek  {
  text-align: left;
  display: none;
}
#dialogMatchDetails .gameDate {
    width: 100px;
    padding-left: 5px;
  text-align: left;

  position: absolute;
  top: 0;
  right: 98px;

}
#dialogMatchDetails .gameTime {
    width: 90px;
  text-align: left;

  position: absolute;
  top: 0;
  right: 0;
}
#dialogMatchDetails .modal-content {
  overflow: visible;
}


#dialogMatchDetails .roundHeader {
  padding-left: 8px;
}


#dialogMatchDetails .roundHeader .roundHeader-label {
  /*
  font-family: 'Roboto Condensed', sans-serif;
  */
  font-weight: normal;
  color:#777;
  font-size: 14px;
  font-weight: bold;

}


#dialogMatchDetails .teamsInfo {
  margin-top: 30px;
  display: block;
}



#dialogMatchDetails .scheduleScore
, #dialogMatchDetails .scheduleScore_display {
  position: absolute;
  top:0;
  right: 0;
  background-color: transparent;
}


.scheduleScore.teamA {
}

#dialogMatchDetails .scheduleScore.teamB
, #dialogMatchDetails .scheduleScore_display.teamB {
  top:31px;
}














#dialogMatchDetails .teamsInfo .teamLabel {
    display: block;
    padding: 2px 30px 2px 8px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

  border: 2px solid var(--match-border-color);
  }



#dialogMatchDetails .teamsInfo .teamLabel.teamLabelA {
  border-bottom: 2px solid #eee;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#dialogMatchDetails .teamsInfo .teamLabel.teamLabelB {

  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}




#dialogMatchDetails .teamsInfo .teamLabel
, #dialogMatchDetails .teamsInfo .teamLabel > span {

    color: #27e;
    font-weight: bold;
}




#dialogMatchDetails  #scheduleData .teamLabel > span {
      display: block;
  }


#dialogMatchDetails .form-control {
  font-weight:bold;
  color:#666;
}
#dialogMatchDetails #locationDialog {
  padding: 0;
  margin: 0;
}
#dialogMatchDetails .select2-container {
  vertical-align: top;
}
#dialogMatchDetails .select2-container--default .select2-selection--single {
  border: none;
}
#dialogMatchDetails .select2-container .select2-selection--single .select2-selection__rendered {



    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 2px 24px 0 0 ;


}

#dialogMatchDetails .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  font-size: 18px;
  } 