
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.12) url('../images/loading-spinner.gif') no-repeat center center;
  z-index: 10000;
}

.timer_clock, .timer_done_text
{
  text-align: center;
  font-size: 60px;
}

#timer_done_text
{
  display: none;
}

.highlighted_date
{
  font-weight: bold;
  font-size: 1.2em;
  color: #01116f;
}

.refresh_text
{
  display: none;
}

#race_details_div
{
  display: none;
}

#underage_div
{
  display: none;
}


#ms
{
  margin-top: 20px;
}

.modal-dialog
{
  margin-top: 35px;
}

.modal-backdrop {
  opacity: 0.6;
}

.imagemodal
{
  width: 50px;
  height: 50px;
}

.main-container
{
  margin-top: 80px;
  min-height: 750px;
}

.form_container
{
  display: block;
}

.terms_container
{
  display: none;
}

.contact_container
{
  display: none;
}

small
{
  color:red;
  display:none;
}

.nav-item:hover
{
  background-color: lightgray;
  border-radius: 10px;
  text-shadow: 0 0 0.5px blue;
}

.navbar-collapse.collapse.in { /* hack fix to Bootstrap Nav problem (wouldn't stay open) */
  display: block!important;
}

.spanish
{
  display: inline; /* default language shown */
}

.english
{
  display: none;
}

.scrollable
{
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  overflow: auto;
  margin-top: 12px;
  margin-bottom: 12px;
}

.lang_images
{
  width:51.1px; /* Original image size - width:63.88px; */
  height:32px; /* Original image size - height:40px; */
  cursor: pointer;
}

.active
{
  background-color: blue;
  border-radius: 10px;
  /*text-shadow: 0 0 0.5px black;*/
  font-weight: bold;
}

.active .nav-link
{
  color: white !important;
}

.active .nav-link:hover
{
  color: blue !important;
}

/**********/

.is-valid {
  border-color: #28a745 !important;
}

.is-invalid {
  border-color: #dc3545 !important;
}

.table th, .table td 
{
  padding: 0.76rem 0.4rem !important;
}
.corto_1
{
  /* height: 760px !important; */
  height: 800px !important;
}
.corto_2
{
  /* height: 2247px !important; */
  height: 2500px !important;
}

.largo_variable
{
  height: 2300px !important;
}

span.main-header-subtitle
{
  font-style: italic;
}

.content-header-title
{
  font-style: italic;
  float: right;
  margin-top: -18px;
}

.spanish-subtitle
{
  font-size: 0.9em;
  font-style: italic;
  margin-top: -18px;
}

.additional_info_text
{
  font-size: 0.8em;
  font-style: italic;
  display: none;
}
