/* line 1, ../sass/_beta.sass */
.notice {
  font-size: 12px;
}

/* line 4, ../sass/_beta.sass */
.beta-invitation-code {
  width: 400px;
}

/* materialpalette.com/green/amber */
/* materialpalette.com/blue-grey/light-blue */
/* line 2, ../sass/_team.sass */
.team md-tabs {
  border-radius: 0;
}
/* line 5, ../sass/_team.sass */
.team .team-header .energize {
  margin-top: 8px;
}
/* line 7, ../sass/_team.sass */
.team .team-header .energize .millions {
  vertical-align: middle;
  margin: 0 1px;
}
/* line 10, ../sass/_team.sass */
.team .team-header .energize .md-button {
  margin: 0;
}
/* line 12, ../sass/_team.sass */
.team .team-header .energize .md-button span {
  font-size: 13px;
}
/* line 14, ../sass/_team.sass */
.team .team-header span {
  font-size: 19px;
}
/* line 16, ../sass/_team.sass */
.team .team-header span.subtitle {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 21, ../sass/_team.sass */
.team .team-header .separator {
  border: 1px solid rgba(108, 117, 125, 0.6);
  border-width: 0 0 0 1px;
  padding-left: 1em;
}
/* line 26, ../sass/_team.sass */
.team .team-header img.millions, .team .team-header img.streak {
  margin-left: 10px;
  height: 20px;
  width: 20px;
}
/* line 31, ../sass/_team.sass */
.team .team-header .team-name {
  text-transform: uppercase;
  font-weight: bold;
}
/* line 35, ../sass/_team.sass */
.team .team-header .user-level-progress {
  max-width: 300px;
}
/* line 37, ../sass/_team.sass */
.team .team-header .user-name {
  font-size: 24px;
}
/* line 39, ../sass/_team.sass */
.team .team-header .user-name .stars {
  font-size: 16px;
}

/* line 43, ../sass/_team.sass */
.player-bonus {
  font-size: 80%;
  font-weight: 200;
}

/* line 47, ../sass/_team.sass */
.weak {
  color: darkred;
}

/* line 50, ../sass/_team.sass */
.ok {
  color: orangered;
}

/* line 53, ../sass/_team.sass */
.fit {
  color: darkgreen;
}

/* line 57, ../sass/_team.sass */
.offers .material-icons {
  font-size: 1em;
  margin: 0;
}
/* line 60, ../sass/_team.sass */
.offers h4 {
  font-size: 1.2em;
  margin: 5px;
}
/* line 63, ../sass/_team.sass */
.offers .player {
  margin: 5px;
}

/* line 67, ../sass/_team.sass */
md-card.open-version.ng-enter, .team-grid.ng-enter {
  transition: 0.5s linear all;
  opacity: 0;
}
/* line 70, ../sass/_team.sass */
md-card.open-version.ng-enter.ng-enter-active, .team-grid.ng-enter.ng-enter-active {
  opacity: 1;
}

/* line 74, ../sass/_team.sass */
md-card.open-version.ng-leave, .team-grid.ng-leave {
  transition: 0.5s linear all;
  opacity: 1;
}
/* line 77, ../sass/_team.sass */
md-card.open-version.ng-leave.ng-leave-active, .team-grid.ng-leave.ng-leave-active {
  opacity: 0;
}

/* line 80, ../sass/_team.sass */
.team-grid {
  padding: 0;
  margin: 0;
}
/* line 84, ../sass/_team.sass */
.team-grid .positions-list {
  margin: 0px;
  padding: 0px;
}
/* line 90, ../sass/_team.sass */
.team-grid .training .hide {
  display: none;
}
/* line 93, ../sass/_team.sass */
.team-grid .training .ongoing {
  display: inline;
  color: grey;
}
/* line 97, ../sass/_team.sass */
.team-grid .training .completed {
  display: inline;
  color: #0066A4;
}
/* line 101, ../sass/_team.sass */
.team-grid .training .available {
  display: inline;
  color: black;
}
/* line 105, ../sass/_team.sass */
.team-grid .contract {
  font-size: smaller;
}
/* line 108, ../sass/_team.sass */
.team-grid .card {
  position: relative;
  left: 9px;
  bottom: -20px;
  width: 10px;
  height: 16px;
  overflow: hidden;
}
/* line 116, ../sass/_team.sass */
.team-grid .card.yellow {
  background-color: yellow;
}
/* line 119, ../sass/_team.sass */
.team-grid .card.red {
  background-color: red;
}
/* line 122, ../sass/_team.sass */
.team-grid .card.none {
  display: none;
}
/* line 124, ../sass/_team.sass */
.team-grid .card.remaining_games {
  font-size: smaller;
  width: inherit;
  margin-left: 1px;
}
/* line 129, ../sass/_team.sass */
.team-grid md-icon svg {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 134, ../sass/_team.sass */
.team-grid .list-pos span {
  width: 40px;
}

/* line 139, ../sass/_team.sass */
.training-title {
  color: white;
}

/* line 144, ../sass/_team.sass */
.players-filter-bar md-chips .flag-image {
  width: 21px;
}

/* line 148, ../sass/_team.sass */
.faq-training-dialog table, .faq-tactics table {
  border-radius: 10px;
  padding: 5px;
  width: 100%;
}
/* line 153, ../sass/_team.sass */
.faq-training-dialog table thead th, .faq-tactics table thead th {
  border: 1px solid gray;
  padding: 5px;
}
/* line 156, ../sass/_team.sass */
.faq-training-dialog table thead th:first-child, .faq-tactics table thead th:first-child {
  border-radius: 5px 0 0 0px;
}
/* line 158, ../sass/_team.sass */
.faq-training-dialog table thead th:last-child, .faq-tactics table thead th:last-child {
  border-radius: 0 5px 0 0px;
}
/* line 161, ../sass/_team.sass */
.faq-training-dialog table tbody tr td, .faq-tactics table tbody tr td {
  padding: 5px;
  text-align: center;
}
/* line 164, ../sass/_team.sass */
.faq-training-dialog table tbody tr td:first-child, .faq-tactics table tbody tr td:first-child {
  text-align: left;
}

/* line 168, ../sass/_team.sass */
.faq-tactics tbody tr td:last-child {
  text-align: left;
}

/* line 171, ../sass/_team.sass */
.faq {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 175, ../sass/_team.sass */
.faq .md-button {
  min-width: 40px;
  line-height: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  vertical-align: middle;
}
/* line 183, ../sass/_team.sass */
.faq .md-button i.material-icons {
  font-size: 250%;
}

/* line 187, ../sass/_team.sass */
.widget-player-attributes .header-close {
  max-height: 48px;
}
/* line 190, ../sass/_team.sass */
.widget-player-attributes .md-button {
  min-width: 40px;
  line-height: 10px;
  font-size: 12px;
}
/* line 195, ../sass/_team.sass */
.widget-player-attributes .md-button i.material-icons {
  font-size: 250%;
}
/* line 199, ../sass/_team.sass */
.widget-player-attributes .summary .player-infos {
  padding: 0 18px;
}
/* line 201, ../sass/_team.sass */
.widget-player-attributes .summary .img-content {
  min-width: 114px;
  max-width: 114px;
}
/* line 204, ../sass/_team.sass */
.widget-player-attributes .summary .img-content img {
  width: 100%;
}
/* line 207, ../sass/_team.sass */
.widget-player-attributes .summary .player-average {
  padding: 6px 0 0 0;
}
/* line 209, ../sass/_team.sass */
.widget-player-attributes .summary .player-average .number {
  font-size: 300%;
  font-weight: 500;
  line-height: 36px;
}
/* line 213, ../sass/_team.sass */
.widget-player-attributes .summary .player-average .expo {
  font-size: 60%;
  font-weight: 500;
  margin: -13px 0 0 0;
}
/* line 218, ../sass/_team.sass */
.widget-player-attributes .player-attribute,
.widget-player-attributes .player-contract {
  padding: 16px 0 0;
}
/* line 222, ../sass/_team.sass */
.widget-player-attributes .player-attribute .header-container,
.widget-player-attributes .player-contract .header-container {
  min-height: 70px;
}
/* line 226, ../sass/_team.sass */
.widget-player-attributes .player-attribute md-progress-linear .md-container,
.widget-player-attributes .player-contract md-progress-linear .md-container {
  height: 3px;
}
/* line 228, ../sass/_team.sass */
.widget-player-attributes .player-attribute md-checkbox,
.widget-player-attributes .player-contract md-checkbox {
  margin-bottom: 0;
}
/* line 230, ../sass/_team.sass */
.widget-player-attributes .player-attribute p,
.widget-player-attributes .player-contract p {
  margin-top: 0;
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 235, ../sass/_team.sass */
.widget-player-attributes .player-attribute .team-best-offer,
.widget-player-attributes .player-contract .team-best-offer {
  height: 94px;
}
/* line 237, ../sass/_team.sass */
.widget-player-attributes .player-attribute .team-best-offer .owner,
.widget-player-attributes .player-contract .team-best-offer .owner {
  margin-top: 6px;
}
/* line 239, ../sass/_team.sass */
.widget-player-attributes .player-attribute .team-best-offer avatar,
.widget-player-attributes .player-contract .team-best-offer avatar {
  margin-top: -18px;
  margin-left: -9px;
}
/* line 244, ../sass/_team.sass */
.widget-player-attributes .player-attribute .average, .widget-player-attributes .player-attribute .non-compete,
.widget-player-attributes .player-contract .average,
.widget-player-attributes .player-contract .non-compete {
  padding: 0 0 16px 0;
}
/* line 247, ../sass/_team.sass */
.widget-player-attributes .player-attribute .average .number, .widget-player-attributes .player-attribute .non-compete .number,
.widget-player-attributes .player-contract .average .number,
.widget-player-attributes .player-contract .non-compete .number {
  font-size: 240%;
  line-height: 28px;
}
/* line 250, ../sass/_team.sass */
.widget-player-attributes .player-attribute .average .expo, .widget-player-attributes .player-attribute .non-compete .expo,
.widget-player-attributes .player-contract .average .expo,
.widget-player-attributes .player-contract .non-compete .expo {
  font-size: 60%;
  margin: -4px 0 0 0;
}
/* line 253, ../sass/_team.sass */
.widget-player-attributes .player-attribute .average .small, .widget-player-attributes .player-attribute .non-compete .small,
.widget-player-attributes .player-contract .average .small,
.widget-player-attributes .player-contract .non-compete .small {
  font-size: 45%;
  margin: 7px 0 0 7px;
}
/* line 256, ../sass/_team.sass */
.widget-player-attributes .player-attribute .average .plus, .widget-player-attributes .player-attribute .non-compete .plus,
.widget-player-attributes .player-contract .average .plus,
.widget-player-attributes .player-contract .non-compete .plus {
  margin: 0 7px 0 7px;
  font-size: 70%;
}
/* line 259, ../sass/_team.sass */
.widget-player-attributes .player-attribute .average i, .widget-player-attributes .player-attribute .non-compete i,
.widget-player-attributes .player-contract .average i,
.widget-player-attributes .player-contract .non-compete i {
  font-size: 21px;
  line-height: 38px;
  margin: 0 0 0 4px;
}
/* line 264, ../sass/_team.sass */
.widget-player-attributes .player-attribute .point-accum,
.widget-player-attributes .player-contract .point-accum {
  font-weight: bold;
  line-height: 38px;
  font-size: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 22px;
}
/* line 273, ../sass/_team.sass */
.widget-player-attributes .player-attribute .progress-attribute,
.widget-player-attributes .player-contract .progress-attribute {
  min-height: 52px;
}
/* line 275, ../sass/_team.sass */
.widget-player-attributes .player-attribute .progress-attribute .title,
.widget-player-attributes .player-contract .progress-attribute .title {
  padding: 0 0 6px 0;
}
/* line 278, ../sass/_team.sass */
.widget-player-attributes .player-attribute .progress-attribute .md-button.md-icon-button,
.widget-player-attributes .player-contract .progress-attribute .md-button.md-icon-button {
  margin: 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 7px;
  width: 40px;
  border-radius: 2px;
  background-color: transparent !important;
}
/* line 288, ../sass/_team.sass */
.widget-player-attributes .player-attribute .progress-attribute .md-button.md-icon-button i,
.widget-player-attributes .player-contract .progress-attribute .md-button.md-icon-button i {
  font-size: 26px;
}
/* line 291, ../sass/_team.sass */
.widget-player-attributes .player-contract {
  padding: 8px 0 0;
}
/* line 294, ../sass/_team.sass */
.widget-player-attributes .player-contract .header-control {
  min-height: 40px;
  margin: 0 0 32px 0;
}
/* line 298, ../sass/_team.sass */
.widget-player-attributes .player-contract .header-control .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 0 32px 0 0;
}
/* line 305, ../sass/_team.sass */
.widget-player-attributes .player-contract .header-control .title.pending span {
  text-transform: lowercase;
  font-size: 16px;
  font-weight: 500;
  margin: 3px 0 0 9px;
}
/* line 311, ../sass/_team.sass */
.widget-player-attributes .player-contract button {
  font-size: 14px;
  padding: 0 16px;
  height: 40px;
}
/* line 317, ../sass/_team.sass */
.widget-player-attributes .player-contract .owner .infos {
  margin: -3px -6px;
}
/* line 320, ../sass/_team.sass */
.widget-player-attributes .player-contract .no-offer {
  max-width: 240px;
  height: 56px;
}
/* line 324, ../sass/_team.sass */
.widget-player-attributes .player-contract .average {
  min-width: 120px;
}
/* line 327, ../sass/_team.sass */
.widget-player-attributes .player-contract .average.best_offer {
  height: 75px;
}
/* line 331, ../sass/_team.sass */
.widget-player-attributes .player-contract avatar .user-avatar {
  width: 56px;
  height: 26px;
}
/* line 335, ../sass/_team.sass */
.widget-player-attributes .player-contract avatar .user-avatar md-fab-speed-dial {
  top: -14px;
  left: 0px;
}
/* line 339, ../sass/_team.sass */
.widget-player-attributes .player-contract avatar .user-avatar md-fab-trigger button.md-button.md-fab {
  padding: 2px;
  width: 20px;
  height: 40px;
}
/* line 344, ../sass/_team.sass */
.widget-player-attributes .player-contract avatar .user-avatar md-fab-trigger button.md-button.md-fab img.md-avatar {
  border-radius: 50%;
  height: 34px;
  width: 34px;
}
/* line 350, ../sass/_team.sass */
.widget-player-attributes .player-stats {
  padding: 4px 10px 0 8px;
}
/* line 353, ../sass/_team.sass */
.widget-player-attributes .player-stats .number {
  font-weight: 800;
}
/* line 355, ../sass/_team.sass */
.widget-player-attributes .player-stats .percent {
  min-width: 12px;
  font-size: 12px;
  line-height: 18px;
}
/* line 359, ../sass/_team.sass */
.widget-player-attributes .player-stats .watch_player {
  margin-top: 10px;
}
/* line 362, ../sass/_team.sass */
.widget-player-attributes .player-energy {
  color: white;
}
/* line 365, ../sass/_team.sass */
.widget-player-attributes .player-energy .icon-medium {
  padding-bottom: 8px;
}
/* line 368, ../sass/_team.sass */
.widget-player-attributes .player-energy md-icon {
  width: 70%;
  height: 70%;
}
/* line 372, ../sass/_team.sass */
.widget-player-attributes .player-energy .module {
  padding: 18px 16px;
}
/* line 377, ../sass/_team.sass */
.widget-player-attributes .player-training {
  position: relative;
  padding: 16px 0;
}
/* line 382, ../sass/_team.sass */
.widget-player-attributes .player-training.progress h1 {
  max-width: 220px;
  text-align: center;
}
/* line 386, ../sass/_team.sass */
.widget-player-attributes .player-training .module {
  padding: 18px 16px;
}
/* line 389, ../sass/_team.sass */
.widget-player-attributes .player-training .module.description {
  padding: 16px 32px 24px;
}
/* line 392, ../sass/_team.sass */
.widget-player-attributes .player-training .module.progress-bar {
  width: 70%;
  height: 50px;
  margin-bottom: 60px;
}
/* line 398, ../sass/_team.sass */
.widget-player-attributes .player-training .module.progress-bar md-progress-linear .md-container {
  height: 50px;
  background-color: white;
}
/* line 402, ../sass/_team.sass */
.widget-player-attributes .player-training .module.progress-bar md-progress-linear .md-container .md-bar {
  height: 50px;
  background-color: #5DA739;
}
/* line 406, ../sass/_team.sass */
.widget-player-attributes .player-training .module .block {
  padding: 0 8px;
}
/* line 408, ../sass/_team.sass */
.widget-player-attributes .player-training .module .block span {
  padding: 2px 0;
}
/* line 412, ../sass/_team.sass */
.widget-player-attributes .player-training .module.confirm span {
  padding: 0 16px;
}
/* line 415, ../sass/_team.sass */
.widget-player-attributes .player-training .icon-medium {
  padding-bottom: 8px;
}
/* line 418, ../sass/_team.sass */
.widget-player-attributes .player-training md-icon {
  width: 70%;
  height: 70%;
}
/* line 424, ../sass/_team.sass */
.widget-player-attributes .player-training button[disabled] md-icon svg {
  opacity: 0.2;
}
/* line 426, ../sass/_team.sass */
.widget-player-attributes .player-training button[disabled] md-icon svg path {
  fill: black;
}
/* line 430, ../sass/_team.sass */
.widget-player-attributes .player-training .md-button.md-fab span {
  font-size: 20px;
  font-weight: bold;
}
/* line 433, ../sass/_team.sass */
.widget-player-attributes .player-training .md-button.md-fab.button-selected {
  background-color: #00b9e6;
}
/* line 435, ../sass/_team.sass */
.widget-player-attributes .player-training .md-button.md-fab.md-hue-1 {
  color: white !important;
}
/* line 438, ../sass/_team.sass */
.widget-player-attributes .player-training .disabled_title {
  color: rgba(0, 0, 0, 0.35);
}
/* line 441, ../sass/_team.sass */
.widget-player-attributes .player-training .training-millions {
  margin-left: 5px;
  width: 20px;
}
/* line 445, ../sass/_team.sass */
.widget-player-attributes .player-training .speed-up-training img {
  width: 30px;
}
/* line 448, ../sass/_team.sass */
.widget-player-attributes .md-title {
  line-height: 26px;
  color: black;
}
/* line 452, ../sass/_team.sass */
.widget-player-attributes .md-caption {
  line-height: 30px;
}
/* line 455, ../sass/_team.sass */
.widget-player-attributes .md-caption.money i {
  font-size: 13px;
  line-height: 12px;
  margin: 1px 0 0 -2px;
}
/* line 460, ../sass/_team.sass */
.widget-player-attributes .container-control {
  min-height: 48px;
}
/* line 463, ../sass/_team.sass */
.widget-player-attributes .container-increment {
  min-width: 32px;
}

/* line 468, ../sass/_team.sass */
md-data-table-container .money .plus {
  margin: 0 7px 0 7px;
}

/* line 475, ../sass/_team.sass */
.wrapper .category_title {
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 480, ../sass/_team.sass */
.wrapper .column {
  width: 180px;
}
/* line 483, ../sass/_team.sass */
.wrapper .confirm_team {
  margin: 50px 0 0 0;
  border-radius: 8px;
  width: 100%;
}
/* line 487, ../sass/_team.sass */
.wrapper .confirm_team span {
  font-size: 160%;
  line-height: 50px;
}
/* line 491, ../sass/_team.sass */
.wrapper .border {
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
}
/* line 493, ../sass/_team.sass */
.wrapper .training {
  padding: 50px 0 50px 0;
}
/* line 495, ../sass/_team.sass */
.wrapper .training .category {
  width: 180px;
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 500, ../sass/_team.sass */
.wrapper .training .category md-icon {
  width: 40px;
  height: 40px;
  margin: 6px;
}
/* line 505, ../sass/_team.sass */
.wrapper .training .category_button {
  background-color: #303537;
  width: 130px;
  height: 80px;
  border-radius: 8px;
  margin: 0 50px;
}
@media (max-width: 800px) {
  /* line 505, ../sass/_team.sass */
  .wrapper .training .category_button {
    margin: 0 20px;
  }
}
/* line 515, ../sass/_team.sass */
.wrapper .training .category_button .sub {
  line-height: 28px;
}
/* line 517, ../sass/_team.sass */
.wrapper .training .category_button .value {
  font-size: 220%;
}
/* line 520, ../sass/_team.sass */
.wrapper .training .attribute {
  background-color: #303537;
  width: 200px;
  height: 40px;
  margin: 8px 50px;
}
@media (max-width: 800px) {
  /* line 520, ../sass/_team.sass */
  .wrapper .training .attribute {
    margin: 8px 20px;
  }
}
/* line 529, ../sass/_team.sass */
.wrapper .training .attribute .value {
  font-size: 140%;
}
/* line 534, ../sass/_team.sass */
.wrapper .training .attribute .attribute_description {
  margin: 0 10px;
}
/* line 537, ../sass/_team.sass */
.wrapper .training .plus {
  background-color: #2ea651;
}
/* line 539, ../sass/_team.sass */
.wrapper .training .minus {
  background-color: #686d6f;
}
/* line 541, ../sass/_team.sass */
.wrapper .training .equal {
  background-color: #303537;
}

/* line 546, ../sass/_team.sass */
.rtl .team-grid .card {
  left: -6px;
}

/* line 550, ../sass/_team.sass */
.team-achievements .achievement {
  margin: 16px 0 0 8px;
}
/* line 553, ../sass/_team.sass */
.team-achievements .title {
  position: absolute;
  margin: -15px 0 0 4px;
  font-size: 16px !important;
  padding: 0 !important;
}
/* line 559, ../sass/_team.sass */
.team-achievements .description {
  position: relative;
  margin: 15px 0 0 4px;
  font-size: 13px !important;
  padding: 0 !important;
}
/* line 565, ../sass/_team.sass */
.team-achievements .progress-content {
  margin: 0 8px 0 0;
}
/* line 568, ../sass/_team.sass */
.team-achievements .md-button {
  font-size: 13px !important;
  padding: 2px 10px 2px 8px;
  min-width: 105px;
  min-height: 26px;
  line-height: 26px;
}
/* line 575, ../sass/_team.sass */
.team-achievements img.stars, .team-achievements img.millions, .team-achievements img.games {
  padding-left: 5px;
  width: 18px;
}
/* line 579, ../sass/_team.sass */
.team-achievements .quantity {
  font-size: 13px !important;
  margin: 0 6px 0 2px;
  min-width: 38px;
  min-height: 42px;
}
/* line 584, ../sass/_team.sass */
.team-achievements .quantity span {
  margin: 2px;
}

/* line 588, ../sass/_team.sass */
.staff-details player-country {
  margin-left: 5px;
}
/* line 590, ../sass/_team.sass */
.staff-details .subtitle {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.54);
  margin-right: 5px;
}
/* line 594, ../sass/_team.sass */
.staff-details .level {
  font-size: 300%;
  font-weight: 500;
  line-height: 36px;
}
/* line 599, ../sass/_team.sass */
.staff-details .contract-details .md-title {
  font-size: 100%;
}

@media (max-width: 600px) {
  /* line 607, ../sass/_team.sass */
  .widget-player-attributes .summary .primary-block {
    width: 100%;
  }
  /* line 610, ../sass/_team.sass */
  .widget-player-attributes .summary .player-average .number {
    font-size: 240%;
  }
  /* line 614, ../sass/_team.sass */
  .widget-player-attributes .player-training .module.progress-bar {
    margin-bottom: 60px;
  }
  /* line 617, ../sass/_team.sass */
  .widget-player-attributes .player-contract .salary {
    padding: 0 0 16px 0;
  }
  /* line 621, ../sass/_team.sass */
  .widget-player-attributes .player-contract avatar .user-avatar {
    width: 56px;
    height: 48px;
    margin-top: 8px;
  }
  /* line 627, ../sass/_team.sass */
  .widget-player-attributes .player-contract .owner .infos {
    margin: 6px -6px;
  }

  /* line 630, ../sass/_team.sass */
  .md-title {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  /* line 638, ../sass/_team.sass */
  .widget-player-attributes .player-contract avatar .user-avatar {
    width: 56px;
    height: 48px;
    margin-top: 8px;
  }
  /* line 644, ../sass/_team.sass */
  .widget-player-attributes .player-contract .owner .infos {
    margin: 6px -6px;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  /* line 652, ../sass/_team.sass */
  .widget-player-attributes .summary .primary-block {
    width: 100%;
  }
  /* line 657, ../sass/_team.sass */
  .widget-player-attributes .player-training .module.progress-bar {
    width: 50%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  /* line 667, ../sass/_team.sass */
  .widget-player-attributes .player-training .module.description {
    padding: 54px 8px 58px;
  }
  /* line 670, ../sass/_team.sass */
  .widget-player-attributes .player-training .module.progress-bar {
    padding: 0 40px 0 20px;
  }
  /* line 674, ../sass/_team.sass */
  .widget-player-attributes .player-training.progress h1 {
    font-size: 160%;
  }
}
@media screen and (min-width: 1280px) {
  /* line 682, ../sass/_team.sass */
  .widget-player-attributes .player-training .module h1 {
    min-width: 300px;
    text-align: center;
  }
  /* line 686, ../sass/_team.sass */
  .widget-player-attributes .player-training .module.description {
    padding: 0 0 0 0;
    width: 70%;
    text-align: center;
  }
  /* line 691, ../sass/_team.sass */
  .widget-player-attributes .container-control {
    margin: 36px 16px 0 0;
  }
}
/* line 2, ../sass/_inventory.sass */
team.inventory md-list-item.header {
  font-size: 125%;
  font-weight: bold;
}
/* line 5, ../sass/_inventory.sass */
team.inventory md-list-item.subheader {
  font-size: 90%;
}

/* line 8, ../sass/_inventory.sass */
.dialog-item-details {
  padding-top: 160px;
  z-index: 10000;
  top: 0;
  right: 0;
}
/* line 16, ../sass/_inventory.sass */
.dialog-item-details .ngdialog-content {
  border-radius: 5px;
  margin: 0 auto;
  width: 400px;
  position: relative;
}
/* line 22, ../sass/_inventory.sass */
.dialog-item-details .ngdialog-content > div:first-child {
  border-radius: 5px;
}
/* line 24, ../sass/_inventory.sass */
.dialog-item-details .ngdialog-content > div:first-child > div:first-child, .dialog-item-details .ngdialog-content > div:first-child > div:last-child {
  border-radius: 5px;
}

/* line 2, ../sass/_dashboard.sass */
.dashboard {
  background-color: transparent !important;
}
/* line 9, ../sass/_dashboard.sass */
.dashboard .size-small {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 6px 0;
  color: #6C757D;
}
/* line 15, ../sass/_dashboard.sass */
.dashboard .size-hight {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 20, ../sass/_dashboard.sass */
.dashboard .size-medium {
  font-size: 24px;
}
/* line 24, ../sass/_dashboard.sass */
.dashboard .append_content .stats {
  width: 25%;
  margin: 36px 16px 0 0;
  border-right: 1px solid #6C757D;
}
/* line 29, ../sass/_dashboard.sass */
.dashboard .append_content .stats .stat {
  font-size: 38px;
  font-weight: bold;
}
/* line 32, ../sass/_dashboard.sass */
.dashboard .append_content .stats .stat span {
  padding: 0 8px 0 0;
}
/* line 35, ../sass/_dashboard.sass */
.dashboard .append_content img {
  width: 40px;
}
/* line 38, ../sass/_dashboard.sass */
.dashboard .append {
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
  background-color: #FFFFFF;
  max-width: 360px;
  min-width: 82px;
  height: 82px;
  border-radius: 24px;
}
/* line 49, ../sass/_dashboard.sass */
.dashboard .append.close {
  min-width: 48px !important;
  width: 48px !important;
  height: 48px !important;
  background-color: transparent;
}
/* line 54, ../sass/_dashboard.sass */
.dashboard .append.close i {
  font-size: 60px;
  color: #FFFFFF;
}
/* line 58, ../sass/_dashboard.sass */
.dashboard .append.motion {
  transition: transform 0.25s;
}
/* line 61, ../sass/_dashboard.sass */
.dashboard .append img {
  width: 60px;
  margin: 0px 0 0 10px;
}
/* line 65, ../sass/_dashboard.sass */
.dashboard .append .pointer {
  position: absolute;
  background-image: url("/static/images/tutorial/pointer.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;
}
/* line 72, ../sass/_dashboard.sass */
.dashboard .append .pointer.position-top {
  margin-top: -20px;
  margin-left: 48px;
}
/* line 76, ../sass/_dashboard.sass */
.dashboard .append .pointer.position-bottom {
  margin-top: 80px;
  margin-left: 48px;
  transform: scaleY(-1);
}
/* line 81, ../sass/_dashboard.sass */
.dashboard .append .pointer.position-left {
  margin-top: 30px;
  margin-left: -26px;
  transform: rotate(180deg);
}
/* line 86, ../sass/_dashboard.sass */
.dashboard .append .txt {
  font-size: 16px;
  margin: 22px 24px;
  font-weight: normal !important;
}
/* line 91, ../sass/_dashboard.sass */
.dashboard .highlight,
.dashboard .bringtotop {
  z-index: 5;
}
/* line 95, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget, .dashboard .dashboard-bottom .widget {
  margin: 8px;
}
@media screen and (min-width: 960px) {
  /* line 99, ../sass/_dashboard.sass */
  .dashboard .margin-top {
    margin-top: 0px;
  }
  /* line 101, ../sass/_dashboard.sass */
  .dashboard .margin-left {
    margin-left: 38px;
  }
  /* line 103, ../sass/_dashboard.sass */
  .dashboard .margin-bottom {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 108, ../sass/_dashboard.sass */
  .dashboard .margin-left {
    margin-left: 32px;
  }
  /* line 111, ../sass/_dashboard.sass */
  .dashboard .margin-top {
    margin-top: 20px;
  }
  /* line 114, ../sass/_dashboard.sass */
  .dashboard .margin-bottom {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  /* line 118, ../sass/_dashboard.sass */
  .dashboard .margin-left {
    margin-left: 20px;
  }
  /* line 120, ../sass/_dashboard.sass */
  .dashboard .margin-bottom {
    margin-bottom: 40px;
  }
}
/* line 123, ../sass/_dashboard.sass */
.dashboard .layout-margin {
  margin: 8px;
}
/* line 126, ../sass/_dashboard.sass */
.dashboard .dashboard-top {
  background-color: black;
  background-image: url("/static/images/pelouse-logo.jpg");
  background-repeat: no-repeat;
  background-position: 0px -280px;
  color: white;
  margin: 0;
}
/* line 134, ../sass/_dashboard.sass */
.dashboard .dashboard-top .btn-play {
  color: white !important;
  background-color: #5DA739 !important;
  padding: 0 20px;
}
/* line 139, ../sass/_dashboard.sass */
.dashboard .dashboard-top .separator {
  border: 1px solid rgba(108, 117, 125, 0.6);
  border-width: 0 0 0 1px;
}
/* line 143, ../sass/_dashboard.sass */
.dashboard .dashboard-top .colum-flex.third {
  margin: 0 0 0 0;
}
/* line 146, ../sass/_dashboard.sass */
.dashboard .dashboard-top .layout-column.last-row {
  margin-bottom: 22px;
}
/* line 149, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-team-title {
  margin-top: 30px;
}
/* line 152, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-team-title img {
  width: 60px;
  height: 60px;
}
/* line 156, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-team-title .team-title {
  color: #6C757D;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 6px 0;
}
/* line 162, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-team-title .team-name {
  color: white;
  font-size: 38px;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: bold;
}
/* line 169, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-team-title .team-player-name {
  color: white;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  /* line 174, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-team-title .team-player-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  /* line 178, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-team-title .team-name {
    font-size: 19px;
  }
}
/* line 181, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-team-stats {
  margin-bottom: 30px;
}
/* line 184, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-team-stats .stat-box {
  margin-top: 20px;
}
/* line 187, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-team-stats .subtitle {
  color: #6C757D;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 6px 0;
}
/* line 193, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-team-stats .description {
  color: #6C757D;
  padding: 0 0 6px 0;
}
/* line 197, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-team-stats i.material-icons {
  font-size: 250%;
}
@media screen and (min-width: 680px) {
  /* line 201, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-team-stats span.stats {
    font-size: 38px;
    font-weight: 100;
    padding: 0 10px 0 0px;
  }
  /* line 207, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-team-stats .stars img {
    width: 40px;
  }
  /* line 209, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-team-stats .stars span.stats {
    font-weight: bold;
  }
  /* line 212, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-team-stats .subtitle {
    color: #6C757D;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 6px 0;
  }
}
@media screen and (max-width: 680px) {
  /* line 220, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-team-stats .margin-left {
    margin-left: 24px;
  }
  /* line 223, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-team-stats span.stats {
    font-size: 120%;
    font-weight: 100;
    padding: 0 5px 0 0px;
  }
  /* line 229, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-team-stats .stars img {
    width: 20px;
  }
  /* line 231, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-team-stats .stars span.stats {
    font-weight: bold;
  }
  /* line 234, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-team-stats .subtitle {
    font-size: 65%;
    color: #6C757D;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 6px 0;
  }
}
/* line 241, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-consecutive-wins {
  margin: 18px 0 0 12.5%;
  padding: 0;
}
/* line 245, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-consecutive-wins svg path {
  fill: #5DA739;
}
/* line 248, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-consecutive-wins h4 {
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
}
/* line 253, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-consecutive-wins p {
  font-size: 80%;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
/* line 259, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-consecutive-wins img {
  width: 86px;
}
/* line 262, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-consecutive-wins .cons-wins-label {
  position: relative;
}
/* line 265, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-consecutive-wins .cons-wins-label .cons-wins-label-number {
  width: 100px;
  text-align: center;
  font-size: 240%;
  font-weight: bold;
  position: absolute;
  top: 28px;
}
/* line 273, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-consecutive-wins .hero {
  font-size: 300%;
}
/* line 275, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-consecutive-wins .hero .fa-certificate {
  color: green;
}
/* line 278, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-inventory, .dashboard .dashboard-top .widget-train-players {
  text-transform: uppercase;
}
/* line 280, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-inventory h4, .dashboard .dashboard-top .widget-train-players h4 {
  margin: 0 20px 5px 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  /* line 286, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-inventory img, .dashboard .dashboard-top .widget-train-players img {
    width: 66px;
  }
  /* line 289, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-inventory .button, .dashboard .dashboard-top .widget-train-players .button {
    font-size: 11px;
  }
  /* line 292, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-inventory .hero, .dashboard .dashboard-top .widget-train-players .hero {
    position: relative;
    margin-right: 30px;
  }
  /* line 295, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-inventory .hero span, .dashboard .dashboard-top .widget-train-players .hero span {
    position: absolute;
    background-color: red;
    border-radius: 30px;
    font-size: 90%;
    font-weight: bold;
    left: 69%;
    top: 12%;
    text-align: center;
    padding: 2px;
    width: 20px;
  }
}
@media screen and (min-width: 960px) {
  /* line 308, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-inventory img, .dashboard .dashboard-top .widget-train-players img {
    width: 88px;
  }
  /* line 311, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-inventory .button, .dashboard .dashboard-top .widget-train-players .button {
    font-size: 14px;
  }
  /* line 314, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-inventory .hero, .dashboard .dashboard-top .widget-train-players .hero {
    position: relative;
    margin-right: 30px;
  }
  /* line 317, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-inventory .hero span, .dashboard .dashboard-top .widget-train-players .hero span {
    position: absolute;
    background-color: red;
    border-radius: 30px;
    font-size: 125%;
    font-weight: bold;
    left: 65%;
    text-align: center;
    padding: 2px;
    width: 24px;
  }
}
/* line 328, ../sass/_dashboard.sass */
.dashboard .dashboard-top .widget-inventory .md-button, .dashboard .dashboard-top .widget-train-players .md-button {
  margin: 0;
}
/* line 332, ../sass/_dashboard.sass */
.dashboard .dashboard-center {
  margin: 7px;
}
@keyframes spin {
  0% {
    transform: scale(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 343, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-watch-players md-list {
  width: 100%;
}
/* line 345, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-watch-players md-list md-list-item {
  height: 114px;
  border-top: 1px solid #E1E1E1;
  min-height: 73px;
}
/* line 350, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-watch-players md-list img {
  top: 6px;
  position: relative;
  margin: 0 15px 0 0;
}
/* line 355, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-calendar {
  margin: 8px;
}
/* line 357, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-calendar .calendar-border {
  min-height: 5px;
}
/* line 359, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-calendar .join-league {
  margin-right: 5px;
}
/* line 361, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-calendar .calendar-days calendar-day span {
  padding: 4px;
  text-align: center;
  min-height: 100%;
}
/* line 365, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-calendar .calendar-results {
  text-align: center;
  padding: 4px;
}
/* line 368, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-calendar .calendar-results .pause_circle_filled {
  color: lightgrey;
}
/* line 370, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-calendar .calendar-results .check_circle {
  color: darkgreen;
}
/* line 372, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-calendar .calendar-results .cancel {
  color: darkred;
}
/* line 374, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-calendar .calendar-results .empty-game {
  border-radius: 30px;
  background-color: lightgray;
  margin: 2px;
  height: 28px;
  width: 28px;
  display: block;
}
/* line 382, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-calendar .calendar-results div {
  border-right: 1px solid lightgray;
}
/* line 384, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-calendar .next-game {
  font-weight: lighter;
  font-size: 1.5em;
  padding-left: 5px;
}
/* line 389, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats {
  margin: 8px;
}
/* line 392, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .previous-game {
  height: 58px;
  margin: 0;
  padding: 0;
}
/* line 396, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .previous-game.home_draw {
  background-color: #6C757D;
}
/* line 398, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .previous-game.home_wins {
  background-color: #5DA739;
}
/* line 400, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .previous-game.home_looses {
  background-color: #DE000B;
}
/* line 403, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .layout-title {
  height: 160px;
}
/* line 406, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .stat-widgets {
  height: 150px;
}
/* line 409, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .score-section {
  color: #FFFFFF;
  margin-bottom: 0;
}
/* line 416, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .score-section .teams-container {
  margin: 0;
  padding: 0;
  height: 58px;
}
/* line 421, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .score-section .teams-container .goals {
  font-size: 36px;
  font-weight: bold;
}
/* line 425, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .score-section .teams-container span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
/* line 431, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .score-section .teams-container avatar .user-avatar {
  width: 72px;
  height: 72px;
  margin-top: -24px;
}
/* line 436, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .score-section .block {
  margin: 0;
  padding: 0 24px 0 24px;
}
/* line 441, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .score-section .block.home span {
  margin: 0 16px 0 0;
}
/* line 445, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .score-section .block.away span {
  margin: 0 0 0 16px;
}
/* line 448, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .score-section .score {
  font-size: 62px;
  font-weight: bold;
  position: absolute;
  height: 160px;
  width: 180px;
}
/* line 455, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .score-section .score.home_draw {
  background-color: #6C757D;
}
/* line 458, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .score-section .score.home_wins {
  background-color: #5DA739;
}
/* line 461, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .score-section .score.home_looses {
  background-color: #DE000B;
}
/* line 464, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats qi-shoot-wgt {
  fill: white;
}
/* line 467, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .stats-section {
  margin-top: 0;
}
/* line 470, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .stats-section .graph-container {
  padding-top: -18px;
}
/* line 473, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .stats-section .graph-legend {
  color: #6C757D;
  text-align: center;
}
/* line 477, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .stats-section h3.graph-legend {
  margin: 2px;
  text-transform: uppercase;
}
/* line 481, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-prev-game-stats .stats-section h3.graph-legend.pie-chart {
  margin: 4px;
  padding-bottom: 6px;
}
@media screen and (max-width: 800px) {
  /* line 486, ../sass/_dashboard.sass */
  .dashboard .dashboard-center .layout-title {
    height: 80px !important;
  }
  /* line 489, ../sass/_dashboard.sass */
  .dashboard .dashboard-center .stat-widgets {
    height: 98px !important;
  }
  /* line 492, ../sass/_dashboard.sass */
  .dashboard .dashboard-center .teams-container {
    height: 44px !important;
  }
  /* line 494, ../sass/_dashboard.sass */
  .dashboard .dashboard-center .teams-container span {
    font-size: 12px !important;
  }
  /* line 497, ../sass/_dashboard.sass */
  .dashboard .dashboard-center .score {
    font-size: 38px !important;
    height: 80px !important;
    width: 100px !important;
  }
}
/* line 504, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-daily-objectives .hero, .dashboard .dashboard-center .widget-team-league-rewards .hero {
  position: relative;
}
/* line 507, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-daily-objectives .hero .quantity, .dashboard .dashboard-center .widget-team-league-rewards .hero .quantity {
  font-size: 70%;
}
/* line 510, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-daily-objectives .title, .dashboard .dashboard-center .widget-team-league-rewards .title {
  padding: 0 0 14px 0;
}
/* line 514, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-daily-objectives .objectif md-progress-linear, .dashboard .dashboard-center .widget-team-league-rewards .objectif md-progress-linear {
  padding: 0 10px;
}
/* line 522, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-daily-objectives .objective,
.dashboard .dashboard-center .widget-team-league-rewards .objective {
  margin: 16px 0 0 8px;
}
/* line 525, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-daily-objectives .title,
.dashboard .dashboard-center .widget-team-league-rewards .title {
  position: absolute;
  margin: -15px 0 0 4px;
  font-size: 13px !important;
  padding: 0 !important;
}
/* line 531, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-daily-objectives .progress-content,
.dashboard .dashboard-center .widget-team-league-rewards .progress-content {
  margin: 0 8px 0 0;
}
/* line 534, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-daily-objectives .md-button,
.dashboard .dashboard-center .widget-team-league-rewards .md-button {
  font-size: 13px !important;
  padding: 2px 10px 2px 8px;
  min-width: 105px;
  min-height: 26px;
  line-height: 26px;
}
/* line 541, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-daily-objectives img.stars, .dashboard .dashboard-center .widget-daily-objectives img.millions,
.dashboard .dashboard-center .widget-team-league-rewards img.stars,
.dashboard .dashboard-center .widget-team-league-rewards img.millions {
  padding-left: 5px;
  width: 18px;
}
/* line 545, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-daily-objectives .quantity,
.dashboard .dashboard-center .widget-team-league-rewards .quantity {
  font-size: 13px !important;
  margin: 0 6px 0 2px;
  min-width: 38px;
  min-height: 42px;
}
/* line 550, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-daily-objectives .quantity span,
.dashboard .dashboard-center .widget-team-league-rewards .quantity span {
  margin: -2px -2px 0 0;
}
/* line 556, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-team-league-rewards .title {
  position: relative;
  margin: 0 0 0 4px;
}
/* line 563, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-ranking .block-ranking {
  padding: 0 8px 0 8px;
}
/* line 566, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-ranking svg {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
/* line 570, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-ranking svg path {
  fill: #5DA739;
}
/* line 573, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-ranking .cons-wins {
  float: right;
  text-align: right;
}
/* line 578, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-ranking .cons-wins .cons-wins-label {
  position: relative;
  margin: 0 20px 0 0;
}
/* line 582, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-ranking .cons-wins .cons-wins-label .cons-wins-label-number {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 5px;
  left: -24px;
}
/* line 589, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-ranking .stars {
  float: right;
  text-align: right;
}
/* line 594, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-ranking .stars span {
  padding: 0 4px 0 10px;
}
/* line 597, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-ranking .stars .stars-number {
  float: right;
  text-align: right;
  padding: 0 8px 0 0;
}
/* line 602, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-ranking .stars .material-icons {
  font-size: 120%;
  float: right;
  padding: 0;
}
/* line 608, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-facebook {
  height: 100%;
  color: white;
}
/* line 612, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-facebook .description {
  text-align: center;
}
/* line 615, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-facebook .avatar {
  border-radius: 30px;
  height: 60px;
  width: 60px;
}
/* line 620, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-facebook md-checkbox {
  margin: auto auto;
}
/* line 623, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-facebook .alert {
  color: yellow;
}
/* line 627, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-google .team-name {
  font-weight: bold;
}
/* line 629, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-google .user-name, .dashboard .dashboard-center .widget-google .rank {
  color: #6C757D;
  font-weight: bold;
}
/* line 632, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-google .stars, .dashboard .dashboard-center .widget-google .material-icons {
  font-size: 170%;
}
/* line 635, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-google .alert i {
  vertical-align: bottom;
}
/* line 637, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-google .google-button {
  background-color: #4285F4;
  height: 40px;
  min-width: 220px;
}
/* line 641, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-google .google-button .icon {
  float: left;
  height: 46px;
  margin-top: -3px;
  margin-left: -3px;
}
/* line 646, ../sass/_dashboard.sass */
.dashboard .dashboard-center .widget-google .google-button .description {
  float: left;
  top: 12px;
  margin-right: 15px;
  position: relative;
  color: white;
}
/* line 653, ../sass/_dashboard.sass */
.dashboard .dashboard-bottom {
  margin: 0 0 0 80px;
}
/* line 656, ../sass/_dashboard.sass */
.dashboard .dashboard-bottom .widget-news {
  color: #6C757D;
}
/* line 658, ../sass/_dashboard.sass */
.dashboard .dashboard-bottom .widget-news h4 {
  margin: 0;
  padding: 0;
}
/* line 661, ../sass/_dashboard.sass */
.dashboard .dashboard-bottom .widget-news .publish-date {
  font-size: 80%;
}

/* line 666, ../sass/_dashboard.sass */
.rtl .dashboard-top,
.rtl .dashboard-center,
.rtl .dashboard-bottom {
  margin: 0 80px 0 0;
}
/* line 671, ../sass/_dashboard.sass */
.rtl .dashboard-top {
  padding: 0 15px 0 0;
}
/* line 674, ../sass/_dashboard.sass */
.rtl .dashboard-top .widget-team-stats .subtitle {
  color: #DFDFDF;
}
/* line 677, ../sass/_dashboard.sass */
.rtl .dashboard-top .widget-team-title .team-title {
  color: #DFDFDF;
}

/* line 681, ../sass/_dashboard.sass */
.facebook-invite h3 {
  margin: 10px 0 10px 0;
}
/* line 684, ../sass/_dashboard.sass */
.facebook-invite .material-icons {
  color: white;
}
/* line 687, ../sass/_dashboard.sass */
.facebook-invite .avatar {
  border-radius: 25px;
}

/* line 693, ../sass/_dashboard.sass */
.news-widget md-list-item .md-list-item-text h4 {
  margin: 2px 0 2px 0;
}
/* line 695, ../sass/_dashboard.sass */
.news-widget md-list-item .md-list-item-text p {
  margin-top: 2px;
}

/* line 697, ../sass/_dashboard.sass */
.widget-league-next-game {
  margin: 8px;
}
/* line 699, ../sass/_dashboard.sass */
.widget-league-next-game .fl-lft {
  clear: left;
  float: left;
  padding: 0 0 0 8px;
}
/* line 704, ../sass/_dashboard.sass */
.widget-league-next-game .lft-league {
  text-align: center;
  padding: 0 0 10px 0;
}
/* line 707, ../sass/_dashboard.sass */
.widget-league-next-game .lft-league .bottom-content {
  margin: 16px 0 0 0;
}
/* line 710, ../sass/_dashboard.sass */
.widget-league-next-game .lft-no-league {
  padding: 0;
  margin: 0 0 20px 10px;
}
/* line 714, ../sass/_dashboard.sass */
.widget-league-next-game .fl-rgt {
  clear: right;
  float: right;
  padding: 0 20px 0 0;
}

/* line 720, ../sass/_dashboard.sass */
.next-league-match .user-name {
  font-size: 75%;
}

/* line 724, ../sass/_dashboard.sass */
.games-stats-widget figure, .next-league-match figure {
  display: block;
  padding: 8px 14px 4px 14px;
}
/* line 729, ../sass/_dashboard.sass */
.games-stats-widget md-list-item .md-list-item-text, .next-league-match md-list-item .md-list-item-text {
  padding: 2px 0 2px 0;
}
/* line 731, ../sass/_dashboard.sass */
.games-stats-widget md-list-item .md-list-item-text h3, .next-league-match md-list-item .md-list-item-text h3 {
  margin: 2px 0 2px 0;
}
/* line 733, ../sass/_dashboard.sass */
.games-stats-widget md-list-item .md-list-item-text p, .next-league-match md-list-item .md-list-item-text p {
  margin-top: 0px;
}

/* line 738, ../sass/_dashboard.sass */
.games-streak-widget.home_draw {
  color: #FFFFFF;
  background-color: #6C757D;
}
/* line 742, ../sass/_dashboard.sass */
.games-streak-widget.home_wins {
  color: #FFFFFF;
  background-color: #5DA739;
}
/* line 746, ../sass/_dashboard.sass */
.games-streak-widget.home_looses {
  color: #FFFFFF;
  background-color: #DE000B;
}

/* line 752, ../sass/_dashboard.sass */
.ranking-widget md-list-item .stars {
  float: right;
}
/* line 754, ../sass/_dashboard.sass */
.ranking-widget md-list-item i {
  margin: 0 0 0 2px;
}

/* line 759, ../sass/_dashboard.sass */
.games-online-widget md-list-item .score {
  font-size: 2.2vmax;
}
/* line 761, ../sass/_dashboard.sass */
.games-online-widget md-list-item .score .period {
  font-size: 0.5vmax;
}

/* line 765, ../sass/_dashboard.sass */
md-grid-list.dashboard .text_small, md-grid-list.dashboard .text_medium, md-grid-list.dashboard .text_large {
  margin: 0px;
  padding: 1px;
}
/* line 769, ../sass/_dashboard.sass */
md-grid-list.dashboard .text_widget_header {
  margin: 5px;
}
/* line 772, ../sass/_dashboard.sass */
md-grid-list.dashboard .text_small {
  font-size: 1.1vmax;
  line-height: 2vmax;
}
/* line 776, ../sass/_dashboard.sass */
md-grid-list.dashboard .text_medium, md-grid-list.dashboard .text_widget_header {
  font-size: 2.2vmax;
  line-height: 3vmin;
}
/* line 780, ../sass/_dashboard.sass */
md-grid-list.dashboard .text_large {
  font-size: 4vmax;
  line-height: 4vmax;
}
/* line 784, ../sass/_dashboard.sass */
md-grid-list.dashboard .text_centered {
  text-align: center;
}
/* line 787, ../sass/_dashboard.sass */
md-grid-list.dashboard h3 {
  font-weight: normal;
  margin: 0;
}
/* line 791, ../sass/_dashboard.sass */
md-grid-list.dashboard md-content, md-grid-list.dashboard .games-stats-widget, md-grid-list.dashboard .facebook-invite {
  border-radius: 5px;
}
/* line 794, ../sass/_dashboard.sass */
md-grid-list.dashboard .news-item {
  white-space: pre-line;
}
/* line 797, ../sass/_dashboard.sass */
md-grid-list.dashboard .news-date {
  font-size: 12px;
}
/* line 801, ../sass/_dashboard.sass */
md-grid-list.dashboard .stat-widgets text {
  color: white;
  stroke: white;
  fill: white;
}
/* line 807, ../sass/_dashboard.sass */
md-grid-list.dashboard qi-shoot-wgt .goal-post {
  fill: white;
  stroke: white;
}
/* line 812, ../sass/_dashboard.sass */
md-grid-list.dashboard qi-star-wgt polygon, md-grid-list.dashboard qi-stop-wgt polygon {
  stroke: white;
  stroke-width: 3;
}
/* line 815, ../sass/_dashboard.sass */
md-grid-list.dashboard qi-star-wgt text, md-grid-list.dashboard qi-stop-wgt text {
  fill: white;
  stroke: white;
}
/* line 820, ../sass/_dashboard.sass */
md-grid-list.dashboard qi-star-wgt polygon {
  fill: #5DA739;
}
/* line 824, ../sass/_dashboard.sass */
md-grid-list.dashboard qi-stop-wgt polygon {
  fill: #DE000B;
}
/* line 827, ../sass/_dashboard.sass */
md-grid-list.dashboard #latest_fictures_section {
  padding: 4px;
  position: static;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
/* line 835, ../sass/_dashboard.sass */
md-grid-list.dashboard #latest_fictures_section .lf_sub {
  position: absolute;
  top: 20%;
  bottom: 0px;
  margin: 0px 5px 0px 5px;
}
/* line 841, ../sass/_dashboard.sass */
md-grid-list.dashboard #latest_fictures_section .lf_sub .stat-widgets {
  position: absolute;
  width: 100%;
  top: 15%;
  bottom: 8%;
}
/* line 847, ../sass/_dashboard.sass */
md-grid-list.dashboard #latest_fictures_section .lf_sub p {
  text-align: center;
}
/* line 850, ../sass/_dashboard.sass */
md-grid-list.dashboard #latest_fictures_section .lf_sub1 {
  left: 5%;
  width: 25%;
}
/* line 854, ../sass/_dashboard.sass */
md-grid-list.dashboard #latest_fictures_section .lf_sub2 {
  left: 31%;
  width: 38%;
}
/* line 858, ../sass/_dashboard.sass */
md-grid-list.dashboard #latest_fictures_section .lf_sub2 .stat-widgets {
  top: 25%;
  bottom: 18%;
}
/* line 862, ../sass/_dashboard.sass */
md-grid-list.dashboard #latest_fictures_section .lf_sub2 .caption {
  position: absolute;
  width: 100%;
  text-align: center;
}
/* line 867, ../sass/_dashboard.sass */
md-grid-list.dashboard #latest_fictures_section .lf_sub2 .top-caption {
  top: 10%;
  margin-top: 4px;
}
/* line 871, ../sass/_dashboard.sass */
md-grid-list.dashboard #latest_fictures_section .lf_sub2 .bottom-caption {
  bottom: 4%;
  margin-bottom: 4px;
}
/* line 875, ../sass/_dashboard.sass */
md-grid-list.dashboard #latest_fictures_section .lf_sub3 {
  left: 70%;
  width: 25%;
}
/* line 879, ../sass/_dashboard.sass */
md-grid-list.dashboard #cons_wins_section {
  padding-right: 50px;
}
/* line 881, ../sass/_dashboard.sass */
md-grid-list.dashboard #cons_wins_section div[flex] h3, md-grid-list.dashboard #cons_wins_section div[flex] h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
/* line 886, ../sass/_dashboard.sass */
md-grid-list.dashboard #cons_wins_section qi-star-wgt, md-grid-list.dashboard #cons_wins_section qi-stop-wgt {
  height: 115%;
}
/* line 889, ../sass/_dashboard.sass */
md-grid-list.dashboard #cons_wins_section span.material-icons.stars {
  font-size: 150%;
  vertical-align: middle;
}
/* line 895, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  box-sizing: border-box;
}
/* line 903, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .pg_sub {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 5% 5px 5%;
}
/* line 908, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .pg_sub_first {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 20%;
}
/* line 913, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .pg_sub_second {
  height: 60%;
}
/* line 916, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .pg_sub_second div.score_text {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 200%;
  font-weight: bold;
}
/* line 923, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .pg_sub_third {
  height: 5px;
}
/* line 926, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .pg_sub_last {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: calc(20% - 5px);
}
/* line 931, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .pg_sub_last > div {
  position: absolute;
  top: calc(80% + 5px);
  right: 0px;
  bottom: 0px;
  left: 0px;
}
/* line 938, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .pg_sub_last qi-round-avatar, md-grid-list.dashboard #prev_game_section .pg_sub_last .away-name {
  position: absolute;
}
/* line 941, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .pg_sub_last .away-name {
  top: 0px;
  left: 8vmax;
  bottom: 0px;
  right: 0px;
}
/* line 947, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .pg_sub_last .away-name > div {
  display: table;
  height: 100%;
}
/* line 951, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .pg_sub_last .away-name > div > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 955, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .pg_sub_last .away-name > div > div p {
  vertical-align: middle;
}
/* line 958, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .pg_sub_last qi-round-avatar {
  width: 6vmax;
  bottom: 50%;
  left: 1vw;
}
/* line 963, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .home_draw {
  color: #FFFFFF;
  background-color: #6C757D;
}
/* line 967, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .home_wins {
  color: #FFFFFF;
  background-color: #5DA739;
}
/* line 971, ../sass/_dashboard.sass */
md-grid-list.dashboard #prev_game_section .home_looses {
  color: #FFFFFF;
  background-color: #DE000B;
}
/* line 975, ../sass/_dashboard.sass */
md-grid-list.dashboard #global_ranking_section {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

