/* Please don't edit this file manually. Compile contents of this file using SASS.  */
/* If you need to add CSS without compilation, then extend project_plain.css file.  */
@font-face {
  font-family: "Nexa";
  src: url("/static/fonts/Nexa Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Mark Medium";
  src: url("/static/fonts/MarkMedium.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Mark Bold";
  src: url("/static/fonts/MarkBold.otf");
  font-weight: bold;
}
html,
body {
  height: 100%;
  font-family: "Mark Medium";
}

/*body {*/
/*  padding-top: 50px;*/
/*}*/

* {
  border-radius: 0 !important;
}

.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000;
}

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

i {
  font-style: normal;
}

.btn-group button {
  font-weight: bold;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.9);
}

.bg-main {
  background-color: black !important;
  border-radius: 0 !important;
}

.no-margin {
  padding-right: 0;
  padding-left: 0;
}

.errorlist {
  padding: 0;
  list-style: none;
}

#intro,
#subscription,
#signup-form,
#login-form,
#contact,
#create-tournament,
#tournaments {
  margin-top: 95px;
}

#create-tournament form {
  margin-bottom: 100px;
}

.nav-links-margin {
  margin: 20px 0 20px 0;
}

.fixture .list-group-item {
  padding: 0;
}

.list-group-item .row-logos {
  padding: 0.75rem 1.25rem;
}

.list-group {
  margin-bottom: 1rem;
}

.list-group.fixture .list-group-item {
  border-radius: 0;
  border: none;
}

.list-group-item.list-group-item-info {
  color: #FFFFFF;
  background-color: #ff598f;
}

.list-group-item.list-group-item-success {
  color: #FFFFFF;
  background-color: #00e530;
}

.list-group-item .row-names {
  padding: 0;
}

.mt-50 {
  margin-top: 50px;
}

.text-success {
  color: #00e453 !important;
}

.row-names {
  background: rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 12pt;
}

.list-group-item .row-names div {
  padding: 0.25rem 1.25rem;
}

.fixture .form-control:focus {
  color: #FFFFFF;
}

.row-fixture {
  margin-bottom: 20px;
}

.fixture {
  text-align: center;
  word-wrap: break-word;
}

.fixture .logo {
  width: 80px;
  height: 80px;
  display: block;
}

.fixture .logo-example {
  width: 80px;
  height: 80px;
  display: block;
  background: white;
}

.fixture .home-team {
  float: left;
}

.fixture .away-team {
  float: right;
}

.fixture .form-control {
  background-color: transparent;
  cursor: auto;
}

.form-control:disabled {
  cursor: not-allowed;
}

.form-group.row {
  margin-right: 0;
  margin-left: 0;
}

.form .form-group {
  margin-bottom: 1.5rem;
}

.players {
  margin-top: 25px;
}

.table-md td, .table-md th {
  padding: 0.5rem;
}

.s-link {
  width: 100%;
  color: #007bff;
  margin-bottom: 20px;
}

.score {
  line-height: 76px;
  font-weight: bold;
  font-size: 22pt;
  text-shadow: 1px 1px #000;
}

.score input {
  line-height: 80px;
  width: 30px;
  display: inline-block;
  padding: 0;
  text-align: center;
  background: none;
  border: 0;
  color: #FFF;
  font-size: 24pt;
  box-shadow: none !important;
  text-shadow: 1px 1px #000;
  cursor: none;
}
.score input:active {
  background: none;
}

.player-name {
  white-space: nowrap;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #000000;
}
.player-name:hover {
  overflow: visible;
  color: black;
}

.loader {
  margin-left: 10px;
  display: inline-block;
  visibility: hidden;
}

.card {
  margin-bottom: 20px;
}

#create-tournament .card-header {
  padding: 1.25rem;
}

#create-tournament .card .card-body {
  padding: 1.25rem 1.25rem 0 1.25rem;
}

#create-tournament .card .card-body .form-group {
  margin-bottom: 1.25rem;
}

#my-tournaments, #my-subscription .card .card-body {
  padding: 1.25rem 1.25rem 0.25rem 1.25rem;
}

.card .card-header .form-group {
  margin-bottom: 0;
}

.card .card-title {
  margin-bottom: 0;
}

.card .badge {
  font-size: 90%;
}

.card .btn {
  padding: 1px 6px;
}

.tournament .card .list-group-item > p {
  margin-bottom: 0;
}

.tournament .card .list-group-item {
  padding: 0.5rem;
}

.card .list-group {
  margin-bottom: 0;
}

.btn-row {
  margin-top: 20px;
}

.page-h {
  margin-bottom: 40px;
}

.typeahead,
.tt-query,
.tt-hint {
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 4px;
  color: #2C3E50;
  display: block;
  font-size: 15px;
  height: 43px;
  line-height: 1.42857;
  padding: 10px 15px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.twitter-typeahead {
  display: block !important;
}

.tt-hint {
  color: #999;
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081f7;
}

.tt-suggestion p {
  margin: 0;
}

.container .checkbox-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-custom {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.checkmark {
  position: absolute;
  top: 0;
  height: 25px;
  width: 25px;
  background-color: #dcdcdc;
  border-radius: 5px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  color: black;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  color: #000000;
  left: 10px;
  top: 5px;
  width: 6px;
  height: 11px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.paginate-load-more {
  text-align: center;
  font-weight: 600;
}

.loading {
  padding: 25px 0;
  text-align: center;
  margin-bottom: 30px;
}

.example-img {
  height: 250px;
  width: 100%;
  background-color: #d8d8d8;
}

.section-content {
  margin-top: 50px;
}

.section-content .row {
  margin-bottom: 20px;
}

.navbar-trans {
  background: transparent;
}

.auth-links {
  font-size: 18px;
}

.btn-group .btn {
  padding: 0.45rem 0.85rem;
}

.cover {
  background: #dafd00;
  padding: 0 1.5rem;
}

.cover .btn-lg {
  margin-top: 30px;
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

.auth-links a {
  color: black;
  text-decoration: none;
}
.auth-links a:hover {
  font-weight: bold;
}

.auth-links span {
  display: inline-block;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
}

.mb-text {
  font-family: "Mark Bold";
}

.btn-main {
  color: white;
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.btn-main:hover {
  color: white;
  background-color: #222222;
  border-color: #222222;
}

.btn-cover {
  color: #dafd00;
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.btn-cover:hover {
  color: #dafd00;
  background-color: #222222;
  border-color: #222222;
}

.btn-default {
  background: #dcdcdc;
}
.btn-default:hover {
  background: #999999;
}

.logo-text {
  font-family: Nexa;
  font-size: 26px;
}

.navbar {
  background: #dafd00;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/*** Responsive media ***/
@media (min-width: 320px) and (max-width: 767px) {
  .checkmark {
    top: 0px;
  }

  .cover-heading {
    font-size: 23px;
  }

  .auth-links {
    font-size: 16px;
  }

  .btn-cover {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .navbar-collapse .nav-item .nav-link {
    color: black;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkmark {
    top: 0px;
  }

  .cover-heading {
    font-size: 23px;
  }

  .auth-links {
    font-size: 16px;
  }

  .btn-cover {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .navbar-collapse .nav-item .nav-link {
    color: black;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .checkmark {
    top: 3px;
  }

  .cover-heading {
    margin-bottom: 1rem;
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 1400px) {
  .checkmark {
    top: 3px;
  }

  .content-text {
    padding-right: 40px;
  }

  .cover-heading {
    margin-bottom: 1rem;
    font-size: 26px;
    line-height: 40px;
  }
}

/*# sourceMappingURL=project.css.map */
