@import "fonts.css";
@import "layout.css";
@import "default.css";
@import "wm2018.css";

@media (min-width: 992px) {
  .headerImage {
    margin-top: -15px;
  }
}

/* questions */
.bonus-question {
  margin-bottom: 5px;
}

.bonus-question .question {
  margin: 7px 0 7px;
}
.bonus-question .question-deadline {
  font-size: 10px;
}
.formElement-wrapper {
  margin-bottom: 20px;
}

.formElement-type-select {
  margin-bottom: 10px;
}

.formElement-points {
  margin-bottom: 10px;
}

.formElement-points input {
  text-align: center;
  width: 50px;
}

.formElement-answers-wrapper {
  margin-left: 50px;
  margin-top: 10px;
}

.formElement-answers-wrapper a {
  margin-top: 10px;
}

.formElement-wrapper input[type=radio] {
  vertical-align: sub;
}

/* AddToAny */
.sharerBox-small .a2a_svg {
  height: 20px;
  line-height: 20px;
  width: 20px;
  background-size: 100%;
}

/* general */
.textarea-css {
  height: 500px;
  width: 100%;
  max-width: 100%;
}

.text-right {
  text-align: right;
}
.btn--expert:before {
  content: "\f0a1";
  font-family: FontAwesome;
  color: gray;
  line-height: 12px;
  font-weight: 600;
}
.btn--expert.active:before {
  color:green;
}
.btn--hide:before {
  content: "\f070";
  font-family: FontAwesome;
  color: gray;
  line-height: 12px;
  font-weight: 600;
}
.btn--hide.active:before {
  content: "\f070";
  color:red;
}
.btn--act:before {
  content: "\f09c";
  font-family: FontAwesome;
  color: #333;
  line-height: 12px;
  font-weight: 600;
}

.btn--del:before {
  content: "\f014";
  font-family: FontAwesome;
  color: #d6152a;
  line-height: 12px;
  font-weight: 600;
}