@media screen and (min-width: 1280px) {
  /* line 1001, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .colum-flex.third {
    margin: -140px 0 0 0;
  }
  /* line 1004, ../sass/_dashboard.sass */
  .dashboard .dashboard-top .widget-consecutive-wins {
    margin: 0;
    padding: 40px 0 0 0;
  }
}
@media (min-width: 1280px) and (max-width: 1800px) {
  /* line 1015, ../sass/_dashboard.sass */
  .dashboard .dashboard-center .widget-team-league-rewards .hero .quantity {
    font-size: 100%;
  }
  /* line 1017, ../sass/_dashboard.sass */
  .dashboard .dashboard-center .widget-team-league-rewards .hero .more-game {
    position: absolute;
    top: 22px;
    margin: 0px 0 0 8px;
    font-size: 50%;
    white-space: nowrap;
  }
  /* line 1023, ../sass/_dashboard.sass */
  .dashboard .dashboard-center .widget-team-league-rewards .title {
    padding: 0;
    white-space: nowrap;
    font-size: 80%;
  }
  /* line 1029, ../sass/_dashboard.sass */
  .dashboard .dashboard-center .widget-daily-objectives .title {
    white-space: nowrap;
    font-size: 12px !important;
  }
  /* line 1035, ../sass/_dashboard.sass */
  .dashboard .dashboard-center .widget-ranking .content-avatar {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 1043, ../sass/_dashboard.sass */
  .dashboard .dashboard-center .widget-ranking .content-team-name {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 1051, ../sass/_dashboard.sass */
  .dashboard .dashboard-center .widget-ranking .content-team-name span {
    font-size: 80%;
  }
  /* line 1055, ../sass/_dashboard.sass */
  .dashboard .dashboard-center .widget-ranking .content-infos .cons-wins-label-number, .dashboard .dashboard-center .widget-ranking .content-infos .stars-number {
    font-size: 80%;
    padding: 2px 2px 0 0;
  }
}
/* line 1, ../sass/_user.sass */
md-dialog {
  background-color: white !important;
}

/* line 3, ../sass/_user.sass */
avatar {
  z-index: 0;
}
/* line 5, ../sass/_user.sass */
avatar .user-avatar {
  width: 72px;
  height: 72px;
  margin-left: 20px;
}
/* line 10, ../sass/_user.sass */
avatar .user-avatar span.level {
  line-height: 18px;
  position: absolute;
  left: -15px;
  background-color: lightgrey;
  color: darkslategrey;
  margin: 0 !important;
  font-weight: 500 !important;
  padding: 0.5em 1em 0.5em 0.5em;
  top: 30%;
  font-size: 0.85em !important;
  border-radius: 5px;
  opacity: 0.8;
  min-width: 15px;
  text-align: center;
}
/* line 26, ../sass/_user.sass */
avatar .user-avatar md-fab-speed-dial {
  top: 0px;
  left: 0px;
}
/* line 31, ../sass/_user.sass */
avatar .user-avatar md-fab-trigger button.md-button.md-fab {
  margin-top: 9px;
  padding: 2px;
  height: 55px;
  width: 55px;
}
/* line 36, ../sass/_user.sass */
avatar .user-avatar md-fab-trigger button.md-button.md-fab img.md-avatar {
  border-radius: 50%;
  height: 50px;
  margin: 1px;
  width: 49px;
}
/* line 41, ../sass/_user.sass */
avatar .user-avatar md-fab-actions {
  left: 70px;
}
/* line 43, ../sass/_user.sass */
avatar .user-avatar md-fab-actions a, avatar .user-avatar md-fab-actions button {
  margin: 2px;
}
/* line 46, ../sass/_user.sass */
avatar .user-avatar md-fab-actions a i.material-icons, avatar .user-avatar md-fab-actions button i.material-icons {
  position: absolute;
  top: 5px;
  left: 5px;
}
/* line 51, ../sass/_user.sass */
avatar i.admin-flag {
  position: absolute;
  bottom: 2px;
  right: 2px;
  z-index: 60;
}

/* line 58, ../sass/_user.sass */
.sheet.settings .avatar_upload {
  border: 4px grey dashed;
  border-radius: 4px;
  padding: 5px;
}
/* line 60, ../sass/_user.sass */
.sheet.settings .avatar_upload.dragover_accept {
  border: 4px green dashed;
}
/* line 62, ../sass/_user.sass */
.sheet.settings .avatar_upload.dragover_reject {
  border: 4px red dashed;
  cursor: no-drop;
}
/* line 67, ../sass/_user.sass */
.sheet.settings .avatar_upload .avatar {
  width: 100%;
}
/* line 70, ../sass/_user.sass */
.sheet.settings x-md-select {
  display: inline-block;
  margin-top: 2px;
  width: 100%;
}
/* line 76, ../sass/_user.sass */
.sheet.settings md-input-container md-select {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: block;
  background: none;
  border-width: 0 0 1px 0;
  line-height: 26px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  margin: 0;
  padding-top: 4px;
}
/* line 92, ../sass/_user.sass */
.sheet.settings md-input-container md-select-label {
  color: black;
  padding-top: 4px;
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.54);
}

/* line 98, ../sass/_user.sass */
.disconnect {
  color: red;
  text-transform: uppercase;
}
/* line 102, ../sass/_user.sass */
.disconnect:hover {
  color: red;
}
/* line 105, ../sass/_user.sass */
.disconnect .material-icons {
  line-height: 20px;
  vertical-align: middle;
}

/* line 8, ../sass/_bottombar.sass */
p.user_created_training_desc {
  font-size: 0.9em;
}

/* line 11, ../sass/_bottombar.sass */
body.with-toolbar #content {
  padding-bottom: 60px;
  padding-top: 80px;
}

