[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
#op-center-content .row.actions {
  margin: 10px 0;
}
.row.no-gutter > [class*='col-'] {
  padding: 0;
}
.competitor-name [class*='-icon'] {
  margin-left: 5px;
}
.competitor-name .suspended-icon {
  color: #333333;
}
/**
 * FORM UTILITIES
 */
div.error-block,
div.help-block {
  margin: 2px 0;
}
div.help-block.content-info {
  margin-bottom: 10px;
}
div.error-block {
  color: #a94442;
}
div.error-block {
  color: #a94442;
}
/**
 * FORM HELP
 */
.control-label .fa-info-circle.active {
  color: #66afe9;
}
/**
 * WIZARD
 */
.parent.menu.wizard .steps .step:not(:first-of-type) a {
  padding-right: 80px;
}
.parent.menu.wizard .steps:not(.allow-trade) .step.roster.current a {
  padding-right: 90px;
}
.parent.menu.wizard .steps.allow-trade .step:not(:first-of-type) a {
  padding-right: 55px;
}
.parent.menu.wizard .steps.allow-trade .step.current.trade a {
  padding-right: 70px;
}
@media only screen and (max-width: 767px) {
  .children.menu.wizard > .steps > .step {
    float: left;
    width: 33%;
  }
  .children.menu.wizard > .steps > .step:first-of-type {
    text-align: center;
    width: 27%;
  }
  .children.menu.wizard > .steps > .step:not(.allow-trade).current.roster {
    width: 40%;
  }
  .children.menu.wizard > .steps > .step.allow-trade:not(.current) {
    width: 22%;
  }
  .children.menu.wizard > .steps > .step.allow-trade.general {
    width: 12%;
  }
  .children.menu.wizard > .steps > .step.allow-trade.current {
    width: 40%;
  }
  .children.menu.wizard > .steps > .step.allow-trade.current.general {
    width: 30%;
  }
  .children.menu.wizard > .steps > .step.allow-trade.current.trade {
    width: 44%;
  }
  .toggle.actions {
    padding-top: 10px;
  }
}
/**
 * COMMONS
 */
.back-btn {
  margin-left: -12px;
}
.btn-link-icon {
  padding-top: 0;
}
.btn-link-icon:hover {
  text-decoration: initial;
}
.toggle.actions {
  margin-bottom: 10px;
}
.toggle.actions .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.standings-wrapper {
  width: 100%;
  overflow-x: auto;
}
.standings {
  display: table;
  border-collapse: collapse;
  border-spacing: 6px 0;
  border: none;
  width: 100%;
  height: auto;
}
.standings .standings-cell {
  text-align: center;
  min-width: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  white-space: nowrap;
}
.standings .standings-cell.cell-left-align {
  text-align: left !important;
  padding-left: 5px;
}
.standings .standings-cell.cell-left-align a.btn {
  padding-left: 0;
  padding-right: 0;
}
.standings .standings-cell.cell-right-align {
  text-align: right !important;
  padding-right: 5px;
}
.standings .standings-cell.cell-right-align a.btn {
  padding-left: 0;
  padding-right: 0;
}
.standings .standings-header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #eeeeee;
}
.standings .standings-header .standings-cell {
  font-weight: 600;
  text-transform: uppercase;
}
.standings .standings-header .standings-cell.sortable {
  cursor: pointer;
}
.standings .standings-body .standings-cell {
  text-align: center;
}
.standings .standings-row {
  display: table-row;
}
.standings .standings-row.dropped .standings-cell {
  font-style: italic;
  color: #999;
}
.standings .standings-row .standings-cell {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
.standings.striped .standings-row.standings-body:nth-child(odd) {
  background-color: #eeeeee;
}
.standings.vertical-header-left .standings-row .standings-cell:first-child {
  font-weight: 600;
}
.standings.vertical-header-right .standings-row .standings-cell:last-child {
  font-weight: 600;
}
#logo-current img {
  height: 90px;
  width: 90px;
}