p {
  margin: 0 0 20px 0;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-r-10 {
  margin-right: 10px;
}

.clear {
  float: none;
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

/* --- OVERRIDES bootstrap.min.css --- */
.dropdown-menu li.divider {
  margin: auto;
}

.btn-important {
  background-color: #d6152a;
  border: none;
}

.btn-login {
  padding: 14px;
  font-size: 1.2em;
  color: white;
}

.btn-important:hover {
  background-color: #ca0a1f;
}

/*@media (min-width: 667px) and (max-width: 768px) {*/
/*.navbar-collapse.collapse {*/
/*display: block !important;*/
/*}*/

/*.navbar-nav,*/
/*.navbar-nav > li {*/
/*float: left;*/
/*margin: 0;*/
/*}*/

/*.navbar-nav.navbar-right:last-child {*/
/*margin-right: -15px !important;*/
/*}*/

/*.navbar-right {*/
/*float: right !important;*/
/*}*/
/*}*/

/* --- OVERRIDES components.min.css --- */
.dropdown > .dropdown-menu:before {
  display: none !important;

}

.dropdown > .dropdown-menu:after {
  display: none !important;
}

/* --- OVERRIDES layout.min.css --- */
.page-header {
  height: 51px;
}

.page-header-top {
  height: auto;
  display: none;
}

.navbar-nav > li > a.dropdown-toggle {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

img.globe,
img.avatar {
  width: 35px;
}

a.globe {
  padding-right: 9px !important;
}

a.avatar {
  padding-left: 9px !important;
}

ul.globe {
  min-width: 125px;
}
.page-header .page-header-menu .hor-menu .navbar-nav > li ul.dropdown-menu.globe li > a {
  white-space: nowrap;
}

ul.globe:after {
  border: 0;
}

ul.avatar {
  min-width: 150px;
}

ul.globe:after {
  border: 0;
}

.hor-menu {
  width: 100%;
}

.nav.navbar-nav {
  width: 100%;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(33, 33, 33, 0.05);
}

.panel.panel-default {
  max-width: 992px;
}
.panel.panel-default img {
  max-width: 100%;
}
.note-editor.panel.panel-default {
  width: 100%;
}

.page-header-menu > .container {
  width: 992px;
  margin: 0 auto;
  background-color: #444d58;
}

@media (max-width: 992px) {
  .page-header-menu > .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page-header .page-header-menu {
    padding: 0 0 0 15px;
    margin-left: -15px;
    border-top: 1px solid #efefef;
    background: rgba(0, 0, 0, .15);
  }

  .page-header-menu > .container {
    background: transparent;
  }

  .page-header-top {
    display: block;
  }

  .page-header .page-header-top .menu-toggler {
    margin: 11px 0 0 10px;
  }

  .page-header .page-header-top .top-menu {
    margin-top: -35px;
  }
}

.page-head {
  background: white;
}

.page-head > .container {
  width: 100%;
  margin: 0 auto;
}

.page-logo img {
  height: 100%;
}

.page-content > .container {
  width: 100%;
}

.page-content {
  background-color: rgba(0, 0, 0, 0.15);
  max-width: 992px;
  margin: 0 auto;
}

/* --- BET --- */
input[type="number"].bet-placed {
  background-color: lightgrey;
}

input[type="text"].score,
input[type="number"].score {
  width: 30px;
  text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type="text"]:disabled,
input[type="number"]:disabled {
  border-color: transparent;
  -webkit-text-fill-color: black;
  color: black;
  font-weight: bold;
}

.row.options {
  margin-bottom: 15px;
  margin-right: 0;
}

.options .btn.active {
  color: #666 !important;
  background-color: #fff !important;
  border-color: #eee !important;
}

/* --- RANKING / GROUP VIEW --- */
.table-header {
  padding: 8px;
  font-size: 1.2em;
  margin-bottom: 3px;
  background: white;
}

table.ranking th.number {
  text-align: right;
}

table.ranking th.col-rank {
  text-align: right;
}
table.ranking td.col-username {
  max-width: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
}
table.ranking td.col-rank {
  width: 50px;
  text-align: right;
  vertical-align: middle;
}

table.ranking td.col-points {
  width: 75px;
  text-align: right;
  padding-right: 15px;
}

/* --- FIXTURE --- */
table.fixture tr th:last-child {
  text-align: right;
}

table.fixture tr th.fixture-title {
  text-align: center;
}

table.fixture tr td:first-child {
  width: 214px;
}

table.fixture tr td:last-child {
  width: 214px;
}

table.fixture td.flag {
  width: 35px;
}
table.fixture td.flag img {
  width: 25px;
}

table.fixture td.resultBox {
  width: 100px;
  white-space: nowrap;
  text-align: center;
}

table.fixture tbody tr td {
  vertical-align: middle;
}

table.fixture tfoot tr td {
  font-size: 12px;
  color: grey;
  vertical-align: bottom;
}

table.fixture tfoot td:first-child {
  text-align: left;
}

table.fixture tfoot td:last-child {
  text-align: right;
}

table.fixture td.flag {
  padding-left: 0;
  padding-right: 0;
}
table.fixture td.gameInfo p {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  table.fixture th, table.fixture td {
    font-size: 11px !important;
  }
}

/* --- STANDING --- */
table.standing tr th {
  text-align: right;
}

table.standing tr td {
  vertical-align: middle;
  text-align: right;
  width: 7%;
}
table.standing tr td.flag,
table.standing tr td.flag img {
  width: 25px;
}
table.standing tr td.team-name {
  text-align: left;
  width: 50%;
  text-align: left;
}

table.standing tr th:first-child,
table.standing tr td:first-child {
  text-align: left;
  padding-left: 20px;
}

table.standing tr td.team-rank {
  width: 25px;
}

table.standing tr td.games-total {
  padding-right: 10px;
}

table.standing tr th:last-child {
  width: 15%;
  padding-right: 20px;
}

table.standing tr th:last-child {
  padding-left:15px;
}

table.standing tr td:last-child {
  padding-right: 30px;

}

h3.standing {
  font-weight: 600;
}

@media (max-width: 767px) {
  .panel-heading {
    padding-left: 10px;
  }

  .ellipsis {
    width: 120px;
  }

  h3.panel-title.standing {
    font-size: 14px;
  }

  table.standing tr th,
  table.standing tr td {
    font-weight: 600;
    font-size: 10px;
    padding: 4px 4px 4px 0;
  }

  table.standing tr th:first-child,
  table.standing tr td:first-child {
    padding-left: 10px;
  }

  table.standing tr td:nth-child(2) {
    width: 120px;
  }

  table.standing tr td:nth-child(3) {
    padding-right: 5px;
  }

  table.standing tr th:last-child {
    padding-right: 5px;
  }

  table.standing tr td:last-child {
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .table thead tr th,
  .table tbody tr td {
    font-size: 11px !important;
  }

  table tfoot tr td {
    font-size: 9px !important;
    padding: 5px !important;
  }
}

/* --- FOOTER --- */
.footer .page-prefooter,
.footer .page-footer,
.footer .page-footer-fixed {
  background-color: rgba(0, 0, 0, 0.15);
  max-width: 992px;
  margin: 0 auto;
  padding: 0 0 15px 0;
}

.footer .page-prefooter > .container,
.footer .page-footer > .container,
.footer .page-footer-fixed > .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.footer .page-prefooter > .container > .row,
.footer .page-footer > .container > .row,
.footer .page-footer-fixed > .container > .row {
  margin: 0;
  background-color: white;
}

.footer .page-footer > .container > .row,
.footer .page-footer-fixed > .container > .row {
  padding: 5px 0;
  background-color: white;
}

.footer .page-footer > .container > .row div:nth-child(3),
.footer .page-footer-fixed > .container > .row div:nth-child(3) {
  text-align: center;
}

.footer .page-footer > .container > .row div:last-child,
.footer .page-footer-fixed > .container > .row div:last-child {
  text-align: right;
}

/* TODO: delete this when ADD-TO-ANY in place*/
.social-icons li {
  margin-bottom: 0;
}

.social-icons li > a {
  width: 15px;
  height: 15px;
}

@media (max-width: 992px) {
  .footer .page-prefooter,
  .footer .page-footer,
  .footer .page-footer-fixed {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container,
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer .page-prefooter > .container,
  .footer .page-footer-fixed > .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  .share-buttons {
    text-align: center;
    width: 96px;
    margin: 0 auto 5px;
  }

  .mobile-devices.navbar-nav {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .footer .page-footer > .container > .row div,
  .footer .page-footer-fixed > .container > .row div {
    text-align: center !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .footer .page-footer > .container > .row div.app-links,
  .footer .page-footer-fixed > .container > .row div.app-links {
    width: 33.33333%;
  }
}

/* --- FLAGS --- */
.i18nlang {
  width: 16px;
  height: 11px;
  margin: 0 3px 2px 0;
  background: transparent url(/images/i18n-lang-sprites.png) no-repeat;
}
.i18nlang.i18n-sr {
  background: transparent url(/images/i18n/sr.png) no-repeat;
  background-size: contain;
}
.i18nlang.i18n-ro {
  background: transparent url(/images/i18n/ro.png) no-repeat;
  background-size: contain;
}
.i18nlang.i18n-sl {
  background: transparent url(/images/i18n/sl.png) no-repeat;
  background-size: contain;
}
.i18nlang.i18n-hr {
  background: transparent url(/images/i18n/hr.png) no-repeat;
  background-size: contain;
}
.i18nlang.i18n-pl {
  background: transparent url(/images/i18n/pl.png) no-repeat;;
}
.i18nlang.i18n-pt {
  background: transparent url(/images/i18n/pt.png) no-repeat;;
}
.i18nlang.i18n-ru {
  background: transparent url(/images/i18n/ru.png) no-repeat;;
}
.i18nlang.i18n-sv {
  background: transparent url(/images/i18n/sv.png) no-repeat;;
}
.i18nlang.i18n-sk {
  background: transparent url(/images/i18n/sk.png) no-repeat;;
}
.i18nlang.i18n-hu {
  background: transparent url(/images/i18n/hu.png) no-repeat;;
}
.i18nlang.i18n-cs {
  background: transparent url(/images/i18n/cs.png) no-repeat;
  background-size: contain;
}
.i18nlang.i18n-fi {
  background: transparent url(/images/i18n/fi.png) no-repeat;
  background-size: contain;
}
.i18nlang.i18n-da {
  background: transparent url(/images/i18n/da.png) no-repeat;
  background-size: contain;
}
.i18nlang.i18n-nl-be {
  background-position: -16px 0;
}

.i18nlang.i18n-de {
  background-position: -32px 0;
}

.i18nlang.i18n-es {
  background-position: 0 -11px;
}

.i18nlang.i18n-fr {
  background-position: -16px -11px;
}

.i18nlang.i18n-en {
  background-position: -32px -11px;
}

.i18nlang.i18n-it {
  background-position: 0 -22px;
}

.i18nlang.i18n-nl {
  background-position: -16px -22px;
}

span.flags-25 {
  width: 25px;
  height: 25px;
  background-size: 125px;
  vertical-align: middle;
}

[class*="flag-"], [class^="flag-"] {
  display: inline-block;
  margin: 0;
  background: #fff url("/images/em2016-flags-sprites.png") no-repeat;
}

.flag-ALB {
  background-position: 25% 0%;
}

.flag-AUT {
  background-position: 50% 0%;
}

.flag-BEL {
  background-position: 75% 0%;
}

.flag-CRO {
  background-position: 100% 0%;
}

.flag-CZE {
  background-position: 0% 25%;
}

.flag-ENG {
  background-position: 25% 25%;
}

.flag-FRA {
  background-position: 50% 25%;
}

.flag-DEU {
  background-position: 75% 25%;
}

.flag-HUN {
  background-position: 100% 25%;
}

.flag-ISL {
  background-position: 0% 50%;
}

.flag-ITA {
  background-position: 25% 50%;
}

.flag-NIR {
  background-position: 50% 50%;
}

.flag-POL {
  background-position: 75% 50%;
}

.flag-POR {
  background-position: 100% 50%;
}

.flag-IRL {
  background-position: 0% 75%;
}

.flag-ROU {
  background-position: 25% 75%;
}

.flag-RUS {
  background-position: 50% 75%;
}

.flag-SVK {
  background-position: 75% 75%;
}

.flag-ESP {
  background-position: 100% 75%;
}

.flag-SWE {
  background-position: 0% 100%;
}

.flag-SUI {
  background-position: 25% 100%;
}

.flag-TUR {
  background-position: 50% 100%;
}

.flag-UKR {
  background-position: 75% 100%;
}

.flag-WAL {
  background-position: 100% 100%;
}

/* --- Default forms --- */
.form-default {
  background: white;
  width: 100%;
  padding: 1px 15px 0 15px;
}

.form-default .form-actions {
  clear: both;
  border: 0;
  padding: 10px 30px 30px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

/* --- Login page --- */
.page-content.login {
  background: rgba(0, 0, 0, 0.15);
  padding: 15px;
}

.login .content {
  background-color: #eceef1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 70%;
  margin: 40px auto 40px auto;
  padding: 30px;
  padding-top: 10px;
  overflow: hidden;
  position: relative;
}

.login .content h3 {
  color: #4db3a5;
  text-align: center;
  font-size: 28px;
  font-weight: 400 !important;
}

.login .content h4 {
  color: #555;
}

.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px 0;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}

.login .content .form-control {
  border: none;
  background-color: #dde3ec;
  height: 43px;
  color: #8290a3;
  border: 1px solid #dde3ec;
}

.login .content .form-control:focus,
.login .content .form-control:active {
  border: 1px solid #c3ccda;
}

.form-group.has-error input[type=text] {
  color: #b94a48;
  border-color: #b94a48;
}

.form-group.has-error input[type=password] {
  border-color: #b94a48;
}

.form-group.has-error input[type=checkbox] {
  outline: 1px solid #b94a48;
}

.login .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
}

.login .content .form-control:-ms-input-placeholder {
  color: #8290a3;
}

.login .content .form-control::-webkit-input-placeholder {
  color: #8290a3;
}

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  clear: both;
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 10px 30px 30px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login-options {
  margin-bottom: 30px;
  overflow: hidden;
}

.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
}

.login-options .social-icons {
  float: right;
  padding-top: 3px;
}

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .login-form .form-actions {
  border: 0;
  padding: 0 auto;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .form-actions .btn {
  font-weight: 600;
  padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ffffff;
  border: none;
}

.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af;
}

.login .content .forget-password {
  font-size: 14px;
  display: inline-block;
  margin-top: 12px;
}

.login .content .check {
  color: #8290a3;
}

.login .content .rememberme {
  margin-left: 8px;
  margin-top: 10px;
}

.login .content .create-account {
  margin: 0 -40px -30px -40px;
  padding: 15px 0 17px 0;
  text-align: center;
  background-color: #d6152a;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.login .content .create-account > p {
  margin: 0;
}

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #7a8ca5;
  font-size: 13px;
}

@media (max-width: 480px) {
  .login .content {
    width: 90%;
    margin-top: 10px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }

  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}

/* --- PAGINATION --- */
.pagination {
  width: 100%;
  margin: 0;
}

div.pagination--info {
  float: left;
  padding: 8px 0;
}

div.pagination--buttons {
  float: right;
}

ul.pagination li a.active {
  background: #ccc;
}
.profileCard {
  text-align: center;
  border: 1px solid lightgrey;
  padding-top:20px;
  margin-bottom: 10px;
}
.profileImage {
  text-align: center;
  width:200px;
  height:200px;
  overflow:hidden;
  border-radius: 50% !important;
  margin:auto;
  font-size:125px;
  line-height: normal;
  border:1px solid lightgrey;
}
.profileImage-small {
  width:50px;
  height:50px;
  font-size:30px;
}
.expertBet-info {
  text-align: left;
  padding-left: 65px;
}
.profileImage img {
  margin-top: -3px;
  width:100%;
  height:100%;
  object-fit: cover;
}
.expertBet {
  margin-bottom: 5px;
}
.expertBet .profileImage img {
  margin-top: 0;
}
.newRow {
  width: 100%;
  float:left;
}

.ember-basic-dropdown {
  position: relative
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #fff
}

.ember-basic-dropdown-content--left {
  left: 0
}

.ember-basic-dropdown-content--right {
  right: 0
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  line-height: 2;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 2em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit
}

.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both
}

.ember-power-select-trigger--active, .ember-power-select-trigger:focus {
  border-top: 1px solid #66afe9;
  border-bottom: 1px solid #66afe9;
  border-right: 1px solid #66afe9;
  border-left: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  outline: 0
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true], .ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.ember-power-select-placeholder {
  color: #999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0;
  border-color: #999 transparent transparent;
  right: 5px
}

.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg)
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
  right: 25px
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: 0;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px
}

.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eee
}