@media only screen and (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
  /* line 16, ../sass/_bottombar.sass */
  body.with-toolbar #content {
    padding-bottom: 60px;
    padding-top: 72px;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
  /* line 21, ../sass/_bottombar.sass */
  body.with-toolbar #content {
    padding-bottom: 60px;
    padding-top: 48px;
  }
}
/* line 26, ../sass/_bottombar.sass */
#footer {
  bottom: 0;
  font-size: 16px;
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 50;
}
/* line 35, ../sass/_bottombar.sass */
#footer .block-start .sub-block {
  padding: 0 24px 0 0;
  font-size: 24px;
  font-weight: 300;
}
/* line 39, ../sass/_bottombar.sass */
#footer .block-start .sub-block img {
  margin: 0 0 0 8px;
  width: 30px;
  height: 30px;
}
/* line 44, ../sass/_bottombar.sass */
#footer .block-start .sub-block .countdown {
  padding: 2px 0 0 6px;
  font-weight: 300;
  font-size: 16px;
}
/* line 49, ../sass/_bottombar.sass */
#footer .play-game {
  padding: 0 0 0 14px;
  text-transform: uppercase;
}
/* line 52, ../sass/_bottombar.sass */
#footer .play-game i.material-icons {
  height: 30px;
  vertical-align: middle;
  line-height: 28px;
}
/* line 57, ../sass/_bottombar.sass */
#footer .star {
  border-radius: 35px;
  font-size: 70px;
  margin-left: 20px;
  margin-top: -25px;
}
/* line 63, ../sass/_bottombar.sass */
#footer .star.rotate {
  animation: rotate 2s 1 ease;
}
/* line 66, ../sass/_bottombar.sass */
#footer .star-label {
  font-size: 30px;
}
@-webkit-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 75, ../sass/_bottombar.sass */
#footer .nb-games {
  margin-right: 0px;
  font-size: 24px;
  font-weight: 300;
}
/* line 83, ../sass/_bottombar.sass */
#footer .nb-games-max {
  margin: 0 8px 0 2px;
  font-size: 24px;
  font-weight: 300;
}
/* line 93, ../sass/_bottombar.sass */
#footer .circle .circle-full span {
  border: 1px solid #388E3C;
  background-color: #388E3C;
}
/* line 98, ../sass/_bottombar.sass */
#footer .circle .circle-mid span {
  background-color: #388E3C;
}
/* line 101, ../sass/_bottombar.sass */
#footer .circle .circle-mid span:last-child {
  background-color: #9cc79e;
}
/* line 104, ../sass/_bottombar.sass */
#footer .circle .circle-empty span {
  background-color: #9cc79e;
  border: 1px solid #9cc79e;
}
/* line 108, ../sass/_bottombar.sass */
#footer .circle div {
  margin-top: 7px;
  margin-right: 5px;
}
/* line 112, ../sass/_bottombar.sass */
#footer .circle span {
  float: left;
  height: 18px;
  width: 10px;
}
/* line 117, ../sass/_bottombar.sass */
#footer .circle > span {
  margin-left: 5px;
  margin-top: 10px;
}
/* line 122, ../sass/_bottombar.sass */
#footer .circle .circle-half-1 {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
/* line 126, ../sass/_bottombar.sass */
#footer .circle .circle-half-2 {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
/* line 130, ../sass/_bottombar.sass */
#footer .circle .circle-half-empty {
  background: none;
}

