/* body {
  font-family: 'Manrope';
} */

.register-runner, .payment-result, .runners_report {
  font-family: 'Nunito';
}

select.register-input {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.register-panel-heading {
    padding-top: 5px;
    padding-bottom: 5px;
}

#promo-code-input {
    max-width: 180px;
    float: left;
    margin-right: 10px;
}

.register-field {
    /* overflow: auto; */
}

.register-submit-button {
    font-size: 25px;
    font-weight: 600;
    background-color: #faa719;
    border: 1px solid #faa719;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 16px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.register-submit-button:hover {
    background-color: #b57912;
    border: 1px solid #b57912;
    color: #ffffff;
}

.register-label-name {
    padding-left: 0;
    font-size: 14px;
}

.register-error, .register-info-correct {
    font-weight: bold;
    color: red;
}


/* =========== registered =========== */

.page-id-76 .fusion-footer, .page-id-78 .fusion-footer {
  z-index: 1;
}

.runners_report {
  margin-bottom: 20px !important;
}

.runners_report h1 {
  margin-left: 10px;
  margin-right: 10px;
  color: #014254;
  font-size: 25px;
  text-align: center;
}

.page-id-76 #main, .page-id-78 #main{
  	z-index: 2;
 /*   margin-bottom: 80px;  */
}

.runners_report_wrapper {
  	z-index: 100;
}

.runners_report .racer_payed_row {
  font-weight: bold;
}

.runners_report .racer_notpayed_row {
  color: #014254;
}

@media screen and (max-width: 980px) {
  .runners_report_wrapper {
    overflow-x:auto;
  }
  
  .page-id-76 #main, .page-id-78 #main {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .runners_report .et_pb_tab {
  overflow-x:auto;
  }
  .runners_report .racers_table {
  width: 980px;
  } 
  .runners_report .et_pb_all_tabs{
    padding: 0px;
  }
  .runners_report .et_pb_row {
    width: 90%;
  }
}

@media screen and (min-width: 981px) {
.runners_report .racers_table {
	table-layout: fixed;
    width: 100%;
  }
}

.runners_report .racers_table {    
  text-align: center;
 /* font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 15px; */
  color: black;
}

.runners_report .racer_cell_country,
.runners_report .racers_header_cell_country {
  text-align: left;
  padding-left: 15px;
}

.runners_report .racer_cell {
  padding: 0px 4px 0px 4px;
}

.runners_report .racers_header_cell {
  padding: 2px 4px 2px 4px;
  color: white;
  background-color: #faa719;
}

.racer_cell_bib {
  color: red;
  font-weight: bold;
  padding-left: 10px;
  font-size: 16px;
}

.runners_report .racers_header_cell_country {
  padding-left: 35px;
}

.runners_report .racer_cell_yearofbirth,
.runners_report .racers_header_cell_yearofbirth {
  padding-right: 20px;
}

.runners_report .racer_cell_team,
.runners_report .racers_header_cell_team {
  padding-right: 20px;
}

.runners_report .racer_row {
  height: 35px;
}

.runners_report .racers_header_cell_yearofbirth,
.runners_report .racers_header_cell_gender
{
  width: 90px;
}
.runners_report .racers_header_cell_bib
{
  width: 110px;
}

.runners_report .racers_header_cell_country
{
  width: 170px;
}


.runners_report .racers_header_row {
  background-color: #faa719;
}

.runners_report .racer_notpayed_row {
  background-color:white;
}

.runners_report .racer_payed_row {
  background-color: white;
}

.runners_report .racer_row:nth-child(even) {
  background-color: #f2f2f2;
}

.runners_report .racers_header_cell_number,.runners_report .racer_cell_number {
  padding-left: 8px;
}

.runners_report .racer_cell_country img {
    height: 18px !important;
    margin-bottom: -2px !important;
}

.runners_report .racer_row:hover, .runners_report .racer_cell_bib:hover {
	background-color: #014254;
    color: white;
}

.racers_header_cell_number, .racer_cell_number {
  width: 50px;
}

#_tab-17-78:active{
    background-color: #13917252;
    color: white;
}
.oxy-tabs:hover {
    background-color: #13917252;
    color: white;
}

.tabs-contents-3270-tab, .tabs-contents-8915-tab {
    padding-left: 0;
    padding-right: 0;
}

#shortcode-25-76, #shortcode-26-76, #shortcode-27-76, #shortcode-28-76,
#shortcode-35-78, #shortcode-36-78, #shortcode-37-78, #shortcode-38-78 {
    width: 100% !important;
}

.panel-heading.register-panel-heading {
    background: #faa719;
    color: white;
}