.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999
}

.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999
}

.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999
}

.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer
}

.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: .5
}

.ember-power-select-search {
  padding: 4px
}

.ember-power-select-search-input {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px
}

.ember-power-select-search-input:focus {
  border: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  outline: 0
}

.ember-power-select-dropdown {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 2;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .172549) 0 6px 12px 0;
  overflow: hidden;
  color: inherit
}

.demo-calendar-big .ember-power-calendar-day--focused, .demo-calendar-medium .ember-power-calendar-day--focused, .demo-calendar-small .ember-power-calendar-day--focused {
  box-shadow: inset 0 -2px 0 0 #0078c9
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  transform: translateY(calc(-1 * 3px));
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  transform: translateY(3px);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none
}

.ember-power-select-options[role=listbox] {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 14em
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px
}

.ember-power-select-group[aria-disabled=true] {
  color: #999;
  cursor: not-allowed
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option, .ember-power-select-option[aria-disabled=true] {
  color: #999;
  pointer-events: none;
  cursor: not-allowed
}

.ember-power-select-option[aria-selected=true] {
  background-color: #f5f5f5
}

.ember-power-select-option[aria-current=true] {
  background-color: #f5f5f5;
  color: inherit
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: 700
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eee
}

.ember-power-select-trigger {
  padding: 0 16px 0 0
}

.ember-power-select-placeholder, .ember-power-select-selected-item {
  margin-left: 8px
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px
}

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px
}