/* line 135, ../sass/_bottombar.sass */
.rtl #footer .play-game {
  padding: 0 14px 0 0;
}
/* line 140, ../sass/_bottombar.sass */
.rtl #footer .block-start .sub-block img {
  margin: 0 8px 0 0;
}

/* line 1, ../sass/_admin.sass */
dir-pagination-controls {
  padding-bottom: 80px;
  display: block;
}

/* line 6, ../sass/_admin.sass */
.profile-view .avatar {
  max-width: 250px;
}
/* line 8, ../sass/_admin.sass */
.profile-view .gifts {
  vertical-align: super;
  font-size: 120%;
}

/* line 12, ../sass/_admin.sass */
.admin_content md-list .material-icons {
  margin-top: 12px;
}

/* line 16, ../sass/_admin.sass */
.league-admin .material-icons {
  margin-top: 12px;
}
/* line 19, ../sass/_admin.sass */
.league-admin tr td.actions-cell {
  min-width: 70px;
  max-width: 70px;
}
/* line 22, ../sass/_admin.sass */
.league-admin tr .actions {
  display: none;
}
/* line 24, ../sass/_admin.sass */
.league-admin tr:hover .actions {
  display: block;
}

/* line 27, ../sass/_admin.sass */
.admin-bar {
  width: 98%;
  height: 80px;
}
/* line 30, ../sass/_admin.sass */
.admin-bar .admin-search {
  box-sizing: border-box;
  float: right;
  width: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
}
/* line 37, ../sass/_admin.sass */
.admin-bar .admin-search form {
  float: left;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
/* line 43, ../sass/_admin.sass */
.admin-bar .admin-search .search {
  flex: 1 1 auto;
  order: 2;
  outline: none;
  border: none;
  border-radius: 0;
  background: #fff;
  padding: 10px;
  height: 30px;
  transition: all 0.05s ease-in-out;
  -webkit-appearance: none;
}
/* line 54, ../sass/_admin.sass */
.admin-bar .admin-search .search:focus {
  height: 60px;
  margin-left: -15px;
  padding: 10px 15px;
}
/* line 58, ../sass/_admin.sass */
.admin-bar .admin-search .search:focus + .go {
  height: 80px;
  margin-right: -15px;
  max-width: 80px;
  color: #000;
}
/* line 63, ../sass/_admin.sass */
.admin-bar .admin-search .go {
  flex: 1 1 auto;
  order: 3;
  max-width: 50px;
  display: inline-block;
  border: none;
  background: #fff;
  color: #ccc;
  height: 50px;
  transition: all 0.05s ease-in-out;
  font-size: 21px;
  outline: none;
}

/* line 6, ../sass/_ranking.sass */
md-content.ranking .index {
  text-align: center;
  font-family: Roboto;
  font-weight: bold;
  font-size: 18px;
}
/* line 12, ../sass/_ranking.sass */
md-content.ranking .md-avatar {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin: 8px 20px 8px 8px;
}
/* line 18, ../sass/_ranking.sass */
md-content.ranking .team_info {
  font-size: 18px;
  line-height: 18px;
}
/* line 21, ../sass/_ranking.sass */
md-content.ranking .team_name {
  font-size: 14px;
  line-height: 20px;
}
/* line 25, ../sass/_ranking.sass */
md-content.ranking .league_name a:hover, md-content.ranking .league_name a:visited, md-content.ranking .league_name a:link, md-content.ranking .league_name a:active {
  color: #000;
  text-decoration: none;
}
/* line 29, ../sass/_ranking.sass */
md-content.ranking md-list-item {
  padding: 0px 16px;
  height: 72px;
}
/* line 32, ../sass/_ranking.sass */
md-content.ranking .stars {
  text-align: right;
}
/* line 34, ../sass/_ranking.sass */
md-content.ranking .stars i {
  margin-left: 5px;
  vertical-align: middle;
}
/* line 39, ../sass/_ranking.sass */
md-content.ranking qi-star-wgt polygon {
  fill: #5DA739;
}

/* line 2, ../sass/_firstmin.sass */
.firstmin-flow-container .color-select-widget.cur-select {
  border: 1px solid white;
}
/* line 5, ../sass/_firstmin.sass */
.firstmin-flow-container a, .firstmin-flow-container a:hover, .firstmin-flow-container a:visited {
  color: white;
}
/* line 8, ../sass/_firstmin.sass */
.firstmin-flow-container .md-warn {
  color: yellow;
}
/* line 11, ../sass/_firstmin.sass */
.firstmin-flow-container .md-warn .material-icons {
  margin-left: -70px;
}
/* line 14, ../sass/_firstmin.sass */
.firstmin-flow-container .md-char-counter {
  color: white;
}

/* line 2, ../sass/previous-fixtures.sass */
.previous-fixtures-header {
  font-size: 16px;
  max-height: 44px;
}
/* line 6, ../sass/previous-fixtures.sass */
.previous-fixtures-header div .header {
  overflow: hidden;
}
/* line 9, ../sass/previous-fixtures.sass */
.previous-fixtures-header md-content {
  overflow: hidden;
}
/* line 11, ../sass/previous-fixtures.sass */
.previous-fixtures-header md-list {
  padding-top: 0px;
}

/* line 14, ../sass/previous-fixtures.sass */
.previous-fixtures {
  font-size: 16px;
  overflow: hidden;
}
/* line 19, ../sass/previous-fixtures.sass */
.previous-fixtures .goals-spacer {
  width: 138px;
}
/* line 22, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel-close {
  max-height: 0px;
}
/* line 25, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel-open {
  max-height: 1000px !important;
}
/* line 28, ../sass/previous-fixtures.sass */
.previous-fixtures .score {
  color: #000000;
}
/* line 30, ../sass/previous-fixtures.sass */
.previous-fixtures .score .forfeit {
  font-size: 50%;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
}
/* line 38, ../sass/previous-fixtures.sass */
.previous-fixtures .infos .user_name {
  height: 18px;
  line-height: 18px;
  font-size: 13px;
}
/* line 43, ../sass/previous-fixtures.sass */
.previous-fixtures .infos .date {
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  /* line 48, ../sass/previous-fixtures.sass */
  .previous-fixtures .date {
    display: none;
  }
}
/* line 51, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel {
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 0px;
  max-height: 0px;
  transition: max-height 1s;
}
/* line 60, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block {
  color: #6C757D;
}
/* line 64, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .timeline i {
  font-size: 38px;
  margin: 8px 0 0 0;
}
/* line 67, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .timeline i.spin {
  animation: spin 1.8s ease-out infinite;
}
/* line 70, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .timeline .cursor {
  font-size: 12px;
  position: absolute;
  margin: -29px 0 0 12px;
  width: 14px;
  text-align: center;
}
/* line 77, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .stats {
  margin: 0;
  height: 80px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
/* line 83, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .stats .title {
  font-size: 13px;
}
/* line 86, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .stats .value {
  margin: 0;
  font-size: 20px;
}
/* line 90, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .stats .value.better {
  font-weight: bold;
  color: black;
}
/* line 94, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .events {
  min-height: 80px;
  margin: 16px;
}
/* line 98, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .events .event {
  height: 40px;
}
/* line 102, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .events .evt .card {
  width: 14px;
  height: 18px;
}
/* line 105, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .events .evt .card.yellow {
  background-color: #F8E71C;
}
/* line 107, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .events .evt .card.red {
  background-color: #D0021B;
}
/* line 109, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .events .evt .name {
  font-size: 13px;
  padding: 0 8px 0 8px;
  white-space: nowrap;
}
/* line 113, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .events .evt img {
  width: 18px;
}
/* line 115, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .block .rewards {
  border-top: #c3c3c3 1px solid;
}
/* line 119, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .fixture-panel-contain {
  padding: 20px;
  width: 100%;
  height: auto;
  bottom: 0px;
}
/* line 126, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .player-link {
  text-decoration: none;
  color: inherit;
}
/* line 130, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .qi-bar-wgt {
  width: 100%;
  margin-left: 20px;
  margin-bottom: 14px;
}
/* line 135, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .qi-bar-wgt .bar {
  float: left;
  padding: 5px 5px;
}
/* line 139, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .qi-bar-wgt .bar.right {
  text-align: right;
}
/* line 142, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .qi-bar-wgt .label {
  color: white;
}
/* line 145, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .cards-list {
  width: 100%;
  margin-top: 10px;
}
/* line 150, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .cards-list .cards-row {
  margin-top: 30px;
  padding-left: 7%;
}
/* line 154, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .cards-list .title {
  color: #6C757D;
  text-transform: uppercase;
  text-align: center;
  width: 90px;
}
/* line 160, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .cards-list .cards-list-item {
  display: block;
  margin-bottom: 8px;
  width: 100%;
}
/* line 165, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .cards-list .card-list-right {
  width: 250px;
}
/* line 168, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .cards-list .card-list-right .card {
  width: 15px;
  float: left;
}
/* line 172, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .cards-list .card-list-right .player {
  float: left;
  margin-left: 10px;
  min-width: 150px;
}
/* line 178, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .cards-list .card-list-left {
  width: 250px;
}
/* line 181, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .cards-list .card-list-left .card {
  width: 15px;
  float: right;
}
/* line 185, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .cards-list .card-list-left .player {
  float: right;
  margin-right: 10px;
  min-width: 150px;
  text-align: right;
}
/* line 191, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .cards-list .yellow {
  background-color: yellow;
}
/* line 194, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .cards-list .red {
  background-color: red;
}
/* line 197, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .stats {
  height: 200px;
  width: 100%;
  margin-top: 50px;
}
/* line 202, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .stats .goal-post {
  fill: white;
}
/* line 205, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .stats .graph-legend {
  color: #6C757D;
  text-align: center;
}
/* line 209, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .stats p.graph-legend {
  margin-bottom: 10px;
  margin-top: 5px;
}
/* line 213, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .stats h3.graph-legend {
  text-transform: uppercase;
  margin-bottom: 0px;
}
/* line 217, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .stats h3.graph-legend.pie-chart {
  padding-bottom: 33px;
}
/* line 220, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .goals {
  width: 100%;
}
/* line 223, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .goal-item {
  margin-bottom: 8px;
}
/* line 226, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .goals-home {
  text-align: right;
  width: 250px;
}
/* line 230, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .goals-label {
  text-transform: uppercase;
  text-align: center;
  width: 90px;
}
/* line 235, ../sass/previous-fixtures.sass */
.previous-fixtures .fixture-panel .goals-away {
  width: 250px;
}
/* line 238, ../sass/previous-fixtures.sass */
.previous-fixtures .when {
  font-size: 12px;
}
/* line 241, ../sass/previous-fixtures.sass */
.previous-fixtures .home {
  line-height: 18px;
}
/* line 244, ../sass/previous-fixtures.sass */
.previous-fixtures .away {
  line-height: 18px;
}
/* line 247, ../sass/previous-fixtures.sass */
.previous-fixtures .team_name {
  line-height: 20px;
  font-weight: 500;
  color: #000000 !important;
}
/* line 251, ../sass/previous-fixtures.sass */
.previous-fixtures .team_name.home {
  text-align: right;
}
/* line 254, ../sass/previous-fixtures.sass */
.previous-fixtures .user_name {
  font-size: 12px;
}
/* line 257, ../sass/previous-fixtures.sass */
.previous-fixtures .cursor {
  width: 12px;
}
/* line 259, ../sass/previous-fixtures.sass */
.previous-fixtures .cursor .point {
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
/* line 264, ../sass/previous-fixtures.sass */
.previous-fixtures .header {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 268, ../sass/previous-fixtures.sass */
.previous-fixtures .streak {
  min-width: 36px;
  height: 72px;
  color: white;
  text-align: center;
  margin: 0 -12px 0 0;
  width: 16%;
  max-width: 72px;
}
/* line 277, ../sass/previous-fixtures.sass */
.previous-fixtures .streak .wins {
  font-size: 11px;
  color: white;
}
/* line 281, ../sass/previous-fixtures.sass */
.previous-fixtures .streak.wins,
.previous-fixtures .point.wins {
  background-color: #5DA739;
}
/* line 284, ../sass/previous-fixtures.sass */
.previous-fixtures .streak.losses,
.previous-fixtures .point.losses {
  background-color: #DE000B;
}
/* line 287, ../sass/previous-fixtures.sass */
.previous-fixtures .streak.draws,
.previous-fixtures .point.draws {
  background-color: #6C757D;
}
/* line 293, ../sass/previous-fixtures.sass */
.previous-fixtures md-list {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 297, ../sass/previous-fixtures.sass */
.previous-fixtures md-list-item {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 5px;
  border-style: solid;
  background-color: white;
  height: 80px;
}
/* line 305, ../sass/previous-fixtures.sass */
.previous-fixtures md-list-item .stars {
  vertical-align: middle;
  text-align: center;
}
/* line 309, ../sass/previous-fixtures.sass */
.previous-fixtures md-list-item i {
  vertical-align: middle;
}
/* line 312, ../sass/previous-fixtures.sass */
.previous-fixtures md-list-item.wins {
  border-color: #5DA739;
}
/* line 314, ../sass/previous-fixtures.sass */
.previous-fixtures md-list-item.losses {
  border-color: #DE000B;
}
/* line 316, ../sass/previous-fixtures.sass */
.previous-fixtures md-list-item.draws {
  border-color: #6C757D;
}

/* line 2, ../sass/_friends.sass */
md-content.friends {
  border-radius: 5px;
}
/* line 4, ../sass/_friends.sass */
md-content.friends .index {
  text-align: right;
  font-family: Roboto;
  font-weight: bold;
  font-size: 18px;
}
/* line 10, ../sass/_friends.sass */
md-content.friends .md-avatar {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin: 8px 20px 8px 8px;
}
/* line 16, ../sass/_friends.sass */
md-content.friends .team_info {
  font-size: 18px;
  line-height: 18px;
}
/* line 19, ../sass/_friends.sass */
md-content.friends .team_name {
  font-size: 14px;
  line-height: 20px;
}
/* line 22, ../sass/_friends.sass */
md-content.friends md-list-item {
  padding: 0px 16px;
  height: 72px;
}
/* line 25, ../sass/_friends.sass */
md-content.friends .stars {
  text-align: right;
}
/* line 27, ../sass/_friends.sass */
md-content.friends .stars i {
  margin-left: 5px;
  vertical-align: middle;
}
/* line 30, ../sass/_friends.sass */
md-content.friends .send {
  padding-top: 100px;
}
/* line 33, ../sass/_friends.sass */
md-content.friends .connected {
  color: #289147;
  background-color: #289147;
  border-radius: 1em;
  font-size: 16px;
}
/* line 40, ../sass/_friends.sass */
md-content.friends .empty-box {
  width: 100%;
  height: 72px;
}
/* line 44, ../sass/_friends.sass */
md-content.friends .block-details {
  min-height: 525px;
}

/* line 48, ../sass/_friends.sass */
.games-stats-widget.friend-list {
  height: 100%;
  margin: -8px 0;
}

/* line 52, ../sass/_friends.sass */
.widget-facebook {
  height: 100%;
  color: white;
}
/* line 56, ../sass/_friends.sass */
.widget-facebook .description {
  text-align: center;
}
/* line 59, ../sass/_friends.sass */
.widget-facebook .avatar {
  border-radius: 30px;
  height: 60px;
  width: 60px;
}
/* line 64, ../sass/_friends.sass */
.widget-facebook md-checkbox {
  margin: auto auto;
}
/* line 67, ../sass/_friends.sass */
.widget-facebook .alert {
  color: yellow;
}

/* line 72, ../sass/_friends.sass */
md-grid-list.friends md-grid-tile figure {
  align-items: left;
  display: inline;
}
/* line 75, ../sass/_friends.sass */
md-grid-list.friends .text_small, md-grid-list.friends .text_medium, md-grid-list.friends .text_large {
  margin: 0px;
  padding: 1px;
}
/* line 79, ../sass/_friends.sass */
md-grid-list.friends .text_widget_header {
  margin: 5px;
}
/* line 82, ../sass/_friends.sass */
md-grid-list.friends .text_small {
  font-size: 1.1vmax;
  line-height: 2vmax;
}
/* line 86, ../sass/_friends.sass */
md-grid-list.friends .text_medium, md-grid-list.friends .text_widget_header {
  font-size: 2.2vmax;
  line-height: 3vmin;
}
/* line 90, ../sass/_friends.sass */
md-grid-list.friends .text_large {
  font-size: 4vmax;
  line-height: 4vmax;
}
/* line 94, ../sass/_friends.sass */
md-grid-list.friends .text_centered {
  text-align: center;
}
/* line 97, ../sass/_friends.sass */
md-grid-list.friends h3 {
  font-weight: normal;
  margin: 0;
}
/* line 101, ../sass/_friends.sass */
md-grid-list.friends md-content, md-grid-list.friends .facebook-invite {
  border-radius: 5px;
}

/* line 104, ../sass/_friends.sass */
.md-grid-tile-see-more-details {
  position: absolute;
  top: 0px;
}

/* line 108, ../sass/_friends.sass */
.detail-friend {
  min-height: 525px;
  height: 100%;
}
/* line 113, ../sass/_friends.sass */
.detail-friend .close-button {
  padding: 0px;
  font-size: 18px;
}
/* line 117, ../sass/_friends.sass */
.detail-friend .header-bg {
  background-color: white;
}
/* line 120, ../sass/_friends.sass */
.detail-friend .avatar {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin-top: 5px;
}
/* line 126, ../sass/_friends.sass */
.detail-friend .first-child {
  margin-top: -20px;
}
/* line 129, ../sass/_friends.sass */
.detail-friend .header {
  height: auto;
}
/* line 132, ../sass/_friends.sass */
.detail-friend .team {
  font-size: 40px;
  line-height: 30px;
  margin-top: 30px;
  color: white;
}
/* line 138, ../sass/_friends.sass */
.detail-friend .city_stadium {
  margin-right: 8px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
/* line 144, ../sass/_friends.sass */
.detail-friend .city_name {
  font-size: 14px;
  color: white;
}
/* line 148, ../sass/_friends.sass */
.detail-friend .stat {
  float: left;
  width: 12.5%;
  font-weight: bold;
  margin-top: 40px;
}
/* line 154, ../sass/_friends.sass */
.detail-friend .stat .label {
  text-align: center;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  padding-bottom: 10px;
}
/* line 161, ../sass/_friends.sass */
.detail-friend .stat .value {
  text-align: center;
  padding-top: 10px;
}
/* line 165, ../sass/_friends.sass */
.detail-friend .graph {
  margin-top: 40px;
}
/* line 168, ../sass/_friends.sass */
.detail-friend .graph .padder {
  width: 100%;
  padding: 0px;
}
/* line 172, ../sass/_friends.sass */
.detail-friend .graph .section {
  width: 100px;
  text-align: center;
}
/* line 176, ../sass/_friends.sass */
.detail-friend .graph .section .label {
  height: 60px;
  width: 100%;
  text-align: center;
}
/* line 180, ../sass/_friends.sass */
.detail-friend .graph .graph-container {
  margin-top: 109px;
  position: relative;
}
/* line 184, ../sass/_friends.sass */
.detail-friend .graph .graph-container .game-ratio-total {
  position: absolute;
  top: 61%;
  left: 46%;
}
/* line 189, ../sass/_friends.sass */
.detail-friend .icon-connected {
  border-radius: 1em;
  font-size: 14px;
  color: #289147;
  background-color: #289147;
  position: absolute;
  top: 16px;
}
/* line 197, ../sass/_friends.sass */
.detail-friend .view_club {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
/* line 201, ../sass/_friends.sass */
.detail-friend .view_club a, .detail-friend .view_club a:hover, .detail-friend .view_club a:visited {
  text-decoration: none;
}

/* line 1, ../sass/_league.sass */
.league {
  background-color: transparent !important;
}
/* line 5, ../sass/_league.sass */
.league .widget {
  margin: 8px;
}
/* line 8, ../sass/_league.sass */
.league .layout-margin {
  margin: 8px;
}
/* line 11, ../sass/_league.sass */
.league .layout-margin.bottom {
  padding-bottom: 8px;
}
/* line 14, ../sass/_league.sass */
.league md-data-table-container {
  width: 100%;
}
/* line 17, ../sass/_league.sass */
.league md-list {
  width: 100%;
}
/* line 19, ../sass/_league.sass */
.league md-list md-list-item {
  border-top: 1px solid #E1E1E1;
  min-height: 73px;
}
/* line 23, ../sass/_league.sass */
.league table[md-data-table] {
  background-color: inherit;
}
/* line 26, ../sass/_league.sass */
.league .today_games {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 5px;
  border-style: solid;
}
/* line 33, ../sass/_league.sass */
.league .today_games.wins {
  border-color: #5DA739;
}
/* line 35, ../sass/_league.sass */
.league .today_games.losses {
  border-color: #DE000B;
}
/* line 37, ../sass/_league.sass */
.league .today_games.draws {
  border-color: #6C757D;
}
/* line 40, ../sass/_league.sass */
.league .league-top {
  background-color: black;
  background-image: url("/static/images/pelouse_shade.png");
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  margin: 0;
  height: 200px;
}
/* line 50, ../sass/_league.sass */
.league .league-top .colum-flex.third {
  margin: -140px 0 0 0;
}
/* line 53, ../sass/_league.sass */
.league .league-top .layout-column {
  margin-top: 22px;
}
/* line 56, ../sass/_league.sass */
.league .league-top .layout-column.last-row {
  margin-bottom: 22px;
}
/* line 61, ../sass/_league.sass */
.league .league-top .league-info i.material-icons {
  font-size: 250%;
}
/* line 63, ../sass/_league.sass */
.league .league-top .league-info span.name {
  font-size: 3vw;
  padding: 0 10px 0 10px;
}
/* line 68, ../sass/_league.sass */
.league .league-top .league-info .name img {
  width: 70px;
}
/* line 70, ../sass/_league.sass */
.league .league-top .league-info .name span.name {
  font-weight: bold;
}
/* line 73, ../sass/_league.sass */
.league .league-top .league-info .separator {
  border: 1px solid #333333;
  border-width: 0 0 0 1px;
}
/* line 77, ../sass/_league.sass */
.league .league-center {
  margin: 0;
}
/* line 83, ../sass/_league.sass */
.league .league-center .widget-players-leaderboard md-list-item {
  height: 114px;
}
/* line 86, ../sass/_league.sass */
.league .league-center .widget-players-leaderboard md-list-item img {
  top: 6px;
  position: relative;
  margin: 0 15px 0 0;
}
/* line 91, ../sass/_league.sass */
.league .league-center .widget-players-leaderboard md-list-item .type-stats {
  font-weight: 500;
  padding: 4px 0 4px 0;
  font-size: 16px;
}
/* line 96, ../sass/_league.sass */
.league .league-center .widget-players-leaderboard md-list-item .stats-number {
  font-size: 200%;
  font-weight: bold;
}
/* line 99, ../sass/_league.sass */
.league .league-center .widget-players-leaderboard md-list-item .stats-number .percent {
  font-weight: normal;
  font-size: 80%;
  padding-top: 6px;
}
/* line 104, ../sass/_league.sass */
.league .league-center .widget-players-leaderboard md-list-item .stats-label {
  text-transform: uppercase;
  white-space: nowrap;
  padding: 8px 0 0 0;
}
/* line 110, ../sass/_league.sass */
.league .league-bottom {
  margin: 0 0 0 80px;
}
/* line 113, ../sass/_league.sass */
.league .forfeit {
  font-size: 50%;
}

/* line 117, ../sass/_league.sass */
.league_name a:hover, .league_name a:visited, .league_name a:link, .league_name a:active {
  color: #000;
  text-decoration: none;
}

/* line 123, ../sass/_league.sass */
.rtl .league-top,
.rtl .league-center,
.rtl .league-bottom {
  margin: 0 80px 0 0;
}

/* line 131, ../sass/_league.sass */
md-grid-list.league .text_small, md-grid-list.league .text_medium, md-grid-list.league .text_large {
  margin: 0px;
  padding: 1px;
}
/* line 135, ../sass/_league.sass */
md-grid-list.league .text_widget_header {
  margin: 5px;
}
/* line 138, ../sass/_league.sass */
md-grid-list.league .text_small {
  font-size: 1.1vmax;
  line-height: 2vmax;
}
/* line 142, ../sass/_league.sass */
md-grid-list.league .text_medium, md-grid-list.league .text_widget_header {
  font-size: 2.2vmax;
  line-height: 3vmin;
}
/* line 146, ../sass/_league.sass */
md-grid-list.league .text_large {
  font-size: 4vmax;
  line-height: 4vmax;
}
/* line 150, ../sass/_league.sass */
md-grid-list.league .text_centered {
  text-align: center;
}
/* line 153, ../sass/_league.sass */
md-grid-list.league h3 {
  font-weight: normal;
  margin: 0;
}
/* line 159, ../sass/_league.sass */
md-grid-list.league qi-shoot-wgt .goal-post {
  fill: white;
  stroke: white;
}
/* line 164, ../sass/_league.sass */
md-grid-list.league qi-star-wgt polygon, md-grid-list.league qi-stop-wgt polygon {
  stroke: white;
  stroke-width: 3;
}
/* line 167, ../sass/_league.sass */
md-grid-list.league qi-star-wgt text, md-grid-list.league qi-stop-wgt text {
  fill: white;
  stroke: white;
}
/* line 172, ../sass/_league.sass */
md-grid-list.league qi-star-wgt polygon {
  fill: #5DA739;
}
/* line 176, ../sass/_league.sass */
md-grid-list.league qi-stop-wgt polygon {
  fill: #DE000B;
}

@media (max-width: 1280px) {
  /* line 183, ../sass/_league.sass */
  .league .league-top .colum-flex.third {
    margin: 0 0 0 0;
  }
  /* line 186, ../sass/_league.sass */
  .league .league-top .widget-consecutive-wins {
    padding: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1800px) {
  /* line 191, ../sass/_league.sass */
  .widget-players-leaderboard .stats-label {
    font-size: 80%;
    white-space: nowrap;
  }
}
/* line 3, ../sass/_market.sass */
.market .title {
  text-transform: uppercase;
}
/* line 5, ../sass/_market.sass */
.market .subtitle {
  font-size: 90%;
}
/* line 7, ../sass/_market.sass */
.market .box {
  margin: 10px;
  border-radius: 5px;
}
/* line 11, ../sass/_market.sass */
.market .box .header {
  border-radius: 5px 5px 0 0;
}
/* line 14, ../sass/_market.sass */
.market .box .footer {
  border-radius: 0 0 5px 5px;
}
/* line 19, ../sass/_market.sass */
.market .millions-box .header .price {
  font-size: 200%;
  font-weight: 100;
}
/* line 22, ../sass/_market.sass */
.market .millions-box .header .currency {
  font-size: 50%;
  font-weight: 100;
}
/* line 26, ../sass/_market.sass */
.market .millions-box .body {
  min-height: 182px;
}
/* line 28, ../sass/_market.sass */
.market .millions-box .body .most-popular {
  background-color: green;
  border-radius: 5px;
  padding: 5px;
}
/* line 33, ../sass/_market.sass */
.market .millions-box .body .best-value {
  border-radius: 5px;
  padding: 5px;
}
/* line 37, ../sass/_market.sass */
.market .millions-box .body .type {
  font-weight: bold;
  font-size: 75%;
}
/* line 41, ../sass/_market.sass */
.market .millions-box .body .prize {
  font-weight: bold;
  font-size: 300%;
}
/* line 45, ../sass/_market.sass */
.market .millions-box .body .prize img {
  width: 60px;
}

/* line 49, ../sass/_market.sass */
.employee-thank-you {
  margin: 8px 16px 8px 100px;
}
/* line 52, ../sass/_market.sass */
.employee-thank-you b {
  padding: 0;
  margin: 0;
}

/* line 57, ../sass/_market.sass */
.rtl .employee-thank-you {
  margin: 8px 100px 8px 16px;
}

/* line 61, ../sass/_market.sass */
.market-staff-popup.ngdialog-theme-default .ngdialog-content {
  padding: 0 !important;
}
/* line 63, ../sass/_market.sass */
.market-staff-popup h3, .market-staff-popup h4 {
  margin: 0;
}
/* line 65, ../sass/_market.sass */
.market-staff-popup .staff-avatar {
  min-height: 150px;
  margin-right: 10px;
}
/* line 68, ../sass/_market.sass */
.market-staff-popup player-country {
  margin-left: 5px;
}
/* line 70, ../sass/_market.sass */
.market-staff-popup .seasons-controls .md-button.md-icon-button {
  margin: 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 7px;
  width: 40px;
  border-radius: 2px;
  background-color: transparent !important;
}
/* line 79, ../sass/_market.sass */
.market-staff-popup .seasons-controls .md-button.md-icon-button i {
  font-size: 26px;
}

/* line 9, ../sass/_chat.sass */
body.with-toolbar .chat .wrapper {
  bottom: 60px;
}

/* line 13, ../sass/_chat.sass */
.chat .wrapper-reduce {
  height: 50px;
}
/* line 16, ../sass/_chat.sass */
.chat .wrapper {
  width: 400px;
  overflow: hidden;
  background-color: white;
  position: fixed;
  transform: translateX(0%);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
  display: block;
  bottom: 0px;
  right: 0px;
  transition: 0.3s ease;
  z-index: 9999;
}
/* line 29, ../sass/_chat.sass */
.chat .wrapper.open {
  height: 460px;
}
/* line 31, ../sass/_chat.sass */
.chat .wrapper.minimized {
  height: 50px;
}
/* line 36, ../sass/_chat.sass */
.chat .wrapper .inner {
  overflow: scroll;
  height: 360px;
  padding-top: 50px;
  background: #f2f2f2;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
/* line 44, ../sass/_chat.sass */
.chat .wrapper .inner::-webkit-scrollbar {
  width: 0 !important;
}
/* line 47, ../sass/_chat.sass */
.chat .wrapper .inner .avatar-small {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  margin: 0 10px;
  background-color: white;
}
/* line 53, ../sass/_chat.sass */
.chat .wrapper .inner .content {
  position: relative;
  height: 100%;
  overflow-y: scroll;
}
/* line 60, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 8.33333px 0;
  padding: 8.33333px 0;
}
/* line 66, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper .circle-wrapper {
  height: 33.33333px;
  width: 33.33333px;
  border-radius: 50%;
}
/* line 71, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper .text-wrapper {
  padding: 8.33333px;
  min-height: 40px;
  width: 75%;
  margin: 0 8.33333px;
  box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.3);
  border-radius: 2px;
  font-weight: 300;
  position: relative;
  opacity: 50;
}
/* line 81, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper .timestamp {
  padding: 8.33333px;
  width: 75%;
  margin: 0 8.33333px;
  font-size: 75%;
  color: grey;
}
/* line 90, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper.other avatar {
  float: left;
}
/* line 92, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper.other .text-wrapper {
  background: #6d84b4;
  float: left;
  color: #ffffff;
}
/* line 96, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper.other .text-wrapper:before {
  border-width: 0 10px 10px 0;
  border-color: transparent #6d84b4 transparent transparent;
  top: 0;
}
/* line 102, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper.other .timestamp {
  float: left;
}
/* line 106, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper.self avatar {
  float: right;
}
/* line 108, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper.self .text-wrapper {
  background: #ffffff;
  float: right;
  color: #333333;
}
/* line 112, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper.self .text-wrapper:before {
  border-width: 10px 10px 0 0;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
}
/* line 118, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper.self .timestamp {
  float: right;
}
/* line 120, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper.system {
  margin: 0px;
  padding: 0px;
}
/* line 124, ../sass/_chat.sass */
.chat .wrapper .inner .content .message-wrapper.system .text-wrapper {
  box-shadow: none;
  background: none;
  color: darkgrey;
  font-style: italic;
  min-height: 0px;
  text-align: center;
  width: 100%;
}
/* line 135, ../sass/_chat.sass */
.chat .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 100;
  transition: 0.3s ease;
}
/* line 142, ../sass/_chat.sass */
.chat .nav .default-nav {
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 110;
  background-color: #6d84b4;
  border-bottom: 3px solid #516a9d;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.1);
  transition: 0.3s ease;
}
/* line 156, ../sass/_chat.sass */
.chat .nav .default-nav .main-nav {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: 0.3s ease;
}
/* line 166, ../sass/_chat.sass */
.chat .nav .default-nav .main-nav .icon-numeric-badge {
  position: absolute;
  top: 17px;
  left: -20px;
}
/* line 172, ../sass/_chat.sass */
.chat .nav .default-nav .main-nav .actions {
  background-size: contain;
  margin: 16px;
  position: absolute;
  right: 0;
}
/* line 177, ../sass/_chat.sass */
.chat .nav .default-nav .main-nav .actions:hover {
  cursor: pointer;
}
/* line 179, ../sass/_chat.sass */
.chat .nav .default-nav .main-nav .actions .material-icons {
  font-size: 20px;
}
/* line 183, ../sass/_chat.sass */
.chat .nav .default-nav .main-nav .main-nav-item {
  float: left;
  height: 50px;
  margin-left: 25px;
  margin-right: 50px;
  position: relative;
  line-height: 50px;
  transition: 0.3s ease;
}
/* line 191, ../sass/_chat.sass */
.chat .nav .default-nav .main-nav .main-nav-item .main-nav-item-link {
  display: block;
  position: relative;
  height: 50px;
  width: 100%;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
/* line 201, ../sass/_chat.sass */
.chat .nav .default-nav .main-nav .main-nav-item .main-nav-item-link .unread-count {
  font-weight: bold;
}
/* line 213, ../sass/_chat.sass */
.chat .bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 68px;
  background: #ffffff;
}
/* line 220, ../sass/_chat.sass */
.chat .bottom .input {
  height: 50px;
  background: #ffffff;
  border: none;
  width: calc(100% - 75px);
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5%;
  resize: none;
  overflow: scroll;
  padding-top: 17px;
  font-weight: 300;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
/* line 233, ../sass/_chat.sass */
.chat .bottom .input:focus {
  outline: none;
}
/* line 239, ../sass/_chat.sass */
.chat .bottom .input::-webkit-scrollbar {
  width: 0 !important;
}
/* line 242, ../sass/_chat.sass */
.chat .bottom .sending {
  color: #6d84b4;
  border-radius: 1em;
  font-size: 30px;
  float: right;
}
/* line 248, ../sass/_chat.sass */
.chat .bottom .sending:hover {
  cursor: pointer;
}
/* line 251, ../sass/_chat.sass */
.chat .bottom .send {
  position: fixed;
  font-size: 30px;
  float: right;
  color: #6d84b4;
  bottom: 8.33333px;
  right: 8.33333px;
}
/* line 258, ../sass/_chat.sass */
.chat .bottom .send:before {
  content: "";
  background-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 267, ../sass/_chat.sass */
.chat .bottom .send:focus {
  outline: none;
}
/* line 270, ../sass/_chat.sass */
.chat .bottom .send:hover {
  cursor: pointer;
}

/* line 1, ../sass/_toast.sass */
#toast-container {
  background-color: red;
  width: 320px;
  position: fixed;
  display: block;
  bottom: 60px;
  right: 10px;
}

/* line 2, ../sass/_items.sass */
.inventory-item-icon {
  max-width: 100px;
}

/* line 8, ../sass/_items.sass */
.item-category img {
  width: 100%;
  height: auto;
}
/* line 11, ../sass/_items.sass */
.item-category .category-name {
  font-size: 150%;
  font-weight: 100;
}
/* line 14, ../sass/_items.sass */
.item-category .category-description {
  font-size: 80%;
  font-weight: 100;
  padding: 0;
  min-height: 25px;
}

/* line 21, ../sass/_items.sass */
.configure-item .items-list md-content {
  max-height: 300px;
}
/* line 23, ../sass/_items.sass */
.configure-item .single-item-row {
  height: 50px;
}
/* line 25, ../sass/_items.sass */
.configure-item .single-item-row > div:first-child {
  padding-left: 20px;
  padding-top: 24px;
}
/* line 29, ../sass/_items.sass */
.configure-item .single-item-row .millions {
  height: 20px;
  margin-left: 5px;
}

/* line 33, ../sass/_items.sass */
.dialog-item-configure {
  padding-top: 160px;
  z-index: 10000;
  top: 0;
  right: 0;
}
/* line 41, ../sass/_items.sass */
.dialog-item-configure .ngdialog-content {
  border-radius: 5px;
  margin: 0 auto;
  width: 400px;
  position: relative;
}
/* line 47, ../sass/_items.sass */
.dialog-item-configure .ngdialog-content > div:first-child {
  border-radius: 5px;
}
/* line 49, ../sass/_items.sass */
.dialog-item-configure .ngdialog-content > div:first-child > div:first-child, .dialog-item-configure .ngdialog-content > div:first-child > div:last-child {
  border-radius: 5px;
}
/* line 53, ../sass/_items.sass */
.dialog-item-configure .ngdialog-content .items-list div div:last-child {
  padding-right: 1em;
}
/* line 56, ../sass/_items.sass */
.dialog-item-configure .ngdialog-content .items-list md-content div div:last-child {
  padding-right: 1em;
}

/* line 3, ../sass/_notifications.sass */
.notifications-list .inventory-item-icon {
  width: 75px;
  padding: 10px 5px 0 0;
}
/* line 7, ../sass/_notifications.sass */
.notifications-list .staff-avatar {
  float: left;
  margin-right: 10px;
}
/* line 12, ../sass/_notifications.sass */
.notifications-list .staff-level-up i.material-icons {
  height: 30px;
  vertical-align: middle;
  line-height: 28px;
}

/* line 1, ../sass/_lineup.sass */
md-tooltip .md-content {
  height: auto;
}
/* line 3, ../sass/_lineup.sass */
md-tooltip .md-content .lineup-overview {
  max-width: 250px;
  display: block;
}

/* line 6, ../sass/_lineup.sass */
team.lineup {
  margin-bottom: 120px;
}
/* line 9, ../sass/_lineup.sass */
team.lineup .star-player {
  position: relative;
}
/* line 11, ../sass/_lineup.sass */
team.lineup .star-player .material-icons {
  font-size: 1em;
  position: absolute;
  top: 0;
  left: -12px;
  margin: 0;
}
/* line 17, ../sass/_lineup.sass */
team.lineup md-input-container {
  margin: 0;
}
/* line 19, ../sass/_lineup.sass */
team.lineup .md-input-has-value label {
  display: none;
}
/* line 21, ../sass/_lineup.sass */
team.lineup .card {
  position: relative;
}
/* line 24, ../sass/_lineup.sass */
team.lineup .card.yellow {
  background-color: yellow;
}
/* line 27, ../sass/_lineup.sass */
team.lineup .card.red {
  background-color: red;
}
/* line 30, ../sass/_lineup.sass */
team.lineup .card.none {
  display: none;
}
/* line 32, ../sass/_lineup.sass */
team.lineup .card.remaining_games {
  font-size: smaller;
  width: inherit;
  margin-left: 1px;
}

/* line 2, ../sass/_staff.sass */
.staff-level-list .level-disabled {
  color: rgba(0, 0, 0, 0.34);
}
/* line 4, ../sass/_staff.sass */
.staff-level-list .level-disabled .md-list-item-text p {
  color: rgba(0, 0, 0, 0.34) !important;
}

/* line 7, ../sass/_staff.sass */
.staff-details .number {
  font-size: 240%;
}
/* line 9, ../sass/_staff.sass */
.staff-details .seasons {
  margin-top: 7px;
}
/* line 12, ../sass/_staff.sass */
.staff-details .pending_offer .title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 0 0;
}

/* line 18, ../sass/_staff.sass */
.staff-instructions .single-item {
  position: relative;
  width: 150px;
  height: 150px;
}
/* line 22, ../sass/_staff.sass */
.staff-instructions .single-item .md-button {
  z-index: 999;
}
/* line 25, ../sass/_staff.sass */
.staff-instructions md-progress-circular {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
}

/* line 31, ../sass/_staff.sass */
.staff-make-offer .md-button.md-icon-button {
  margin: 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 7px;
  width: 40px;
  border-radius: 2px;
  background-color: transparent !important;
}

/* line 42, ../sass/_staff.sass */
.staff-instructions-controls .previous-label {
  margin-left: 15px;
}
/* line 44, ../sass/_staff.sass */
.staff-instructions-controls .next-label {
  margin-right: 15px;
}
/* line 46, ../sass/_staff.sass */
.staff-instructions-controls i.material-icons {
  position: absolute;
  font-size: 25px;
  top: 5px;
}
/* line 50, ../sass/_staff.sass */
.staff-instructions-controls i.material-icons.previous {
  left: 0px;
}
/* line 52, ../sass/_staff.sass */
.staff-instructions-controls i.material-icons.next {
  right: 0px;
}

/* Tutorial */
/* line 2, ../sass/_tutorial.sass */
tutorial {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 7, ../sass/_tutorial.sass */
md-content tutorial {
  top: -80px;
}

/* line 10, ../sass/_tutorial.sass */
.tutorial_container {
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  color: #FFFFFF;
  z-index: 999;
  display: block;
}
/* line 19, ../sass/_tutorial.sass */
.tutorial_container .append_header {
  width: 80%;
  height: 80px;
  margin: 8px 0 8px 0;
}
/* line 24, ../sass/_tutorial.sass */
.tutorial_container .append_header .extremity {
  width: 80px;
  height: 80px;
  cursor: pointer;
}
/* line 28, ../sass/_tutorial.sass */
.tutorial_container .append_header .extremity.border-right {
  border-right: 1px solid #FFFFFF;
}
/* line 30, ../sass/_tutorial.sass */
.tutorial_container .append_header .extremity i {
  font-size: 48px;
}
/* line 32, ../sass/_tutorial.sass */
.tutorial_container .append_header .extremity img {
  width: 60px;
}
/* line 35, ../sass/_tutorial.sass */
.tutorial_container .append_header .title {
  font-size: 24px;
  margin: 0px 0 0 50px;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 41, ../sass/_tutorial.sass */
.tutorial_container .append_comment {
  width: 80%;
  height: 160px;
  margin: 20px 0 0 0;
}
/* line 46, ../sass/_tutorial.sass */
.tutorial_container .append_comment .buddy_lady {
  min-width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 17px;
}
/* line 52, ../sass/_tutorial.sass */
.tutorial_container .append_comment .buddy_lady img {
  width: 60px;
  margin-left: 9px;
}
/* line 56, ../sass/_tutorial.sass */
.tutorial_container .append_comment .lady_comment {
  margin: 16px;
  font-size: 16px;
  background-color: #ffffff;
  min-height: 80px;
  border-radius: 16px;
  color: #000000;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 18px;
}
/* line 67, ../sass/_tutorial.sass */
.tutorial_container .append_content {
  overflow: hidden;
  padding: 48px;
  width: 80%;
  height: 320px;
  background-color: #FFFFFF;
  color: #000000;
}
/* line 75, ../sass/_tutorial.sass */
.tutorial_container .append_content i {
  margin: 10px;
}
/* line 78, ../sass/_tutorial.sass */
.tutorial_container .append_content .tutorial_title {
  margin: 16px;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
}
/* line 85, ../sass/_tutorial.sass */
.tutorial_container .append_content .tutorial_description {
  margin: 16px;
  font-size: 16px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 500;
}
/* line 94, ../sass/_tutorial.sass */
.tutorial_container .append_content.buy-player {
  padding: 32px 32px 8px 32px;
}
/* line 97, ../sass/_tutorial.sass */
.tutorial_container .append_content.team {
  margin: 0;
  padding: 0;
}
/* line 101, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .left-block {
  position: relative;
  background-color: #225F21;
  color: #FFFFFF;
  margin: 0 auto;
  width: 100%;
  height: 290px;
}
/* line 109, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .left-block .field {
  position: absolute;
  width: 100%;
  width: 100%;
}
/* line 114, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .left-block .field .band {
  background-color: #366F38;
  width: 25%;
  height: 290px;
  margin: 0 25% 0 0;
}
/* line 120, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .left-block .middle {
  position: relative;
  height: 100%;
  z-index: 5;
}
/* line 125, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .left-block .middle .md-button {
  position: absolute;
  top: 212px;
  left: 32px;
}
/* line 130, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .left-block .middle .buddy {
  position: relative;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
}
/* line 137, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .left-block .middle .buddy .post {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 8px;
}
/* line 143, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .left-block .middle .buddy .flag {
  position: absolute;
  top: -44px;
  left: 120px;
}
/* line 148, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .left-block .middle .buddy .flag i {
  font-size: 64px;
}
/* line 151, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .left-block .middle .buddy .flag .position {
  color: #274d27;
  position: absolute;
  top: 5px;
  left: 12px;
  font-size: 22px;
}
/* line 159, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .right-block .top {
  width: 100%;
  height: 190px;
  padding: 80px 32px 0px 32px;
  font-size: 18px;
  font-weight: bold;
}
/* line 166, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .right-block .top .content {
  width: 100%;
  height: 100%;
  border-top: 1px solid #6C757D;
  border-bottom: 1px solid #6C757D;
}
/* line 172, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .right-block .top .content div {
  margin: 16px;
}
/* line 175, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .right-block .top .content div.jersey-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #FFFFFF;
}
/* line 181, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .right-block .top .content div.post {
  font-size: 14px;
  color: #FFFFFF;
}
/* line 185, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .right-block .top .content div.post span {
  padding: 8px 12px;
  margin: 4px;
}
/* line 189, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .right-block .footer {
  width: 100%;
  height: 100px;
  padding: 0px 32px 0px 32px;
}
/* line 194, ../sass/_tutorial.sass */
.tutorial_container .append_content.team .right-block .footer button {
  margin-left: 32px;
  padding: 0 16px;
}
/* line 199, ../sass/_tutorial.sass */
.tutorial_container .append_content.training {
  margin: 0;
  padding: 0;
}
/* line 203, ../sass/_tutorial.sass */
.tutorial_container .append_content.training h3 {
  margin: 8px 0 8px 0 !important;
}
/* line 206, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .avatar {
  margin: 0 32px 0 0;
}
/* line 210, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .positions span {
  margin: 0 8px 0 0;
  padding: 4px 12px;
  font-weight: 600;
}
/* line 214, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .flag {
  margin: 8px 0 0 0;
}
/* line 219, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .average .attribut {
  margin: 12px 0 0 0;
}
/* line 222, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .average .number {
  font-size: 36px;
  font-weight: bold;
}
/* line 226, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .right-block {
  color: #FFFFFF;
}
/* line 230, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .right-block .top {
  font-size: 28px;
  font-weight: bold;
  height: 80px;
}
/* line 235, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .right-block .middle {
  height: 150px;
  width: 100%;
}
/* line 239, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .right-block .middle img {
  width: 80px;
}
/* line 242, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .right-block .middle .md-button {
  color: #FFFFFF !important;
  font-size: 20px;
  font-weight: bold;
}
/* line 247, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .right-block .middle .md-button.confirm {
  min-width: 140px;
}
/* line 250, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .right-block .middle .md-button svg {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  margin-left: -3px;
}
/* line 255, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .right-block .middle .md-button svg path {
  fill: #FFFFFF;
}
/* line 258, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .right-block .middle .md-button.disabled {
  color: #FFFFFF !important;
}
/* line 261, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .right-block .bottom {
  height: 80px;
}
/* line 264, ../sass/_tutorial.sass */
.tutorial_container .append_content.training .right-block .bottom .md-button {
  min-width: 140px;
}
/* line 268, ../sass/_tutorial.sass */
.tutorial_container .append_content .footer {
  height: 92px;
}
/* line 272, ../sass/_tutorial.sass */
.tutorial_container .append_content .footer .right-block button {
  margin-left: 32px;
  padding: 0 16px;
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes fadein {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
/* line 17, ../sass/wall/_wall.sass */
.wall {
  margin-bottom: 15px;
}
/* line 21, ../sass/wall/_wall.sass */
.wall .wall-type-switcher .md-button:first-child {
  margin-left: 0;
}
/* line 23, ../sass/wall/_wall.sass */
.wall .wall-type-switcher .refresh {
  min-width: 44px;
  margin-right: 0;
}
/* line 27, ../sass/wall/_wall.sass */
.wall .loading {
  position: relative;
  min-height: 124px;
}
/* line 31, ../sass/wall/_wall.sass */
.wall .menu-btn {
  width: 35px;
  height: 20px;
  line-height: 10px;
}
/* line 35, ../sass/wall/_wall.sass */
.wall .md-toolbar-tools {
  font-size: 0.75em;
}
/* line 38, ../sass/wall/_wall.sass */
.wall md-fab-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
/* line 47, ../sass/wall/_wall.sass */
.wall md-fab-toolbar.md-is-open {
  opacity: 1;
}
/* line 50, ../sass/wall/_wall.sass */
.wall .post-icon {
  font-size: 2.3em;
  padding: 0 20px 0 10px;
}
/* line 54, ../sass/wall/_wall.sass */
.wall .post-icon.material-icons {
  width: 60px;
}
/* line 58, ../sass/wall/_wall.sass */
.wall button.with-icon span {
  margin-left: 35px;
  margin-right: 5px;
}
/* line 61, ../sass/wall/_wall.sass */
.wall button.with-icon i.material-icons {
  position: absolute;
  top: 3px;
}
/* line 65, ../sass/wall/_wall.sass */
.wall .date-created {
  font-size: 80%;
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
/* line 71, ../sass/wall/_wall.sass */
.wall .post-actions {
  position: relative;
}
/* line 74, ../sass/wall/_wall.sass */
.wall .post-actions .results {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 300;
  font-size: 80%;
}
/* line 82, ../sass/wall/_wall.sass */
.wall .wall-post-comment .reply {
  padding: 5px;
  margin: 5px;
  position: relative;
}
/* line 86, ../sass/wall/_wall.sass */
.wall .wall-post-comment .reply md-input-container {
  margin-bottom: 35px;
}
/* line 88, ../sass/wall/_wall.sass */
.wall .wall-post-comment .reply button {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
/* line 94, ../sass/wall/_wall.sass */
.wall .wall-post-comment .reply button.md-input-has-value {
  opacity: 1;
}
/* line 96, ../sass/wall/_wall.sass */
.wall .wall-post-comment .reply .md-char-counter {
  opacity: 0;
}
/* line 98, ../sass/wall/_wall.sass */
.wall .wall-post-comment .reply .md-input-has-value .md-char-counter {
  opacity: 1;
}
/* line 100, ../sass/wall/_wall.sass */
.wall .wall-post-comment .content {
  margin: 5px 5px 0 5px;
  padding: 5px 5px 0 5px;
  max-width: 90%;
}
/* line 104, ../sass/wall/_wall.sass */
.wall .wall-post-comment .comment {
  padding: 10px 5px;
  position: relative;
}
/* line 107, ../sass/wall/_wall.sass */
.wall .wall-post-comment .comment .date-created {
  margin-left: 5px;
  padding-left: 5px;
  font-size: 70%;
}
/* line 112, ../sass/wall/_wall.sass */
.wall .wall-post-comment .comment:hover .date-created, .wall .wall-post-comment .comment:hover md-fab-toolbar {
  opacity: 1;
}
/* line 116, ../sass/wall/_wall.sass */
.wall .user-post {
  position: relative;
}
/* line 118, ../sass/wall/_wall.sass */
.wall .user-post .content {
  margin-top: 10px;
  max-width: 85%;
}
/* line 122, ../sass/wall/_wall.sass */
.wall .user-post:hover .date-created, .wall .user-post:hover md-fab-toolbar {
  opacity: 1;
}
/* line 125, ../sass/wall/_wall.sass */
.wall .user-post-new {
  margin-bottom: 20px;
  position: relative;
}
/* line 128, ../sass/wall/_wall.sass */
.wall .user-post-new md-input-container, .wall .user-post-new avatar {
  padding: 8px 8px 8px 8px;
  margin: 30px 8px 30px 8px;
}
/* line 131, ../sass/wall/_wall.sass */
.wall .user-post-new .backdrop {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0px;
  opacity: 0.5;
  z-index: 9999;
  background-color: #484848;
}
/* line 140, ../sass/wall/_wall.sass */
.wall .user-post-new .post-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
/* line 146, ../sass/wall/_wall.sass */
.wall .user-post-new .post-btn.md-input-has-value {
  opacity: 1;
}
/* line 150, ../sass/wall/_wall.sass */
.wall .events .material-icons {
  margin: 0 5px;
}

@-moz-keyframes lighSpeed {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@-webkit-keyframes lighSpeed {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lighSpeed {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 11, ../sass/wall/_games.sass */
.wall .games .fa-trophy {
  font-size: 24px;
}
/* line 14, ../sass/wall/_games.sass */
.wall .games i.actions {
  font-size: 24px;
}
/* line 17, ../sass/wall/_games.sass */
.wall .games .period {
  padding: 4px 0 0 0;
  line-height: 14px;
}
/* line 21, ../sass/wall/_games.sass */
.wall .games .score {
  font-weight: bold;
  font-size: 200%;
}
/* line 25, ../sass/wall/_games.sass */
.wall .games .team-name {
  height: 18px;
}
/* line 28, ../sass/wall/_games.sass */
.wall .games .stats {
  font-size: 20px;
}
/* line 32, ../sass/wall/_games.sass */
.wall .games .stats .timeline i {
  font-size: 38px;
  margin: 8px 0 0 0;
}
/* line 35, ../sass/wall/_games.sass */
.wall .games .stats .timeline i.spin {
  animation: spin 1.8s ease-out infinite;
}
/* line 38, ../sass/wall/_games.sass */
.wall .games .stats .timeline .cursor {
  font-size: 12px;
  position: absolute;
  margin: -29px 0 0 12px;
  width: 14px;
  text-align: center;
}
/* line 45, ../sass/wall/_games.sass */
.wall .games .stats .title {
  font-size: 13px;
}
/* line 48, ../sass/wall/_games.sass */
.wall .games .stats .advantage {
  font-weight: bold;
  color: black;
}
/* line 52, ../sass/wall/_games.sass */
.wall .games .animation-wrapper {
  transition: all linear 0.25s;
}
/* line 55, ../sass/wall/_games.sass */
.wall .games .animation-wrapper.ng-hide {
  opacity: 0;
}
/* line 60, ../sass/wall/_games.sass */
.wall .games .events.closed {
  display: none;
}
/* line 63, ../sass/wall/_games.sass */
.wall .games .events.open {
  display: block;
}
/* line 65, ../sass/wall/_games.sass */
.wall .games .events .card {
  margin: 5px;
  width: 14px;
  height: 18px;
}
/* line 69, ../sass/wall/_games.sass */
.wall .games .events .card.yellow {
  background-color: #F8E71C;
}
/* line 71, ../sass/wall/_games.sass */
.wall .games .events .card.red {
  background-color: #D0021B;
}
/* line 73, ../sass/wall/_games.sass */
.wall .games .events img {
  margin: 5px;
  width: 18px;
}

/* line 1, ../sass/wall/_updates.sass */
.wall-updates-container {
  position: relative;
}
/* line 4, ../sass/wall/_updates.sass */
.wall-updates-container button {
  position: absolute;
  top: -15px;
  font-size: 10px;
  z-index: 9999;
}
/* line 10, ../sass/wall/_updates.sass */
.wall-updates-container button i.material-icons {
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
}

@font-face {
  font-family: "Material Icons";
  src: url(/static/fonts/MaterialIcons-Regular.ttf) format('truetype'), url(/static/fonts/MaterialIcons-Regular.woff) format('woff'), url(/static/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/static/fonts/MaterialIcons-Regular.eot) format('embedded-opentype');
}
/* On devrait pouvoir enlever ca dans un prochain release de angular-material */
/* line 35, ../sass/site.sass */
.fix-md-margin-bug > * {
  margin: 8px;
}

@keyframes go-up {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes go-up-far {
  0% {
    transform: translateY(80px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes go-left {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 69, ../sass/site.sass */
.fade-in {
  animation: fade-in 0.2s linear;
  opacity: 1;
}

/* line 73, ../sass/site.sass */
.fade-out {
  animation: fade-out 0.1s linear;
  opacity: 0;
}

/* line 77, ../sass/site.sass */
.go-up {
  animation: go-up 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
}

/* line 81, ../sass/site.sass */
.go-up-far {
  animation: go-up-far 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
}

/* line 85, ../sass/site.sass */
.go-left {
  animation: go-left 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
}

/* line 90, ../sass/site.sass */
.transparent {
  opacity: 0;
}

/* line 93, ../sass/site.sass */
.transparent_remove {
  opacity: 0;
  display: none;
}

/* line 97, ../sass/site.sass */
.visible {
  opacity: 1;
}

/* line 100, ../sass/site.sass */
.show-header {
  opacity: 0.5;
}

/* line 103, ../sass/site.sass */
.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 10;
  top: 0px;
  opacity: 0.85;
  left: 0;
}

/* line 113, ../sass/site.sass */
.millions-icon {
  width: 20px;
  margin: 5px 5px 0 5px;
}

/* line 117, ../sass/site.sass */
md-tooltip.md-show {
  z-index: 10001;
}

/* line 120, ../sass/site.sass */
.btn-toggle-menu {
  min-width: 66px;
}
/* line 122, ../sass/site.sass */
.btn-toggle-menu i.material-icons {
  margin-top: 10px;
}

/* line 125, ../sass/site.sass */
md-list {
  font-size: 15px !important;
}

/* line 128, ../sass/site.sass */
table[md-data-table] > thead:not([md-table-progress]) > tr > th {
  font-size: 15px !important;
  font-weight: 500;
}

/* line 132, ../sass/site.sass */
table[md-data-table] > tbody > tr > td {
  font-size: 15px !important;
  font-weight: bold;
}
/* line 136, ../sass/site.sass */
table[md-data-table] > tbody > tr > td.index {
  text-align: center !important;
}

/* line 140, ../sass/site.sass */
qi-star-wgt polygon {
  fill: #5DA739;
}

/* line 143, ../sass/site.sass */
div.standard {
  border-radius: 0px;
  margin: 8px;
}

/* line 148, ../sass/site.sass */
md-content.standard {
  border-radius: 0px;
  margin: 0px;
}

/* line 153, ../sass/site.sass */
md-sidenav md-toolbar {
  position: relative;
}

/* line 156, ../sass/site.sass */
.tooltip {
  font-size: 16px;
  margin: 8px;
}

/* line 161, ../sass/site.sass */
.md-button.need_millions {
  color: white !important;
  background-color: #7E1F97 !important;
}
/* line 166, ../sass/site.sass */
.md-button.play_game i {
  vertical-align: middle;
}

/* line 169, ../sass/site.sass */
.steam-controls .md-button {
  min-width: 60px;
}

/* line 171, ../sass/site.sass */
.steam-controls-in-game {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 176, ../sass/site.sass */
.current-choice {
  color: #000000 !important;
  background-color: #FFFFFF !important;
}
/* line 181, ../sass/site.sass */
.current-choice md-icon svg path {
  fill: black;
}

/* line 184, ../sass/site.sass */
h1 {
  margin: 0;
}

/* line 187, ../sass/site.sass */
h2 {
  margin: 0;
}

/* line 191, ../sass/site.sass */
h4 .description {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  font-size: 14px;
}

/* line 196, ../sass/site.sass */
.pointer {
  cursor: pointer;
}

/* line 199, ../sass/site.sass */
.wins-color {
  color: #5DA739;
}

/* line 202, ../sass/site.sass */
.losses-color {
  color: #DE000B;
}

/* line 205, ../sass/site.sass */
.draws-color {
  color: #6C757D;
}

/* line 208, ../sass/site.sass */
.md-title {
  font-weight: 900;
}

/* line 211, ../sass/site.sass */
.max-width {
  width: 100%;
}

/* line 214, ../sass/site.sass */
.capitalize {
  text-transform: capitalize;
}

/* line 217, ../sass/site.sass */
.layout-owner {
  font-size: 15px !important;
  font-weight: bold;
}
/* line 222, ../sass/site.sass */
.layout-owner svg {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
/* line 226, ../sass/site.sass */
.layout-owner svg path {
  fill: #5DA739;
}
/* line 229, ../sass/site.sass */
.layout-owner .number {
  padding: 0 4px;
}
/* line 233, ../sass/site.sass */
.layout-owner .stars .material-icons {
  font-size: 138%;
}

/* line 238, ../sass/site.sass */
.header-info .subtitle {
  color: #6C757D;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 6px 0;
}
/* line 244, ../sass/site.sass */
.header-info .name {
  font-size: 3vw;
  font-weight: bold;
  padding: 0 10px 0 10px;
}
/* line 249, ../sass/site.sass */
.header-info .separator {
  border: 1px solid #333333;
  border-width: 0 0 0 1px;
}
/* line 253, ../sass/site.sass */
.header-info .stats {
  font-size: 300%;
  font-weight: 100;
  padding: 0 10px 0 10px;
}
/* line 258, ../sass/site.sass */
.header-info .expo {
  font-size: 140%;
  font-weight: 300;
  margin: -18px 0 0 0;
}
/* line 263, ../sass/site.sass */
.header-info .md-button {
  font-size: 1.5vw;
  padding: 8px 16px;
}

/* line 268, ../sass/site.sass */
.layout-list {
  font-size: 15px !important;
  font-weight: bold;
  border-top: 1px solid #E1E1E1;
  margin: 0px 8px 0px 8px;
  min-height: 73px;
}
/* line 275, ../sass/site.sass */
.layout-list.header {
  height: 56px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  border-top: none;
  font-weight: 500;
}

/* line 282, ../sass/site.sass */
.layout-xs {
  height: 48px;
}

/* line 285, ../sass/site.sass */
.layout-team {
  padding-left: 20px;
}

/* line 288, ../sass/site.sass */
.layout-selector {
  padding: 0 20px 0 20px;
}

/* line 291, ../sass/site.sass */
.layout-title {
  padding: 10px;
}

/* line 307, ../sass/site.sass */
.score {
  font-weight: bold;
  font-size: 180%;
}
/* line 310, ../sass/site.sass */
.score.wins {
  color: #5DA739;
}
/* line 312, ../sass/site.sass */
.score.losses {
  color: #DE000B;
}
/* line 314, ../sass/site.sass */
.score.draws {
  color: #6C757D;
}

/* line 317, ../sass/site.sass */
.forfeit {
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
}

/* line 323, ../sass/site.sass */
.period {
  font-size: 100%;
}

/* line 326, ../sass/site.sass */
.selected {
  font-weight: bold !important;
  font-size: 130% !important;
}

/* line 330, ../sass/site.sass */
.rank-row {
  border-top: 1px solid #E1E1E1;
  color: #DB2000;
}

/* line 343, ../sass/site.sass */
.position {
  margin: 5px 5px 0 0;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  min-width: 32px;
}

/* line 350, ../sass/site.sass */
.icon-medium {
  width: 82px;
}
/* line 352, ../sass/site.sass */
.icon-medium img {
  width: 100%;
}

/* line 355, ../sass/site.sass */
.no-margin {
  margin: 0 !important;
}

/* line 358, ../sass/site.sass */
.space-w {
  width: 16px;
}

/* line 361, ../sass/site.sass */
i.refresh_team_name {
  float: right;
  position: absolute;
  line-height: inherit;
  margin-left: -40px;
  cursor: pointer;
}

/* line 369, ../sass/site.sass */
.append {
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
  background-color: #FFFFFF;
  width: 320px;
  min-width: 82px;
  height: 82px;
  border-radius: 24px;
}
/* line 380, ../sass/site.sass */
.append.assistant {
  width: 82px !important;
}
/* line 383, ../sass/site.sass */
.append.close {
  min-width: 48px !important;
  width: 48px !important;
  height: 48px !important;
  background-color: transparent;
}
/* line 388, ../sass/site.sass */
.append.close i {
  font-size: 60px;
  color: #FFFFFF;
}
/* line 392, ../sass/site.sass */
.append.motion {
  transition: transform 0.25s;
}
/* line 395, ../sass/site.sass */
.append img {
  width: 60px;
  margin: 0px 0 0 10px;
}
/* line 399, ../sass/site.sass */
.append .pointer {
  position: absolute;
  background-image: url("/static/images/tutorial/pointer.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;
}
/* line 406, ../sass/site.sass */
.append .pointer.position-top {
  margin-top: -20px;
  margin-left: 48px;
}
/* line 410, ../sass/site.sass */
.append .pointer.position-bottom {
  margin-top: 80px;
  margin-left: 48px;
  transform: scaleY(-1);
}
/* line 415, ../sass/site.sass */
.append .pointer.position-left {
  margin-top: 30px;
  margin-left: -26px;
  transform: rotate(180deg);
}
/* line 420, ../sass/site.sass */
.append .txt {
  font-size: 16px;
  margin: 22px 24px;
  font-weight: normal !important;
}

/* line 425, ../sass/site.sass */
player-country img {
  border: 1px solid lightgrey;
}

/* line 428, ../sass/site.sass */
.highlight {
  position: relative;
  color: #FFFFFF !important;
  z-index: 5;
}
/* line 432, ../sass/site.sass */
.highlight i {
  color: #FFFFFF !important;
}

/* Topbar, friends list */
/* line 438, ../sass/site.sass */
.friend .status {
  color: #cccccc;
  font-size: 75%;
}

/* line 442, ../sass/site.sass */
.padding-to-remove-scroll {
  padding-bottom: 50px;
  overflow: hidden;
}

/* line 446, ../sass/site.sass */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

/* line 465, ../sass/site.sass */
.star-player .material-icons {
  position: absolute;
  margin: 36px 0 0 -24px;
}

/* line 470, ../sass/site.sass */
.star-player.buy .material-icons {
  position: absolute;
  margin: 36px 0 0 -64px;
}

/* line 474, ../sass/site.sass */
.star-player.summary {
  font-weight: bold;
}
/* line 476, ../sass/site.sass */
.star-player.summary span {
  font-weight: normal;
}
/* line 478, ../sass/site.sass */
.star-player.summary .material-icons {
  font-size: 12px;
  color: #F8E71C;
  position: relative;
  margin: 0;
}

/* line 485, ../sass/site.sass */
* {
  font-family: "Roboto", "RobotoDraft", sans-serif;
}

/* line 488, ../sass/site.sass */
md-input-container.md-icon-float > label {
  margin-left: 0;
  margin-top: 5px;
}

/* line 493, ../sass/site.sass */
html body {
  font-family: "Roboto", "RobotoDraft", sans-serif;
  font-size: 15px;
  min-height: 100%;
  height: auto;
}

/* line 500, ../sass/site.sass */
.bg-white {
  background-color: white !important;
}

/* line 503, ../sass/site.sass */
.online-indicator {
  background-color: green;
  border: 1px solid white;
  border-radius: 10px;
  left: 5px;
  height: 15px;
  position: absolute;
  top: 5px;
  width: 15px;
  z-index: 99;
}

/* line 515, ../sass/site.sass */
.open-menu {
  margin-left: 80px;
}

/* line 518, ../sass/site.sass */
#page-container {
  min-height: 88%;
  height: 88%;
}

/* line 522, ../sass/site.sass */
md-toolbar {
  z-index: 50 !important;
}

/* line 525, ../sass/site.sass */
i.material-icons.rightsidemenu {
  margin-top: 10px;
}

/* line 528, ../sass/site.sass */
.icon-numeric-badge {
  background-color: yellow;
  color: black;
  border-radius: 1em;
  padding: 0 5px;
  width: auto;
  line-height: 1.5em;
  font-size: 0.75em;
}

/* line 537, ../sass/site.sass */
div.toolbar {
  position: fixed;
  width: 100%;
  z-index: 50;
}
/* line 543, ../sass/site.sass */
div.toolbar .rightside.md-button {
  min-width: 66px;
}
/* line 545, ../sass/site.sass */
div.toolbar .rightside.md-button i.material-icons {
  margin-top: 10px;
}
/* line 548, ../sass/site.sass */
div.toolbar .rightside.md-button .icon-numeric-badge {
  position: absolute;
  top: 5px;
  right: 15px;
}

/* line 554, ../sass/site.sass */
md-menu-content button[disabled] {
  text-align: center;
}
/* line 557, ../sass/site.sass */
md-menu-content md-menu-item.header {
  height: 30px;
  padding-bottom: 5px;
}
/* line 561, ../sass/site.sass */
md-menu-content md-menu-item.header button {
  height: 30px;
  margin: 0;
  padding: 0;
}
/* line 566, ../sass/site.sass */
md-menu-content md-menu-item.header button span {
  line-height: 1em;
  height: 1em;
}
/* line 570, ../sass/site.sass */
md-menu-content md-menu-item.footer {
  height: 0.85em;
  min-height: 20px;
}
/* line 573, ../sass/site.sass */
md-menu-content md-menu-item.footer button {
  line-height: 0.75em;
  min-height: 0.75em;
  height: 0.75em;
  margin: 5px 0 0 0;
}
/* line 578, ../sass/site.sass */
md-menu-content md-menu-item.footer button span {
  font-size: 0.75em;
}
/* line 581, ../sass/site.sass */
md-menu-content md-menu-item.friend {
  height: 70px;
}
/* line 584, ../sass/site.sass */
md-menu-content md-menu-item.friend .stars-number {
  margin-right: 10px;
}

/* line 587, ../sass/site.sass */
md-backdrop {
  position: fixed;
}

/* line 590, ../sass/site.sass */
#closeGame {
  position: absolute;
  right: 10px;
  text-align: left;
  text-transform: none;
  padding: 0.5em;
  font-weight: bold;
  width: 55px;
  min-width: 55px;
}
/* line 600, ../sass/site.sass */
#closeGame i.material-icons {
  float: left;
  margin-left: 5px;
  width: 30px;
}

/* line 605, ../sass/site.sass */
.flex-fix {
  width: 95%;
}

/* line 608, ../sass/site.sass */
md-sidenav {
  background-color: #FFFFFF !important;
}
/* line 611, ../sass/site.sass */
md-sidenav .menu-header {
  height: 80px;
}
/* line 614, ../sass/site.sass */
md-sidenav.notifications, md-sidenav.friends {
  width: 400px;
}
/* line 616, ../sass/site.sass */
md-sidenav.notifications h2, md-sidenav.friends h2 {
  color: rgba(0, 0, 0, 0.87);
  margin: 1em;
}
/* line 619, ../sass/site.sass */
md-sidenav.notifications md-list-item, md-sidenav.friends md-list-item {
  padding: 1em !important;
  border-bottom: 1px solid lightgray;
}
/* line 624, ../sass/site.sass */
md-sidenav md-toolbar .md-button.md-icon-button {
  width: 65px;
}
/* line 626, ../sass/site.sass */
md-sidenav md-toolbar .md-button.md-icon-button i {
  margin-top: 12px;
}
/* line 629, ../sass/site.sass */
md-sidenav .sidenav {
  background-color: #FFFFFF;
}
/* line 632, ../sass/site.sass */
md-sidenav .sidenav .sub-item {
  background-color: #dcdcdc;
}
/* line 635, ../sass/site.sass */
md-sidenav .sidenav .sub-item .md-button {
  padding-left: 40px;
}
/* line 638, ../sass/site.sass */
md-sidenav .sidenav md-list-item.with-child .md-button span {
  float: left;
}
/* line 641, ../sass/site.sass */
md-sidenav .sidenav .md-button {
  text-align: left;
  text-transform: none;
  padding: 0.5em;
  font-weight: bold;
  width: 95%;
}
/* line 648, ../sass/site.sass */
md-sidenav .sidenav .md-button i.material-icons {
  float: left;
  margin-left: 5px;
  font-size: 20px;
  margin-right: 5px;
  margin-top: 7px;
}
/* line 655, ../sass/site.sass */
md-sidenav .sidenav .md-button i.toggle-sub-menu {
  float: right;
}
/* line 658, ../sass/site.sass */
md-sidenav .sidenav .md-button i.fa-trophy {
  font-size: 20px;
  margin-right: 3px;
  margin-left: 5px;
}
/* line 663, ../sass/site.sass */
md-sidenav .sidenav .md-button.toggle-sidenav {
  padding: 15px 25px 10px 0;
}
/* line 667, ../sass/site.sass */
md-sidenav .sidenav .md-button.toggle-sidenav span {
  margin-left: 40px;
}
/* line 670, ../sass/site.sass */
md-sidenav .sidenav .sidenav-icon-description {
  font-size: 12px;
  text-align: center;
  display: block;
  padding-left: 7px;
  padding-right: 7px;
}
/* line 677, ../sass/site.sass */
md-sidenav .sidenav .android-ad {
  display: block;
}
/* line 680, ../sass/site.sass */
md-sidenav .sidenav .device-android {
  display: block;
}
/* line 684, ../sass/site.sass */
md-sidenav .owner .avatar {
  border-radius: 30px;
  max-width: 60px;
  max-height: 60px;
  margin: 30px 15px;
}

/* line 691, ../sass/site.sass */
.rtl md-sidenav {
  right: 0;
}
/* line 695, ../sass/site.sass */
.rtl md-content.standard {
  border-radius: 0px;
  margin: 8px 100px 8px 8px;
}
/* line 699, ../sass/site.sass */
.rtl div.standard {
  border-radius: 0px;
  margin: 8px 92px 8px 8px;
}
/* line 704, ../sass/site.sass */
.rtl table[md-data-table] td, .rtl table[md-data-table] th {
  text-align: right;
}
/* line 708, ../sass/site.sass */
.rtl .star-player .material-icons {
  margin: 36px -24px 0 0;
}

/* line 711, ../sass/site.sass */
a:active, a:focus {
  outline: none;
}

/* line 715, ../sass/site.sass */
.menuBtn {
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGcgaWQ9IkhlYWRlciI+CiAgICA8Zz4KICAgICAgICA8cmVjdCB4PSItNjE4IiB5PSItMjIzMiIgZmlsbD0ibm9uZSIgd2lkdGg9IjE0MDAiIGhlaWdodD0iMzYwMCIvPgogICAgPC9nPgo8L2c+CjxnIGlkPSJMYWJlbCI+CjwvZz4KPGcgaWQ9Ikljb24iPgogICAgPGc+CiAgICAgICAgPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CiAgICAgICAgPHBhdGggZD0iTTMsMThoMTh2LTJIM1YxOHogTTMsMTNoMTh2LTJIM1YxM3ogTTMsNnYyaDE4VjZIM3oiIHN0eWxlPSJmaWxsOiNmM2YzZjM7Ii8+CiAgICA8L2c+CjwvZz4KPGcgaWQ9IkdyaWQiIGRpc3BsYXk9Im5vbmUiPgogICAgPGcgZGlzcGxheT0iaW5saW5lIj4KICAgIDwvZz4KPC9nPgo8L3N2Zz4=) no-repeat center center;
  background-color: transparent;
  border: none;
  height: 38px;
  margin-top: 10px;
  margin-right: 20px;
  width: 36px;
}

/* line 724, ../sass/site.sass */
.md-icon-button {
  width: 48px;
  height: 48px;
}

/* line 728, ../sass/site.sass */
.md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}

/* line 736, ../sass/site.sass */
.md-subheader.md-default-theme {
  font-weight: bold;
  font-size: 1.5em;
}

/* line 741, ../sass/site.sass */
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

/* line 744, ../sass/site.sass */
.login-landing {
  height: 100%;
}

/* line 748, ../sass/site.sass */
.login .facebook {
  padding-bottom: 2px;
  border-radius: 5px;
}
/* line 749, ../sass/site.sass */
.login .facebook a, .login .facebook a:hover, .login .facebook a:visited {
  text-decoration: none;
}
/* line 753, ../sass/site.sass */
.login .facebook button {
  padding: 0;
  margin: 0 0 5px 0;
  width: 220px;
}
/* line 757, ../sass/site.sass */
.login .facebook button .icon {
  float: left;
  margin-left: 5px;
  margin-top: 4px;
  margin-right: 5px;
}
/* line 763, ../sass/site.sass */
.login .facebook button .description {
  text-transform: capitalize;
  float: left;
  margin-left: 5px;
}
/* line 767, ../sass/site.sass */
.login .google {
  background-color: #4285F4;
  height: 40px;
  width: 220px;
}
/* line 771, ../sass/site.sass */
.login .google .icon {
  float: left;
  height: 46px;
  margin-top: -3px;
  margin-left: -3px;
}
/* line 776, ../sass/site.sass */
.login .google .description {
  float: left;
  top: 12px;
  margin-right: 15px;
  position: relative;
}
/* line 781, ../sass/site.sass */
.login .cancel_link {
  height: 40px;
  width: 220px;
  text-decoration: none;
}
/* line 785, ../sass/site.sass */
.login .cancel_link .description {
  color: dimgrey;
  float: right;
  text-align: right;
  top: 12px;
  margin-right: 15px;
  position: relative;
}
/* line 792, ../sass/site.sass */
.login .footer-section {
  margin-top: 20px;
}

/* line 795, ../sass/site.sass */
.titleTeam {
  margin: 40px 0 20px 10px;
}

/* line 798, ../sass/site.sass */
.animate-hide {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  opacity: 1;
}

/* line 803, ../sass/site.sass */
.animate-hide.ng-hide {
  line-height: 0;
  opacity: 0;
}

/* line 807, ../sass/site.sass */
.sheet {
  margin: 20px;
  border-radius: 5px;
}
/* line 811, ../sass/site.sass */
.sheet .content {
  padding: 30px;
}
/* line 814, ../sass/site.sass */
.sheet .footer {
  padding: 20px;
  border-top: 1px solid #B6B6B6;
}
/* line 818, ../sass/site.sass */
.sheet .md-subheader.md-default-theme {
  border-radius: 5px;
}

/* line 821, ../sass/site.sass */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 831, ../sass/site.sass */
.appversion, .adminpowers {
  position: fixed;
  bottom: 60px;
  right: 5px;
  font-size: 8px;
  color: white;
}

/* line 838, ../sass/site.sass */
.adminpowers {
  bottom: 70px;
  right: 0;
}

/* line 843, ../sass/site.sass */
ul.pagination li {
  border: 1px solid grey;
  text-align: center;
  display: block;
  float: left;
  width: 30px;
  margin: 2px;
  padding: 3px;
}
/* line 851, ../sass/site.sass */
ul.pagination li a {
  text-decoration: none;
  color: grey;
}
/* line 855, ../sass/site.sass */
ul.pagination li.active {
  background-color: lightgrey;
}
/* line 857, ../sass/site.sass */
ul.pagination li.active a {
  font-weight: bold;
}

/* line 861, ../sass/site.sass */
md-content.admin_content {
  padding: 20px 100px 20px 100px;
}

/* line 864, ../sass/site.sass */
div.playground {
  background-color: #D3E4EE;
  height: 100vh;
}

/* line 868, ../sass/site.sass */
div.lineup {
  background-color: #FFFFFF;
}

/* line 878, ../sass/site.sass */
.no-border {
  border: none !important;
}

/* line 881, ../sass/site.sass */
.border-bottom {
  border-bottom: 1px solid #6C757D;
}

/* line 884, ../sass/site.sass */
.rank {
  color: #6C757D;
}

/* line 887, ../sass/site.sass */
.underline {
  text-decoration: underline;
}

/* line 894, ../sass/site.sass */
.team-name.home {
  text-align: right;
}

/* line 904, ../sass/site.sass */
.rewards {
  padding: 5px 0 0 0;
}
/* line 906, ../sass/site.sass */
.rewards .reward-container {
  margin: 0 5px 5px 5px;
}
/* line 908, ../sass/site.sass */
.rewards .reward-container img {
  width: 20px;
  height: 20px;
}
/* line 913, ../sass/site.sass */
.rewards .reward-container.away .reward-description {
  margin-left: 5px;
}
/* line 915, ../sass/site.sass */
.rewards .reward-container.away img {
  margin-right: 5px;
}
/* line 919, ../sass/site.sass */
.rewards .reward-container.home .reward-description {
  margin-right: 5px;
}
/* line 921, ../sass/site.sass */
.rewards .reward-container.home img {
  margin-left: 5px;
}

@media (min-width: 1200px) {
  /* line 926, ../sass/site.sass */
  .spacing {
    padding-left: 10%;
    padding-right: 10%;
  }
}
/* line 931, ../sass/site.sass */
.fabSpeedDialBasicUsage .text-capitalize {
  text-transform: capitalize;
}

/* line 935, ../sass/site.sass */
.fabSpeedDialBasicUsage .md-fab:hover {
  background-color: #999 !important;
}
/* line 938, ../sass/site.sass */
.fabSpeedDialBasicUsage .fabSpeedDialBasicUsage .md-fab.md-focused {
  background-color: #999 !important;
}

/* line 941, ../sass/site.sass */
.fabSpeedDialBasicUsage p.note {
  font-size: 1.2rem;
}

/* line 944, ../sass/site.sass */
.video_container {
  margin-top: 15px;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 50px 56.25%;
}
/* line 950, ../sass/site.sass */
.video_container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 956, ../sass/site.sass */
p > span.notif_date {
  font-size: 80%;
}

@media (max-width: 960px) {
  /* line 962, ../sass/site.sass */
  .league-info .subtitle {
    font-size: 11px;
  }

  /* line 965, ../sass/site.sass */
  .score {
    font-size: 24px;
  }

  /* line 969, ../sass/site.sass */
  .header-info .stats {
    font-size: 200%;
    font-weight: 300;
    padding: 0 10px 0 10px;
  }
  /* line 974, ../sass/site.sass */
  .header-info .subtitle {
    font-size: 13px;
  }
  /* line 977, ../sass/site.sass */
  .header-info .expo {
    font-size: 100%;
    font-weight: 300;
    margin: -9px 0 0 0;
  }
}
@media (max-width: 600px) {
  /* line 984, ../sass/site.sass */
  .layout-list,
  .layout-owner,
  .widget-league-calendar,
  .widget-league-ranking,
  md-list-item,
  .period {
    font-size: 13px !important;
  }
  /* line 992, ../sass/site.sass */
  .layout-list.header,
  .layout-owner.header,
  .widget-league-calendar.header,
  .widget-league-ranking.header,
  md-list-item.header,
  .period.header {
    font-size: 10px !important;
  }

  /* line 996, ../sass/site.sass */
  .md-button {
    min-width: 60px;
    font-size: 13px;
  }

  /* line 1001, ../sass/site.sass */
  .league-info .subtitle {
    font-size: 11px;
  }

  /* line 1005, ../sass/site.sass */
  .header-info .name {
    font-size: 5vw;
  }

  /* line 1008, ../sass/site.sass */
  .score {
    font-size: 24px;
  }

  /* line 1011, ../sass/site.sass */
  .stats-number {
    font-size: 24px !important;
  }
}
