html, body {
  width: 100%;
  height: 100%;
  font-family: "Raleway", sans-serif;
}

#layout {
  background-image: url("../images/bg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}

a {
  color: #f0f0f0;
}
a:hover {
  color: #E62600;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
}
.overlay header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 25px;
  height: 50px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.overlay header .sitename {
  color: #f0f0f0;
  font-size: 24px;
}
.overlay header .sitename ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay header .account {
  color: #f0f0f0;
  font-size: 24px;
  cursor: pointer;
}
.overlay header .account ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay header .account:hover {
  color: #E62600;
}
.overlay #main {
  flex: 1;
  width: 100%;
  color: #f0f0f0;
  display: flex;
  margin-top: 80px;
  justify-content: center;
}
.overlay #main #content {
  width: 700px;
  padding: 40px;
}
.overlay #main #content .center {
  text-align: center;
}
.overlay #main #content .intro {
  text-align: center;
  margin-bottom: 60px;
}
.overlay #main #content h1 {
  font-size: 55px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 13px;
  margin-bottom: 10px;
}
.overlay #main #content h1 span {
  font-size: 70px;
}
.overlay #main #content h2 {
  font-size: 22px;
  color: #E62600;
  font-weight: bold;
}
.overlay #main #content h3 {
  color: #f0f0f0;
  margin-bottom: 45px;
  border-bottom: solid 1px #f0f0f0;
  border-top: solid 1px #f0f0f0;
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: center;
  font-size: 27px;
  text-transform: capitalize;
}
.overlay #main #content h3 a {
  font-weight: bold;
}
.overlay #main #content h3 a:hover {
  color: #fff;
}
.overlay #main #content .space {
  height: 40px;
}

.not_started .infos {
  margin-top: 25px;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
}
.not_started .infos span {
  font-size: 13px;
  display: block;
  margin-bottom: 8px;
  text-transform: none;
}

hr {
  border-top: solid 1px #f0f0f0;
}

.btn-primary {
  background-color: #E62600;
  border: none;
}
.btn-primary:hover {
  background-color: #C72300;
}

.btn-default {
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 1px #fff;
  color: #fff;
  font-weight: bold;
}
.btn-default:hover {
  color: #E62600;
  border-color: #E62600;
}

.loginbtn {
  width: 100%;
}

.btn-link {
  color: #f0f0f0;
  padding-left: 0;
}
.btn-link:hover {
  color: #f0f0f0;
}

.registerbtn {
  margin-top: 15px;
  width: 100%;
}

.create-acc {
  margin-top: 50px;
  text-align: center;
}
.create-acc .notregisteryet {
  font-size: 30px;
}

.no_events {
  text-align: center;
  margin-top: 50px;
}

.events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.events .event {
  padding: 15px 25px;
  border: solid 1px #f0f0f0;
  text-align: center;
  margin: auto auto 20px;
  display: block;
}
.events .event:hover {
  color: #E62600;
  border-color: #E62600;
  text-decoration: none;
}
.events .event .name {
  font-weight: bold;
  font-size: 24px;
  text-transform: capitalize;
}
.events .event .date {
  font-size: 13px;
}

.event_info #links_buyed {
  padding: 10px;
  color: #E62600;
  border: solid 1px #E62600;
  margin-bottom: 25px;
}
.event_info #event_status {
  text-align: center;
  font-size: 25px;
}
.event_info #event_status .txt {
  font-size: 26px;
}
.event_info #event_status .txt .little {
  font-size: 14px;
}
.event_info #event_status .show-links {
  display: none;
}
.event_info #links {
  border-top: dashed 1px #f0f0f0;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between;
  padding-top: 25px;
}
.event_info #links .link {
  border: solid 1px #898989;
  margin-bottom: 20px;
  color: #898989;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  display: flex;
  flex-direction: row;
}
.event_info #links .link .left {
  flex: 1;
  padding: 10px 15px;
}
.event_info #links .link .left .txt.disponible {
  font-weight: bold;
}
.event_info #links .link .right {
  font-size: 12px;
  border-left: solid 1px #898989;
  width: 240px;
  display: flex;
  flex-direction: column;
}
.event_info #links .link .right .top, .event_info #links .link .right .bottom {
  height: 50%;
  padding-right: 15px;
  padding-left: 10px;
  font-style: italic;
  display: flex;
  align-items: center;
}
.event_info #links .link .right .top span, .event_info #links .link .right .bottom span {
  display: inline-block;
  width: 80px;
  text-align: right;
  padding-right: 15px;
}
.event_info #links .link .right .bottom {
  border-top: solid 1px #898989;
}
.event_info #links .link.available {
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.event_info #links .link.available .number {
  color: #E62600;
  font-weight: bold;
}
.event_info #links .link .number {
  font-size: 25px;
}
.event_info #links a.link:hover {
  text-decoration: none;
  border-color: #E62600;
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 640px) {
  .overlay #main #content h1 {
    font-size: 35px;
    letter-spacing: 5px;
  }

  .overlay #main #content h2 {
    font-size: 15px;
  }

  .overlay #main {
    margin-top: 50px;
  }

  .event_info #links_buyed {
    font-size: 18px;
  }

  .event_info #links .link .right {
    width: 130px;
  }

  .event_info #links .link .right .top, .event_info #links .link .right .bottom {
    flex-direction: column;
  }
}
.buylink {
  display: none;
  margin-top: 20px;
  margin-bottom: 15px;
}