.ember-power-select-group .ember-power-select-option {
  padding-left: 24px
}

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px
}

.ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder, .ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item {
  margin-right: 8px
}

.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option, .ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right
}

.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial
}

.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px
}

.ember-power-calendar-day, .ember-power-calendar-weekday {
  border: none;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  background-color: initial
}

.ember-power-calendar-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between
}

.ember-power-calendar-nav-title {
  flex: 1;
  text-align: center
}

.ember-power-calendar-row {
  display: flex;
  justify-content: space-between
}

.ember-power-calendar-weekday {
  flex: 1 1 100%;
  border: initial;
  outline: initial;
  justify-content: center;
  display: flex;
  align-items: center
}

.ember-power-calendar-day {
  border: initial;
  outline: initial;
  flex: 1 1 100%;
  font-size: inherit;
  align-items: center;
  justify-content: center
}

.ember-power-calendar {
  position: relative;
  font-size: 14px;
  line-height: 1.42857
}

.ember-power-calendar-nav {
  line-height: 2
}

.ember-power-calendar-nav-control {
  -webkit-appearance: none;
  background-color: initial;
  border: none;
  border: initial;
  outline: 0;
  outline: initial;
  line-height: 1;
  font-size: 150%
}

.ember-power-calendar-nav-control:focus {
  transform: scale(1.2)
}

.ember-power-calendar-day--selected, .ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: 700
}

.ember-power-calendar-day--interactive[disabled] {
  opacity: .4
}

@keyframes drop-fade-below {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    transform: translateY(3px)
  }
}

@keyframes drop-fade-above {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    transform: translateY(-3px)
  }
}

.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-below .15s
}

.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-below .15s reverse
}

.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-above .15s
}

.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-above .15s reverse
}

.pink-text {
  color: #ff0789
}

