@font-face {
  font-family: 'Asfalto';
  src: url("../font/hinted-Asfalto.eot");
  src: url("../font/hinted-Asfalto.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Asfalto.woff2") format("woff2"), url("../font/hinted-Asfalto.woff") format("woff"), url("../font/hinted-Asfalto.ttf") format("truetype"), url("../font/hinted-Asfalto.svg#Asfalto") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Asfalto';
  src: url("../font/hinted-Asfalto-Italic.eot");
  src: url("../font/hinted-Asfalto-Italic.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Asfalto-Italic.woff2") format("woff2"), url("../font/hinted-Asfalto-Italic.woff") format("woff"), url("../font/hinted-Asfalto-Italic.ttf") format("truetype"), url("../font/hinted-Asfalto-Italic.svg#Asfalto-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }
.player-image {
  width: 120px; }

.player-image-options input {
  max-width: 100%; }
.player-image-options div {
  text-align: left;
  font-size: 0.6em; }

.player-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #eeeeee;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden; }
  .player-image-wrapper img {
    max-width: 100%;
    max-height: 100%; }
  .player-image-wrapper .left, .player-image-wrapper .right, .player-image-wrapper .center {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    text-shadow: 0 0 4px black; }
    .player-image-wrapper .left:hover, .player-image-wrapper .right:hover, .player-image-wrapper .center:hover {
      text-decoration: none; }
  .player-image-wrapper .left {
    left: 0.1em; }
  .player-image-wrapper .right {
    right: 0.1em; }
  .player-image-wrapper .center {
    left: 50%;
    transform: translateX(-50%); }
  .player-image-wrapper:hover .left, .player-image-wrapper:hover .right, .player-image-wrapper:hover .center {
    opacity: 1; }
  .player-image-wrapper.small {
    width: 60px;
    height: 60px; }
    .player-image-wrapper.small .left, .player-image-wrapper.small .right, .player-image-wrapper.small .center {
      font-size: 1.25em; }
  .player-image-wrapper.large {
    width: 240px;
    height: 240px; }
  .player-image-wrapper.auto {
    width: auto;
    max-height: 360px;
    height: auto; }
  .player-image-wrapper.controls .left, .player-image-wrapper.controls .right, .player-image-wrapper.controls .center {
    opacity: 1; }
  .player-image-wrapper a.player-image-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.player-image {
  margin-left: 1em; }

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom; }

table.data {
  width: 100%; }
  table.data thead tr td {
    font-weight: bold;
    padding: 0.5em 0.25em;
    background-color: #e5e5e5; }
  table.data .odd {
    background-color: #f8f8f8; }
  table.data .odd td, table.data .even td {
    padding: 0.25em; }

table.large-cells td {
  padding: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  height: 3em; }
  table.large-cells td.p0 {
    padding: 0; }

.admin-notice {
  background-color: #00cc00;
  color: #ffffff; }
  .admin-notice .container {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic; }

.status-pending .status-column, td.status-not-ready {
  background-color: #7d1300;
  color: #ffffff; }

.status-paid .status-column, td.status-ready {
  background-color: #007300;
  color: #ffffff; }

.status-warning .status-column, td.status-needs-team {
  background-color: #b7b700;
  color: #ffffff; }

td.status-pending-payment {
  background-color: #b06300;
  color: #ffffff; }

td.status-pending-application {
  background-color: #1e6ab0;
  color: #ffffff; }

td[data-print-status] {
  color: #ffffff;
  transition: all 0.25s ease;
  text-align: center; }

td[data-print-status="0"] {
  background-color: #7d1300; }

td[data-print-status="1"] {
  background-color: #b06300; }

td[data-print-status="2"] {
  background-color: #b7b700; }

td[data-print-status="3"] {
  background-color: #007300; }

.massive-container {
  max-width: none; }

.recipient-list {
  list-style-type: none;
  padding-left: 0; }
  .recipient-list li label {
    margin-bottom: 0; }

.scroller {
  overflow-y: auto;
  max-height: 500px;
  padding: 0.5em; }

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.btn-small {
  padding: 0 0.5rem; }

li.dropdown > .dropdown-menu {
  margin-top: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  pointer-events: all; }
li.dropdown .dropdown-item {
  padding-top: .4rem; }

textarea {
  height: 15em;
  width: 100%; }

#app {
  font-family: "Open Sans", Arial, sans-serif; }
  #app .navbar {
    background: url(/img/banner-generic.jpg) transparent center center no-repeat;
    background-size: cover; }
    #app .navbar .navbar-nav .nav-link {
      color: white; }

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: rgba(52, 144, 220, 0.2); }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.wsnw {
  white-space: nowrap; }

.db {
  display: block; }

.dib {
  display: inline-block; }

.dn {
  display: none; }

.df {
  display: flex; }

.jcc {
  justify-content: center; }

.jcfs {
  justify-content: flex-start; }

.jcfe {
  justify-content: flex-end; }

.aic {
  align-items: center; }

.aifs {
  align-items: flex-start; }

.aife {
  align-items: flex-end; }

.ttu {
  text-transform: uppercase; }

.tdn {
  text-decoration: none; }

.mb1e {
  margin-bottom: 1em; }

/*# sourceMappingURL=app-style.css.map */