.buylinkinfo {
  font-size: 14px;
  font-style: italic;
  display: none;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
  margin: 15px auto 20px;
  width: 80%;
}
.buylinkinfo span {
  font-weight: bold;
}
.buylinkinfo .bid_maxandmin {
  display: none;
}

.not_started .little {
  margin-top: 10px;
}

.buylink_title {
  color: #fff;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

.amount_bid {
  text-align: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.amount_bid label {
  display: block;
  color: #E62600;
  font-size: 20px;
  margin-top: 40px;
  font-weight: bold;
}
.amount_bid input {
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px #fff;
  padding: 5px 15px;
  color: #fff;
  border-radius: 10px;
}
.amount_bid input::placeholder {
  color: #8E8E8E;
}
.amount_bid input:focus {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.amount_bid input::-webkit-outer-spin-button,
.amount_bid input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.amount_bid input[type=number] {
  -moz-appearance: textfield;
}
.amount_bid textarea, .amount_bid select, .amount_bid input, .amount_bid button {
  outline: none;
}
.amount_bid .buyonelink {
  margin-top: 20px;
}
.amount_bid .buyonelink .errors {
  margin-top: 10px;
  color: #E62600;
  font-weight: bold;
}
.amount_bid button {
  margin-top: 15px;
  width: 100%;
}

.success_buy {
  padding: 20px 40px;
  text-align: center;
  color: #8BB282;
  border: solid 2px #8BB282;
  background-color: rgba(136, 204, 136, 0.2);
  font-weight: bold;
}

.backto {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}
.backto a {
  width: 100%;
}
.backto .fas {
  margin-right: 10px;
}

.read-condition {
  font-style: italic;
  font-size: 12px;
  text-decoration: underline;
  margin-top: 4px;
  cursor: pointer;
}

.conditions-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.conditions-bg .conditions {
  padding: 25px 35px;
  background-color: #fff;
  height: auto;
  width: auto;
  margin: auto;
  color: #333;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 80%;
}
.conditions-bg .conditions .advice {
  font-weight: bold;
  margin-bottom: 10px;
  color: #E62600;
  text-decoration: underline;
}
.conditions-bg .conditions ul {
  padding-left: 1rem;
}
.conditions-bg .conditions ul li {
  margin-bottom: 10px;
}
.conditions-bg .conditions .closebtn {
  width: 100%;
  text-align: center;
}

.linkslist {
  width: 80%;
  margin: auto;
}
.linkslist table {
  width: 100%;
  color: #fff;
}
.linkslist table th, .linkslist table td {
  text-align: center;
  vertical-align: middle;
}
.linkslist table td:last-child {
  text-align: right;
  padding-right: 0;
}
.linkslist table thead tr {
  background-color: rgba(0, 0, 0, 0.4);
}
.linkslist .increase_amount input {
  display: inline-block;
  width: 180px;
  margin-right: 5px;
}
.linkslist .error-amount {
  display: none;
  font-size: 14px;
  font-style: italic;
  margin-top: 4px;
}

.manage-links {
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  font-size: 18px;
  margin-top: 10px;
}
.manage-links a {
  text-decoration: underline;
  color: #E62600;
}
.manage-links a:hover {
  font-weight: bold;
}

.event_info_managelinks .list-title {
  font-size: 20px;
  color: #E62600;
}
.event_info_managelinks table {
  width: 100%;
  margin-top: 20px;
  color: white;
}
.event_info_managelinks table td, .event_info_managelinks table th {
  text-align: center;
}
.event_info_managelinks .errors {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  background-color: #E62600;
  color: white;
  padding: 15px;
}
.event_info_managelinks .nb_links_available {
  color: #fff;
  text-align: center;
}
.event_info_managelinks .nb_links_available span {
  font-weight: bold;
  color: #E62600;
}

h4 {
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  text-decoration: underline;
}

.explain_title {
  font-weight: bold;
  font-size: 20px;
  color: #E62600;
}

.explain_link {
  text-decoration: underline;
}
.explain_link:hover {
  font-weight: bold;
}

.explain_ul {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.explain_ul li {
  padding-bottom: 5px;
  counter-increment: item;
}
.explain_ul li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

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