@media only screen and (min-width: 678px) {
  .ember-power-calendar {
    width: 362px
  }

  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="1"] {
    padding-left: 52px
  }

  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="2"] {
    padding-left: 104px
  }

  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="3"] {
    padding-left: 156px
  }

  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="4"] {
    padding-left: 208px
  }

  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="5"] {
    padding-left: 260px
  }

  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="6"] {
    padding-left: 312px
  }

  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="1"] {
    padding-right: 52px
  }

  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="2"] {
    padding-right: 104px
  }

  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="3"] {
    padding-right: 156px
  }

  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="4"] {
    padding-right: 208px
  }

  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="5"] {
    padding-right: 260px
  }

  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="6"] {
    padding-right: 312px
  }

  .ember-power-calendar .ember-power-calendar-day, .ember-power-calendar .ember-power-calendar-weekday {
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px
  }

  .ember-power-calendar .ember-power-calendar-week, .ember-power-calendar .ember-power-calendar-weekdays {
    height: 52px;
    padding-left: 0;
    padding-right: 0
  }

  .ember-power-calendar .ember-power-calendar-day {
    color: #bbb
  }

  .ember-power-calendar .ember-power-calendar-weekdays {
    color: #333
  }

  .ember-power-calendar .ember-power-calendar-nav-control {
    color: #0078c9
  }

  .ember-power-calendar .ember-power-calendar-nav-control:focus {
    color: #30acff
  }

  .ember-power-calendar .ember-power-calendar-day--current-month {
    color: #656D78;
    background-color: #F5F7FA
  }

  .ember-power-calendar .ember-power-calendar-day--today, .ember-power-calendar .ember-power-calendar-day:not([disabled]):hover {
    background-color: #eee
  }

  .ember-power-calendar .ember-power-calendar-day--focused {
    box-shadow: inset 0 -2px 0 0 #0078c9
  }

  .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end, .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover, .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start, .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
    background-color: #96d5ff
  }

  .ember-power-calendar .ember-power-calendar-day--selected, .ember-power-calendar .ember-power-calendar-day--selected:not([disabled]):hover {
    background-color: #c9e9ff;
    color: #656D78
  }

  .ember-power-calendar .ember-power-calendar-day--other-month:not([disabled]):hover {
    color: #656D78
  }
}

@media only screen and (max-width: 678px) {
  .ember-power-calendar {
    width: 306px
  }

  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="1"] {
    padding-left: 44px
  }

  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="2"] {
    padding-left: 88px
  }

  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="3"] {
    padding-left: 132px
  }

  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="4"] {
    padding-left: 176px
  }

  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="5"] {
    padding-left: 220px
  }

  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="6"] {
    padding-left: 264px
  }

  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="1"] {
    padding-right: 44px
  }

  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="2"] {
    padding-right: 88px
  }

  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="3"] {
    padding-right: 132px
  }

  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="4"] {
    padding-right: 176px
  }

  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="5"] {
    padding-right: 220px
  }

  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="6"] {
    padding-right: 264px
  }

  .ember-power-calendar .ember-power-calendar-day, .ember-power-calendar .ember-power-calendar-weekday {
    max-width: 42px;
    max-height: 42px;
    width: 42px;
    height: 42px
  }

  .ember-power-calendar .ember-power-calendar-week, .ember-power-calendar .ember-power-calendar-weekdays {
    height: 44px;
    padding-left: 0;
    padding-right: 0
  }

  .ember-power-calendar .ember-power-calendar-day {
    color: #bbb
  }

  .ember-power-calendar .ember-power-calendar-weekdays {
    color: #333
  }

  .ember-power-calendar .ember-power-calendar-nav-control {
    color: #0078c9
  }

  .ember-power-calendar .ember-power-calendar-nav-control:focus {
    color: #30acff
  }

  .ember-power-calendar .ember-power-calendar-day--current-month {
    color: #656D78;
    background-color: #F5F7FA
  }

  .ember-power-calendar .ember-power-calendar-day--today, .ember-power-calendar .ember-power-calendar-day:not([disabled]):hover {
    background-color: #eee
  }

  .ember-power-calendar .ember-power-calendar-day--focused {
    box-shadow: inset 0 -2px 0 0 #0078c9
  }

  .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end, .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover, .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start, .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
    background-color: #96d5ff
  }

  .ember-power-calendar .ember-power-calendar-day--selected, .ember-power-calendar .ember-power-calendar-day--selected:not([disabled]):hover {
    background-color: #c9e9ff;
    color: #656D78
  }

  .ember-power-calendar .ember-power-calendar-day--other-month:not([disabled]):hover {
    color: #656D78
  }
}

.time-picker {
  padding:15px;
}
.time-picker:before, .time-picker:after {
  content: " ";
  display: table;
}
.time-picker:after {
  clear: both;
}
.time-picker-hour, .time-picker-minute {
  width:45%;
  float:left;
}
.time-picker-separator {
  width:10%;
  float:left;
  text-align: center;
}
.gameHighlights {
  overflow: hidden;
}
.gameHighlight {
  text-align: center;
}
.gameHighlight iframe{
  border: 0;
  width:640px;
  height:400px;;
}


