[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;
}
.template-controls {
  margin-bottom: 20px !important;
}
.team-info-wrapper {
  margin: 10px 0 !important;
}
.team-info-wrapper > div {
  margin: 5px 0;
}
.option-error {
  color: #fff;
  background-color: #a94442;
  padding: 5px 10px;
  margin: -8px -8px 0 -8px;
}
@media only screen and (max-width: 767px) {
  .team-info-wrapper {
    margin: 10px 0;
  }
  .team-info-wrapper > div {
    margin: 5px 0;
  }
  .team-info-wrapper > div:not(.paid) input {
    display: block;
    width: 100%;
  }
  .team-info-wrapper .paid {
    margin-top: 0;
    text-align: left;
  }
}
.trading-form .template-choices .template-choice .template-choice-settings .option-name,
.trading-form .template-choices .template-choice .template-choice-controls .option-name {
  width: 85%;
}
.trading-form .trade-icons {
  margin-top: 8px;
}
.template-choices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.template-choices .template-choice {
  margin-bottom: 20px;
  min-height: 350px;
}
.template-choices .template-choice .template-choice-controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.template-choices .template-choice .template-choice-controls .box-title {
  flex: 2;
  padding-right: 15px;
}
.template-choices .template-choice .template-choice-controls .box-pick-status {
  flex: 1;
  text-align: right;
}
.template-choices .template-choice .template-choice-controls .template-choice-control {
  display: table-cell;
}
.template-choices .template-choice .template-choice-settings,
.template-choices .template-choice .template-choice-controls {
  padding: 8px;
}
.template-choices .template-choice .template-choice-settings .template-choice-setting,
.template-choices .template-choice .template-choice-controls .template-choice-setting {
  margin-bottom: 5px;
}
.template-choices .template-choice .template-choice-settings .radio span,
.template-choices .template-choice .template-choice-controls .radio span,
.template-choices .template-choice .template-choice-settings .checkbox span,
.template-choices .template-choice .template-choice-controls .checkbox span {
  min-height: 20px;
  padding-top: 7px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
}
.template-choices .template-choice .template-choice-settings .option-name,
.template-choices .template-choice .template-choice-controls .option-name {
  width: 90%;
}
.template-choices .template-choice .template-choice-settings .option-name a,
.template-choices .template-choice .template-choice-controls .option-name a,
.template-choices .template-choice .template-choice-settings .option-name span,
.template-choices .template-choice .template-choice-controls .option-name span {
  width: auto;
  padding-right: 0;
  white-space: pre-line;
  text-align: left;
}
.template-choices .template-choice .template-choice-settings .option-name span,
.template-choices .template-choice .template-choice-controls .option-name span {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
}
.template-choices .template-choice .template-choice-settings .option-name a,
.template-choices .template-choice .template-choice-controls .option-name a {
  padding: 0;
}
.template-choices .template-choice .template-choice-settings .template-options,
.template-choices .template-choice .template-choice-controls .template-options {
  margin-bottom: 5px;
}
.template-choices .template-choice .template-choice-settings .template-options .template-option,
.template-choices .template-choice .template-choice-controls .template-options .template-option {
  margin-bottom: 5px;
}
.template-choices .template-choice .template-choice-settings .template-options .template-option .option-order,
.template-choices .template-choice .template-choice-controls .template-options .template-option .option-order {
  background: none;
  border: none;
  padding: 0 5px 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.template-choices .template-choice .template-choice-settings .template-options .template-option .option-order:active,
.template-choices .template-choice .template-choice-controls .template-options .template-option .option-order:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.template-choices .template-choice .template-choice-settings .template-options .template-option .option-remove,
.template-choices .template-choice .template-choice-controls .template-options .template-option .option-remove {
  margin-right: -1px;
}
.template-choices .template-choice.template-choice-new {
  border-style: dashed;
  display: flex;
}
.template-choices .template-choice.template-choice-new .add-choice-control {
  margin: auto;
}
.template-choices .template-choice.template-active .template-choice-settings .checkbox:first-of-type,
.template-choices .template-choice.template-active .template-choice-settings .radio:first-of-type {
  margin-top: 0;
}
.box-pick-list .panel-body .row {
  margin: 0;
}
.box-pick-list .actions {
  margin: 24px 0 14px 0;
}
@media (max-width: 767px) {
  .box-pick-list .actions {
    margin: 10px 0 14px 0;
  }
}
.box-pick-list .actions .btn {
  margin-left: 5px;
}
.box-pick-list .actions.trade-info p {
  display: inline-block;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.box-pick-list .actions.trade-info span:first-child {
  font-weight: bold;
}
.box-pick-list .selected a {
  font-weight: bold;
}
@media print {
  .template-choices > li {
    width: 50%;
    display: inline-block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .panel-heading div {
    display: inline-block;
    width: 50%;
  }
  .panel-heading div:nth-of-type(2) {
    text-align: right;
  }
  .radio > span,
  .checkbox > span {
    border-bottom: 1px solid #000;
  }
  .option-name {
    display: inline-block;
    width: 90%;
  }
  #page-title {
    display: none;
  }
}
.competitor-name {
  display: flex;
  align-items: center;
}
.competitor-name .swimmer-img {
  display: flex;
  justify-content: center;
  width: 46px;
  margin: 5px;
}
.competitor-name .swimmer-img img {
  max-width: 46px;
  max-height: 23px;
}