@media (max-width: 767px) { /* xs */
  .gameHighlight iframe {
    width:320px;
    height:200px;
  }
  .xs-center {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {  /* sm */
}

@media (min-width: 992px) and (max-width: 1199px) {  /* md */
}

@media (min-width: 1200px) {  /* lg */
}

.table-search {
  width:250px;
  margin-left:auto;
  padding-bottom: 10px;
}
.user--points {
  margin-left:10px;
}
.date-picker {
  display:inline-block;
}
.date-picker-value i {
  padding-left:5px;
}

.date-picker-calendar {
  position: absolute;
  z-index: 100;
  background-color: white;
  border: 1px solid lightgray;
}
.date-picker-unset {
  text-align:center;
  padding:3px;
}

table.fixture tr th .gameNr {
  font-weight: normal;
  font-size: 0.8em;
}
table.fixture.game-type-preliminary tr th .gameNr {
  display: none;
}

.mobile-app-not-active {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding:60px 50px;
  color:white;
  text-align: center;
}

.cookie-info.cookie-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.cookie-info.cookie-overlay .cookie-info-box {
  max-width: 700px;
  top: 10px;
  margin: auto;
  bottom: auto;
  position: relative;
}
.cookie-info.needs-third-party-opt-in .cookie-info-box {
  z-index: 10;
}
.cookie-info.needs-third-party-opt-in .cookie-info-box .show-more-info {
  margin-bottom: 10px;
  position: relative;
}
.cookie-info .cookie-info-box .hide-btn {
  position: absolute;
  right:5px;
}
.cookie-info .cookie-info-box .hide-btn span {
  display: none;
}
.cookie-info .cookie-info-box .hide-btn:before {
  content:"\f00d";
  font-family: FontAwesome;
  padding-right:2px;
}
.cookie-info.needs-third-party-opt-in .cookie-info-box .hide-btn:last-child {
  margin-top:-43px;
}
.cookie-info.needs-third-party-opt-in .cookie-info-box .controls:after {
  content:"";
  display: table;
  clear: both;
}
.cookie-info .cookie-info-box .cookie-footer {

}
.cookie-info .cookie-info-box .show-more-btn {

}
.cookie-info.needs-third-party-opt-in .cookie-info-box .cookie-footer {
  margin-top: 20px;
  text-align: center;
}
.cookie-info.needs-third-party-opt-in .cookie-info-box .cookie-footer .contact-info {
  text-align: initial;
  position: relative;
}
.cookie-info .cookie-info-box .cookie-footer .contact-info {
  margin-top:15px;
}
.cookie-info .cookie-info-box .cookie-footer .contact-info .panel {
  margin-bottom: 0px;
}
.cookie-info.accepted {
  display: none;
}
.cookie-info-box {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  bottom: 5px;
  left: 10px;
  right: 10px;
  position: fixed;
  border: 1px solid gray;
  padding: 5px;
  margin-top: 10px;
  background-color: white;
  overflow-y: auto;
  max-height: 90%;
}
.in-mobile-app + .cookie-info .cookie-info-box {
  bottom:60px;
  bottom:calc(env(safe-area-inset-bottom) + 60px);
}
.cookie-info-box .ok-btn {
  float: right;
}
.cookie-info-box .contact-btn {
  text-align: center;
  display: block;
}
.cookie-info-box .privacy-info {
  margin-top: 15px;
}
.cookie-info-box .option-wrapper {
  margin:10px;
}
.cookie-info-box .panel.panel-default {
  max-width: unset;
}
.page-footer-fixed.add-2-any-off .col-sm-4:nth-child(2) {
  text-align: center;
}
.sub-options {
  padding-left:20px;
}
.option-wrapper label {
  cursor: pointer;
}

.style-settings .description-label {
  padding-top: 3px;
  font-weight: normal;
}
.style-settings .color-picker-component {
  display: inline-block;
}
.style-settings .color-picker-component ~.current-value {
  vertical-align: middle;
  padding-left: 5px;
}
.style-settings .spectrum-color-picker-replacer {
  padding: 0;
  border: 0;
  width: auto;
  height: auto;
  border-radius: 5px;
  position: relative;

}
.style-settings .spectrum-color-picker-replacer .sp-preview {
  margin: 0;
  border: 0;
}
.style-group-label {
  margin-top:10px;
  font-weight: bold;
}

.not-in-mobile-app .mobile-app-only {
  display:none !important;
}
.mobile-app-only.nav--info {
  margin-right:5px;
}
.mobile-app-only.nav--info a {
  margin-top:3px;
  color:white;
  padding:0;
}
.mobile-app-only.nav--info a i {
  color:white;
  font-size: 25px;
  line-height: 25px;
  padding: 5px 10px;
  width: 35px;
  margin-top:5px;
}
.page-header .page-header-menu .navbar-nav > li.dropdown.dropdown-login  > a,
.navbar-nav > li.dropdown.dropdown-login  > a {
  padding-left:5px;
}
.dropdown-login a {
  color:gray;
}
.dropdown.dropdown-login a i {
  width:25px;
  font-size: 25px;
  line-height: 25px;
  padding-top:6px;
  height: 35px;
}
.mobile-app-only.nav--info2 a i {
  font-size: 18px;
}
.mobile-app-only.nav--info a i {
  background: gray;
  border-radius: 50%;
}
.mobile-app-only.nav--info a:hover {
  background: transparent;
}
.mobile-app-only.nav--info a span {
  display: none;
}
.avatar-selection .avatars{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:10px;

  max-height: 300px;
  overflow-y: scroll;
}
.avatar-selection .avatar {
  padding:3px;
  margin:2px;
  border:1px solid transparent;
  width:64px;

}
.avatar-selection .avatar:hover {
  border:1px solid lightgray;
  cursor: pointer;
  border-radius: 50% !important;
}
.avatar-selection .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
}
.avatar-selection > .or {
  margin-top:10px;
  margin-bottom:10px;
  display:block;
}
.avatar-selection > .selectAvatarLabel {
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.avatar-image-wrapper {
  display:inline;
}
td > .avatar-image-wrapper {
  padding-right: 10px;
}
img.avatar {
  height: 35px;
  object-fit: cover;
}
@media (max-width: 767px) { /* xs */
  td > .avatar-image-wrapper {
    padding-right:0;
  }
  .avatar-image-wrapper + .username {
    display: block;
  }
  td > .group-actions {
    display: block;
  }
  td > .group-actions .del-btn-wrapper {
    display: block;
  }
  .xs-btn-block {
    width:100%;
    margin-bottom: 5px;
  }
}
.start-page-panels.has-side-panel {

}
.start-page-panels.has-side-panel .start-panel {
  width:66%;
  float: left;
  margin-right:1%;
}
.start-page-panels.has-side-panel .start-side-panel {
  width:33%;
  float: left;
}
.newsItem .news-date:after {
  content:":"
}
.newsItem .news-date,
.newsItem .news-heading {
  font-weight: bold;
}
.news-panel .panel-body {
  max-height:80vh;
  overflow-y:scroll;
}
.hide-all-news,
.show-all-news {
  float: right;
}
.news-panel {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* xs */
  .start-page-panels.has-side-panel {
    display: flex;
    flex-direction: column;
  }
  .start-page-panels.has-side-panel .start-panel {
    width:100%;
    order:2
  }
  .start-page-panels.has-side-panel .start-side-panel {
    width:100%;
    order:1;
    max-height: unset;
    overflow-y:scroll;
    margin-bottom: 10px;
  }
}
.next-game-date {
  text-align: center;
  font-weight: bold;
}
.next-game-countdown {
  display: flex;
  width:100%
}
.next-game-countdown .item {
  display: block;
  flex:1 1 0px;
}
.next-game-countdown .item .unit,
.next-game-countdown .item .val {
  display: block;
  text-align: center;
}
.next-game-countdown .item .val {
  font-weight: bold;
  font-size: 1.2em;
}
.next-game-countdown .item .unit {
  font-size: 0.8em;
}
.next-game-panel table {
  margin-bottom: 5px;
}
.next-game-panel .team-spacer {
  width:20px;
  text-align: center;
}
.input-error {
  margin-top:3px;
  margin-left:10px;
}


.note-image-attributes-role-form-group,
.note-image-attributes-link-role-form-group,
.note-image-attributes-link-class-form-group,
.note-image-attributes-link-rel-form-group,
.note-image-attributes-class-select {
  display:none;
}
.note-video-responsive.note-input{
  margin-left:7px;
  vertical-align: middle;
  margin-top:-3px;
}
.embed-responsive-1by1 {
  padding-bottom: 100%; }

.embed-responsive-21by9 {
  padding-bottom: 42.857143%; }

.embed-responsive-3by2 {
  padding-bottom: 66.66%; }

.embed-responsive-8by5 {
  padding-bottom: 62.5%; }

.mobile-app-tab-bar.nav-justified>li, .nav-tabs.nav-justified>li {
  display: table-cell;
  width: 1%;
}
.mobile-app-tab-bar.nav-justified>li {
  display: block;
  width:auto;
  flex: 1 1 0px
}
.mobile-app-tab-bar.nav-justified>li a {
  padding:0px;
  margin:0px;
}
.mobile-app-tab-bar {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width:50%;
  padding:5px 0;
  margin:0;
  background-color: #fafafa;
  z-index: 2;
  border-top: none;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: top;
  background-image: linear-gradient(180deg,#ccc,#ccc 50%,transparent 50%);
}
.mobile-app-tab-bar.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
  margin-bottom: 0;
  border:0;
}
.mobile-app-tab-bar li a {
  color:#999;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  padding:6px 15px;
  align-items: flex-start;
}
.mobile-app-tab-bar li.active a:focus,
.mobile-app-tab-bar li.active a:hover,
.mobile-app-tab-bar li.active a {
  color: #0076ff;
}
.mobile-app-tab-bar.nav.nav-justified>li a,
.mobile-app-tab-bar.nav.nav-justified>li a:hover,
.mobile-app-tab-bar.nav.nav-justified>li a:focus{
  border:0;
  background-color: #fafafa;
}
.mobile-app-tab-bar.nav>li a:hover,
.mobile-app-tab-bar.nav>li a:focus {
  background-color: #fafafa;
}
.mobile-app-tab-bar li a .tabbar__icon {
  font-size: 26px;
  margin-bottom: 3px;
}
.fa-futbol:before {
  content: "\f1e3";
}
.mobile-app-tab-bar {
  position: fixed;
  bottom: 0px;
  margin-bottom: 0;
}
.mobile-app-tab-bar .nav-item {
  background-color: rgb(250, 250, 250);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-app-bottom-spacer {
  height:49px;
  height:calc(env(safe-area-inset-bottom) + 49px);
}

.in-mobile-app {
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.rotate {
  animation: rotation 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.run-content {
  width:50%;
}
.run .rotate {
  padding-top:5px;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}@-webkit-keyframes run {
   0% {
     padding-right: 50%;
     padding-left: 50%;
   }
   25% {
     padding-left: 100%;
     padding-right: 0;
   }
   50% {
   }
   75% {
     padding-left: 0;
     padding-right: 100%;
   }
   100% {
     padding-right: 50%;
     padding-left: 50%;
   }
 }

 .stages-wrapper {
   margin:55px 0 35px 0;
 }
 .stages-wrapper .stage .stage-panel{
   float: left;
 }
.stages-wrapper .stage .stage-panel .fixture-panel{
  padding: 0 2px;
}
 .stage.round-of-sixteen .stage-panel{
   width:12.5%;
 }
.stage.quarter-final .stage-panel{
  width:25%;
}
.stage.semi-final .stage-panel{
  width:50%;
}
.stage.semi-final .stage-panel .fixture-panel{
  margin:0 20%;
}
.stage.final .stage-panel{
  width:50%;
  margin: auto;
  float: none;
}

.stage-panel-footer {
}
.stage-panel:nth-child(odd) .stage-panel-footer .line-1 {
  height:15px;
  width:2px;
  margin: auto;
  border-right: 2px solid white;
  box-sizing: content-box;
}
.stage-panel:nth-child(even) .stage-panel-footer .line-1 {
  height:15px;
  width:2px;
  margin: auto;
  border-left: 2px solid white;
  box-sizing: content-box;
}
.stage-panel:nth-child(odd) .line-2 {
  border-top: 2px solid white;
  height:40px;
  width:50%;
  margin-left: auto;
  border-right:1px solid white;
}
.stage-panel:nth-child(even) .line-2 {
  border-top: 2px solid white;
  border-left: 1px solid white;
  height:40px;
  width:50%;
  margin-right: auto;
  margin-left: 0;
}
.stage {
  position: relative;
}
.stage:after,
.stage-row:after {
  content: '';
  display: block;
  clear: both;
}
.stage-name {
  position: absolute;
  top:-27px;
  width:100%;
  text-align: center;
  font-weight: bold;
}
.stage-name span {
  background-color: white;
  padding:0 5px;
  border-radius: 10px !important;
  border:1px solid white;
}

.tree-panel {
  margin-bottom: 0;
}
.tree-panel .panel-heading,
.tree-panel .panel-body {
  text-align: center;
}
.tree-panel .gameDate {
  font-weight: bold;
}
.tree-panel .team-wrapper {
  width:100%
}
.tree-panel .team-name {
  white-space: nowrap;
  font-size: 0.7em;
}
.tree-panel.semi-final .team-name{
  font-size: 0.7em;
}
.tree-panel.final .team-name{
  font-size: 0.9em;
}
.tree-panel .team-name > div {
  text-overflow: ellipsis;
  overflow: hidden;
}
.tree-panel .team-h {
  padding-top: 2px;
  padding-bottom:5px;
  display: inline-block;
  border-bottom: 1px solid lightgrey;
}
.tree-panel .team-h .team-name{
  padding-bottom: 3px;
}
.tree-panel .team-v .team-name{
  padding-top: 3px;
}
.tree-panel .team-v {
  padding-top:5px;
  display: inline-block;
}
.tree-panel .gameNr {
  border-top:1px solid gray;
  margin-top: 10px;
  font-size: 0.7em;
}
.team-label-short,
.group-label-short {
  display: none;
}
.tree-panel .group-label-long {
  display: none;
}
.tree-panel .panel-heading,
.tree-panel .panel-body {
  padding: 3px;
  padding-top: 5px;
}
.tree-panel .group-label-short {
  display: inline;
}
@media (max-width: 767px) {
  .tree-panel {
    font-size: 0.8em;
  }
  .tree-panel .panel-heading,
  .tree-panel .panel-body {
    padding: 3px;
    padding-top: 5px;
  }
  .tree-panel.round-of-sixteen .team-label-long,
  .tree-panel .group-label-long {
    display: none;
  }
  .tree-panel.round-of-sixteen .team-label-short,
  .tree-panel .group-label-short {
    display: inline;
  }
  .tree-panel.round-of-sixteen .day-label {
    display:block;
  }
}
@media (min-width: 767px) {
  .tree-panel .team-name{
    font-size: 0.8em;
  }
  .tree-panel.semi-final .team-name{
    font-size: 0.9em;
  }
  .tree-panel.final .team-name{
    font-size: 1em;
  }
}
.file-upload-label {
  border: 1px solid lightgray;
  margin-top:2px;
}

.hc-sharer i {
    border-radius: 3px;
    text-align: center;
    font-size: 1.8em;
    display: block;
    float: left;
    height: 32px;
    width: 32px;
    color: white;
    background: gray;
    padding-top: 6px;
    margin: 0 2px;
    line-height: 20px;

}
.hc-sharer i.fa-facebook {
    line-height: 20px;
    background-color: rgb(24, 119, 242);
}
.hc-sharer i.fa-twitter {
    background-color: rgb(29, 155, 240);
  }
.hc-sharer i.fa-whatsapp {
    background-color:  rgb(18, 175, 10);
  }
.hc-sharer i.fa-plus {
    line-height: 20px;
    background-color: rgb(1, 102, 255);
  }
.hc-sharer  i.e-mail-icon {
    background-color: #00F;
  }
.hc-sharer i.pinterest-icon {
    background-color: #BD081C;
  }
.hc-sharer i.threema-icon {
    background-color: #2A2A2A;
  }
.hc-sharer  i.telegram-icon {
    background-color: #2CA5E0;
  }
.hc-sharer  i:hover {
    opacity: 0.7;
  }

.sharerBox-small .hc-sharer i {
    padding-top: 2px;
    height: 20px;
    width: 20px;
    font-size: 1.1em;
  }
.sharerBox-small .hc-sharer i.fa-plus {
    padding-top: 1px;
  }

.hc-sharer-dialog {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
}
.hc-sharer-dialog .panel {
  position: relative;
  max-width: 600px;
  margin: auto;
  margin-top: 20%;
  padding: 20px;
  opacity: 1;
  border-radius: 5px !important;
}
.hc-sharer-dialog .panel .closeButtonCorner {
    position: absolute;
    right: 10px;
    top: 5px;
    font-weight: bold;
    color:darkgrey;
  }
.hc-sharer-dialog .panel .service-item {
  width: 33%;
  float: left;
  text-align: left !important;
  padding-bottom: 10px;
}
.hc-sharer-dialog .panel .service-item    a {
  clear: both;
}
.hc-sharer-dialog .panel .service-item a   span {
    clear: both;
    color: darkgrey;
}

.code-block  {
  display: block;
  white-space: break-spaces;
  word-wrap: break-word;
}
@media (max-width: 400px) {
  .hc-sharer-dialog {
    .panel {
      .service-item {
        width: 100%;
      }
    }
  }
}
.hc-sharer i.twitter-x {
  background-color: #000;
}
.hc-sharer i.twitter-x::before {
    background-image: url(/images/logo/x-logo.svg);
    background-size: 65%;
    width: 100%;
    height: 100%;
    color:white;
    content:'';
    display: block;
    background-repeat: no-repeat;
    background-position: top;
}
.sharerBox-small .hc-sharer i.twitter-x::before {
  background-position: center;
}

.ml-label-editor .locales .locale {
  cursor: pointer;
}
.ml-label-editor .locales .locale.selected {
  cursor: auto;
}
.ml-label-editor .locales .locale img{
  margin-left: 2px;
  margin-right: 2px;
}
.ml-label-editor .locales .locale {


}
.ml-label-editor .locales .selected {
  border:1px solid gray;
  background-color: lightgrey;
}
.ml-label-editor .translationKey {
  font-weight: bold;
  display: none;
}
.ml-label-editor .defaultTranslation {
  text-align: right;
  display: block;
  font-style: italic;
}
