/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

 /* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../../../vendor/fonts/Roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('truetype');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../../../vendor/fonts/Roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../../../vendor/fonts/Roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../../../vendor/fonts/Roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../../../vendor/fonts/Roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../../../vendor/fonts/Roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../../../vendor/fonts/Roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; 
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; 
}
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857;
    color: #231f20;
    background-color: #6b7587; 
    
}
body.hof {
    background: #231f20;
}
.row-flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
.row.row-flex {
    display: flex;
    flex-wrap: wrap;
}
}
/** fonts / headlines */
.post-title {    
    color: #ffd600;
    font-size: 14px;
    font-weight: 700;
}
.post-title.post-title-sm {    
    color: #ffd600;
    font-size: 12px;
    font-weight: 700;
}
.post-info {
    color: #fff;
    font-size: 11px;
}
/** basics */
.display-desktop {
    display:block;
}
.display-mobile {
    display:none;
}
.gray-bg {
    background-color: #cecece;
    padding: 15px;
    margin-bottom: 15px;
}

.white-bg {
    width:100%;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .content form h2, .na5108mmrace h2, .h4, .h5, .h6 {
    line-height: 1.1;
    color: inherit; }
    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small, .content form h2 small,
    .h3 .small, .content form h2 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #777777; }
  
  h1, .h1,
  h2, .h2,
  h3, .h3, .content form h2, .na5108mmrace h2 {
    margin-bottom: 8.5px; }
    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small, .content form h2 small,
    .h3 .small, .content form h2 .small {
      font-size: 65%; }
  
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
      font-size: 75%; }
  
 h1, .h1 {
    font-size: 3.75rem;
    color: #231f20;
    font-weight: 900;
    margin-top: 17px; }
 
h1.yellow-headline {
    color: #ffd600;
    margin-top: 0px;
    margin-bottom: 10px;
}
h2, .h2 {
    font-size: 2.5rem;
    color: #6c7588;
    font-weight: 900;
    margin-top: 2px; 
}
  
  h3, .h3, .content form h2, .na5108mmrace h2 {
    margin-top: 8.5px; }
  
  h1, .h1,
  h2, .h2,
  h3, .h3, .content form h2, .na5108mmrace h2 {
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase; }
  
  h3, .h3, .content form h2, .na5108mmrace h2 {
    font-size: 1.5rem; }
    
a, a:hover, a:focus {
      color: #231f20;
      text-decoration: none;
}

.col-20p {
  width: 20%;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
  /** header  */
  
  #header-container {
  
  background-color: #00509d;
  height: 7rem;
  display: block;
position: fixed;
top: 0px;
width: 100%;
z-index: 1025;
  }
  
#header-container {
    background-color:  #231f20;
    height: 60px;
    display: block;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1023;
    color: #ffd600;
    font-size: 22px;
}
#header-container a.brand {
    display: block;
    padding-top: 7.5px;
    padding-bottom: 10px;
}
#header-container a.brand img {
 height: 46px;
}
  #header-container h1 {
      font-family: "Roboto", Arial, sans-serif;
      font-weight: 1000;
      font-size: 5.5rem;
      text-transform: uppercase;
      display: inline-block;
      margin: 0; 
      padding-top: 0.25rem;
      }
  #header-container h1 a {
        color: #ffffff; }
  #header-container img.sponsor-logo {
      position: relative;
      top: 1.5rem; }
  #header-container img.top-right-corners {
      position: absolute;
      top: -3px;
      right: -3px; }
  #header-container .user-status-indicator {
      position: absolute;
      top: 2rem;
      right: 2rem;
      z-index: 1; }
  
  #header-container a {
  color: #fff;
  text-decoration: none;
  }
  
  #header-container a:hover {
  color: #fff;
  text-decoration: none;
  }
  .logo-container {
      padding-left: 0px;
      padding-right: 0px;
  }
  
  /** respo nav */
  #rounded-menu {
  font-size: 3.5rem;
  color: #00509d;
  background-color: #fff;
  border-radius: 100px;
  width: 80px;
  margin-top: 10px;
  margin-right: 15px;
  padding: 15px;
  padding-top: 10px;
  float:right;
  cursor:pointer;
  }
  #rounded-menu a, #rounded-menu a:hover, #rounded-menu a:focus {
      color: #00509d;
  }
  
  /** main nav */
  #collapseNav {
  position: absolute;
  background-color: #cecece;
  z-index: 1024;
  width: 100%;
  max-width: 1140px;
  padding: 0px 0 15px 0;
  margin-top: 60px;
  
  }
  
  #collapseNav .mega-menu-nav-header {
  border-bottom: 1px dotted  #231f20;
  margin-bottom: 10px;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #231f20;
  }
  
  #collapseNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  #collapseNav ul li {
      float: left;
      display: list-item;
  }
  
  #collapseNav ul.col-count-2 li {
      width: 47%;
  }
  
  #collapseNav ul li {
    margin-bottom: 5px;
  }
  
  #collapseNav a, #collapseNav a:hover, #collapseNav a:focus {
      color: #231f20;
      font-size: 1.25rem;
      text-decoration: none;
  }
  
  /** top nav */
  .top-menu{
      padding-bottom: 10px;
      border-bottom: 1px solid #00509d;
      margin-bottom: 10px;
  
  }
  
  .top-menu.no-border{
      
      border: none;
  
  
  }
  
  .top-menu ul li {
     margin-right: 10px;
  }
  
  /** footer nav */
#section-footer-navigation {
    background: #231f20;
    border-top: 1px solid #6b7587;
    height:70px;
}

#section-footer-navigation a {
    padding-top: 12px;
    height:70px;
}

#section-footer-navigation img {
    height: 32px;
}

  /** content */
  #main-content-wrapper {
      padding-top: 85px;
      padding-bottom: 75px;
  }
  
/** elements */
.year-spacer {
    background: #231f20;
    padding: 15px;
    margin-bottom: 15px;
}

.year-split {
    display: block;
    background: url(../img/Year-Split-Bg.png) no-repeat transparent ;
    height: 40px;
    height: 37px;
    padding-top: 3px;
    padding-left: 8px;
    background-size: 100% 100px;
}
.year-split h2 {
    color: #231f20 !important;
}

.index-info {
    border: none;
    background: #cecece;
    width: 100%;
    margin-bottom: 15px;
}
.index-info .year-spacer {
    margin-bottom: 0px;
}
  /** forms */
  .form-control {
  font-size: 12px;	
  }
  
/** buttons */

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
 }
 
.btn-darkgray, .btn-darkgray:focus {
    border-color: #6b7587;
    background: #6b7587;
    color: #cecece;
    font-size: 14px;
    padding: 8px 0.75rem;
    border-radius: 0px;
    margin-left: 8px;
}

.btn-darkgray.nav-link, .btn-darkgray.nav-link:focus {

    font-weight: 700;
    padding: 10px 0.75rem;
    border-radius: 0px;
    text-transform: uppercase;
    min-height: 41px;
    max-height: 41px;

}
.btn-darkgray.nav-link.active, .btn-darkgray.nav-link.active:focus {
    border-color: #cecece;
    background: #cecece;
    color: #231f20; 
}
  .btn-blue-border, .btn-blue-border:focus {
      border-radius: 0;
      border: 2px solid #00509d;
      padding-bottom: 15px;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 1.25rem;
      text-transform: uppercase;
      color: #00509d;
      position: relative;
      padding: 10px 15px;
      background-color: #FFF;
      box-shadow:none;
  }
  
  .btn-blue-border.btn-sm {
      font-size: 1.1rem;
      padding: 7px 15px;
  }
  .btn-blue-border:hover {
      background-color: #f8f8f8;
      color: #00509d;
  
  }
  
  .btn-blue-border.active, .nav-pills .nav-link.active {
      background-color: #00509d;
      color: #FFF;
  
  }
  
  li.active .btn-blue-border {
      background-color: #00509d;
      color: #FFF;
  
  }
  
  .btn-gray-bg, .btn-gray-bg:hover, .btn-gray-bg:focus {
  background-color: #f8f8f8;
  font-size: 1.25rem;
  color: #00509d;
  text-transform: uppercase;
  border:none;
  box-shadow:none;
  }
  
  .btn-gray-bg.active, .btn-gray-bg.active:hover, .btn-gray-bg.active:focus {
  background-color: #6c7588;
  font-size: 1.25rem;
  color: #f8f8f8;	
  text-transform: uppercase;
  border:none;
  box-shadow:none;
  }
  
  .btn .icon {
      top: 30%;
      color: #6c7588;
      font-size: 400%;
  }
  
  .btn .icon, .btn .assistance-text {
      position: absolute;
      left: 0px;
      width: 100%;
      color: #6c7588;
      text-align: center;
      -webkit-transition: text-shadow 0.2s linear;
      -moz-transition: text-shadow 0.2s linear;
      -ms-transition: text-shadow 0.2s linear;
      -o-transition: text-shadow 0.2s linear;
      transition: text-shadow 0.2s linear;
  }
  
  .btn .assistance-text {
      top: 70%;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 1.4rem;
      text-transform: uppercase;
  }
  
  
  /** galeries */
  .gallery-panel {
      padding-left: 15px;
  } 
  
  .gallery-panel .album-title, .gallery-panel .gallery-items {
      padding: 0px;
  }
  .gallery-panel .album-title {
      font-size: 1.5rem;
      text-transform: uppercase;
      padding-bottom: 5px;
  }
  .gallery-panel .image-item {
      position: relative;
      display: inline-block;
      margin: 0 1rem 0 0;
      height: 14rem;
  }
  
  .gallery-panel img {
      max-height: 100%;
      display: block;
  }
  .gallery-panel .image-caption {
      position: absolute;
      width: 100%;
      bottom: 0.5rem;
      color: #ffffff;
      text-align: center;
  }
  
  .gallery-panel button {
      width: 12rem;
      background-color: #f8f8f8;
      border: 0px;
  }
  
  .gallery-panel button.image-item {
  
      float: left !important;
  }
  
  .gallery-panel button .icon {
      top: 4rem;
      color: #6c7588;
      font-size: 4rem;
  }
  
  .gallery-panel button .assistance-text {
      top: 10rem;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 1rem;
      text-transform: uppercase;
  }
  .gallery-panel button .icon, .add-image-button .assistance-text {
      position: absolute;
      left: 0px;
      width: 100%;
      color: #6c7588;
      text-align: center;
      -webkit-transition: text-shadow 0.2s linear;
      -moz-transition: text-shadow 0.2s linear;
      -ms-transition: text-shadow 0.2s linear;
      -o-transition: text-shadow 0.2s linear;
      transition: text-shadow 0.2s linear;
  }
  
  /** media edit */
  .gallery-album a, .gallery-album a:hover, .gallery-album a:focus {
      color: #00509d;
  }
  .image-preview {
  background-size: cover !important;
  height: 20rem;
  }
  
  /** tabs overide */
  .tab-content {
      width: 100%;
  }
  
.nav  .btn-blue-border {
    margin-left: 5px;
}

  /** profile */
  .profile-header h1 {
      color: #6c7588;
      margin-top: 0px;
  }
  .index-card {
    background: #F8F8F8 center 2em no-repeat;
    background-image: none;
border: 1px solid #b2b2b2;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 1px 1px 3px #888;
-webkit-box-shadow: 1px 1px 3px #888;
box-shadow: 1px 1px 3px #888;
max-width: 92%;
margin: auto;
padding-left: 25px;
padding-right: 25px;
padding-top: 8px;
padding-bottom: 8px;
margin-bottom: 20px;
  }
  .index-card .teaser-image-container {
    min-height: 180px !important;
  }
  /** race result cards */
  .best-result-card > div:first-of-type {
      border: 1px solid #f8f8f8;
  
  border-radius: 7px;
  }
  
  .best-result-card h1 {
      color: #6c7588;
      
  }
  
  .best-result-card h3 {
      font-style: italic;
      color: #6c7588;
  }
  
  .best-result-card span.oi-sun {
  font-size: 32px;
  color: orange;
  margin-top: 8px;
  }
  
  /** location */
  .teaser-image-container {
      min-height: 220px;
      display: inline-block;
      width: 100%;
      height: auto;
  }
  /** misc */
  .col-no-padding {
      padding-left: 0px;
      padding-right: 0px;
  }
  
  iframe {
      width: 100% !important;
  }
  
  
  /** Medium devices (tablets, less than 992px) **/
  @media (max-width: 992px) { 
      .display-desktop {
          display:none;
      }
      .display-mobile {
          display:block;
      }
      #header-container h1 {
          font-size: 4rem;
          padding-top: 1.5rem;
      }
  
      #collapseNav  {
          left: 0;
          right: 0;
          margin-right: 0;
          margin-left: 0;
          width: auto;
      }
  
      #collapseNav ul.col-count-2 li {
          width: 100%;
          border-bottom: 1px solid #00509d;
          padding-bottom: 1rem;
          padding-top: 1rem;
          text-align: center;
  
      }
      #collapseNav a, #collapseNav a:hover, #collapseNav a:focus {
          font-size: 1.5rem;
      }
      
      .btn-blue-border, .btn-blue-border:focus {
          font-size: 1rem;
          padding: 4px 8px;
      }
  
  }
  
  /* Tab Navigation */
ul.na5108mmrace_tabs_navigation{margin:0.5rem 0 -1px 0;padding:0;width:100%;border-bottom:1px solid #e5e5e5;float:left}
ul.na5108mmrace_tabs_navigation li{list-style:none;margin:0;padding:0;display:inline;display:inline-block;position:relative;*top:1px;zoom:1}
ul.na5108mmrace_tabs_navigation li a{ font-size: 125%;text-decoration:none;display:inline-block;padding:0.5rem 0.75rem;position:relative;line-height:100%;background:transparent;border:medium none;border-bottom:0;zoom:1}
ul.na5108mmrace_tabs_navigation li a:hover{background:#fff}
ul.na5108mmrace_tabs_navigation li.current a{position:relative;top:1px;left:0;background:#fab900;color:#333}

/* Content Header */
.na5108mmrace .content-header {
	display:none;
} 

.na5108mmrace .global_slant_top_left_white::before, .na5108mmrace .global_slant_bottom_left_white::after  {
	background-image: none;
	content: none;
} 

#na5108mmrace_content {
	text-align: left;
}

.gray-background {
background-color: #f8f8f8;
padding-top: 10px;
padding-bottom: 10px;
margin: 0px;
margin-bottom: 10px;
}

.white-bg {
width:100%;
background-color: #fff;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}
.no-bottom-margin {
	margin-bottom: 0px;
}
.white-bg h2 {
font-size: 2.75rem;
color: #6c7588;
font-weight: 700;	
margin-top: 0px;
margin-bottom: 0px;
}

input.header-input {
font-size: 2.75rem;
color: #6c7588;
font-weight: 700;	
height: 4rem;

}

textarea.header-textarea {
width: 100%;
min-height: 250px;
font-size: 12px;

}

.profile-header h2 {
font-size: 2.75rem;
color: #6c7588;
font-weight: 700;	
margin-top: 0px;
margin-bottom: 5px;
}

.btn-white-bg, .btn-white-bg:hover, .btn-white-bg:focus {
background-color: #fff;
font-size: 1.25rem;
color: #00509d;	
text-transform: uppercase;
border:none;
box-shadow:none;
}

.btn-max {
height: 100%
}

/** image edit overlay */
.editable-image {
  position: relative;
  width: 100%;
}

.editable-image img {
  width: 100%;
  height: auto;
}

.editable-image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .3s ease;
  background-color: rgba(248,248,248,0.5);
}
.editable-image:hover .overlay {
  opacity: 1;
}
.editable-image .overlay .icon {
  color: #6c7588;
  font-size: 3.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  
background-color: #fff;
font-size: 1.25rem;
color: #6c7588;	
text-transform: uppercase;
padding: 5%;
}
.editable-image .overlay .icon a, .editable-image .overlay .icon a:hover {
	text-decoration: none;
}


/** boostrap modal */
#mediaManagerModal .modal-dialog, #mediaManagerModal .modal-content {
	width: 80vw !important;
	max-width: 80vw;
}

#mediaManagerModal .modal-body {
	height: 80vh !important;

}


/** misc */
.na5108mmrace_media_embed_item {
	padding-bottom: 15px;
}

/** overrides */
.jRaceAlbumContainer .gallery-panel .album-title h3 {
    text-align: left !important;
}

.gallery-panel .image-item {
    float: left;
}

.inline-form-container form {
    background-color: #f8f8f8;
    padding: 17px 0px;
}

.gallery-items {
  overflow-x: auto;
  white-space: nowrap;
}
.gallery-items .image-item {
  display: inline-block;
  float: none;
}
.na5108mmrace_remove_item {
	display:none;
}

/** scroll table */
/** scroll tables */
.table-scroll {
    overflow: auto;

}
.table-scroll table {
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll thead th, .table-scroll tfoot th {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

/** live timing */

#livetiming-container {
    background: #fff;
}

#livetiming-container .announcement {
    height: 32px;
    display: inline-block;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 700;
    background: #fbc500;
    width: 100%;
  }

.btn-livetiming, .btn-livetiming:hover, .btn-livetiming:focus {
    background: #102027;
    color: #f8f8f8;
    border: 1px solid #f8f8f8;;
}
#live-timing-header {
    height: 100px;
}
.navigation_mec {
    display: none;
}
#livetiming-container.team-score #live-timing-header {
    background-color: darkgreen;
}
#livetiming-container.team-score .navigation_mec {
    display: block !important;
}
#live-timing-table {
    margin-top: 100px;
    min-height: calc(100vh - 100px)
}
#live-timing-table.mobile {
    margin-top: 125px;
}
#live-timing-table thead tr {
    height: 38px;
}

#livetiming-container .maintop {
    background: #102027;
    color: #f8f8f8;
}
#livetiming-container .inside {
    margin-left: 0px;
    margin-right: 0px;
}
  
#livetiming-container h2, #livetiming-container h5, #livetiming-container h6  {
    margin-top: 7px;
    margin-bottom: 4px;
    color: #f8f8f8;
}

#livetiming-container h2{
    font-size: 3.25rem;
}
#livetiming-container h5, #livetiming-container .info-container  {
    font-size: 1.825rem;
    margin-top: 3px;
    text-transform: uppercase;
}

#livetiming-container .info-container{
    font-weight: 700;
    line-height: 2rem;
    font-size: 2.5rem;

}
#livetiming-container  .link-container {
    padding-top: 11px;
    line-height: 2rem;
    font-size: 2.5rem;
}

#livetiming-container  #live-timing-info {
    padding-top: 15px;
    text-transform: uppercase;
}
#livetiming-container  #live-timing-info .card {
margin-bottom: 15px;
}

#livetiming-container  #live-timing-info h5 {
    font-size: 1.5rem;
    color: #000 !important;
}

#livetiming-container  .card .card-header {
    font-size: 1.75rem;
    font-weight: 700;
    background: #5c696f;
    color: #FFF;
}
#livetiming-container h6{
    color: #6c7588;
    font-size: 1.35rem;
    margin-bottom: 7px;

}
#livetiming-container h5, #livetiming-container .bestlap {
    color: #f5ea55 !important;
    font-weight: 400;

}
#livetiming-container .bestlap {
    text-transform: none;
    font-size: 1.5rem;
    margin-top:20px;
}
#livetiming-container span.light {
    font-weight: 400 !important;
    font-size: 12px;
}
#livetiming-container table {
margin-bottom: 0px;
}
#livetiming-container table  td {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
#livetiming-container table thead td {
    background: #1c333e;
    color: #f8f8f8;

}
#livetiming-container table tbody tr td {
    border-top: 2px solid #dee2e6;
}

#livetiming-container table tbody tr td:first-child {
    background: #102027;
    color: #f8f8f8;
    border:none;
    width: 50px;
    
}

#livetiming-container table tbody tr.red-background td {
    background: #bd0000;
    color: #f8f8f8;
    border-top: none;
}


#livetiming-container table tbody tr td {
    border-right: 1px solid #dee2e6;
}

#livetiming-container table tbody tr#row-offset td {
    font-size: 0px;
    line-height:0px;
}
#livetiming-container table tbody tr td:nth-child(2),
#livetiming-container table tbody tr td:nth-child(3),
#livetiming-container table tbody tr td:nth-child(4),
#livetiming-container table tbody tr td:nth-child(5),
#livetiming-container table tbody tr td:nth-child(6),
#livetiming-container table tbody tr td:nth-child(7) {
    border-right: none;
}
#livetiming-container table tbody tr td:nth-child(3),
#livetiming-container table tbody tr td:nth-child(7),
#livetiming-container table tbody tr td:nth-child(8),
#livetiming-container table tbody tr td:nth-child(11),
#livetiming-container table tbody tr td:nth-child(14) {
    border-right: 2px solid #dee2e6;
}

#livetiming-container table.table-desktop tbody tr td:nth-child(2) {

	width: 65px !important;
    min-width: 65px !important;
    max-width: 65px !important;
}
#livetiming-container table.table-desktop tbody tr td:nth-child(3) {
width: 45px !important;
min-width: 45px !important;
max-width: 45px !important;
}
#livetiming-container table.table-desktop tbody tr td:nth-child(4) {
    min-width: 300px;
}
#livetiming-container table tbody tr td:nth-child(9) {
width: 150px;
min-width: 150px;
max-width: 150px;
}


#livetiming-container table tbody tr td:nth-child(8),
#livetiming-container table tbody tr td:nth-child(10),
#livetiming-container table tbody tr td:nth-child(11),
#livetiming-container table tbody tr td:nth-child(12),
#livetiming-container table tbody tr td:nth-child(13),
#livetiming-container table tbody tr td:nth-child(14) {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
}

#livetiming-container table tbody tr td:nth-child(15) {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;  
}

#livetiming-container table tbody tr td {
    line-height: 1.375rem !important;
}

table#livetimingAdminAnalytic {
    margin-top: 80px;
}
table#livetimingAdminAnalytic.table-desktop tbody tr td:nth-child(3) {
    width: 350px !important;
    min-width: 350px !important;
    max-width: 350px !important;
}
table#livetimingAdminAnalytic.table-desktop tbody tr td:nth-child(4) {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
}
table#livetimingAdminAnalytic.table-desktop tbody tr td:nth-child(5) {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
}

table#livetimingAdminAnalytic.table-desktop tbody tr td:nth-child(6) {
    width: 75px !important;
    min-width: 75px !important;
    max-width: 75px !important;
}
table#livetimingAdminAnalytic.table-desktop tbody tr td:nth-child(7) {
    width: 60px !important;
    min-width: 60px !important;
    max-width:60px !important;
}
table#livetimingAdminAnalytic.table-desktop tbody tr td:nth-child(8) {
    width: 200px !important;
    min-width: 200px !important;
    max-width:200px !important;
}

table#livetimingAdminAnalytic tbody tr td:nth-child(2),
table#livetimingAdminAnalytic tbody tr td:nth-child(3),
table#livetimingAdminAnalytic tbody tr td:nth-child(4),
table#livetimingAdminAnalytic tbody tr td:nth-child(5),
table#livetimingAdminAnalytic tbody tr td:nth-child(6) 
{
    border-right: 2px solid #dee2e6 !important;
}

#livetiming-container table#livetimingAdminAnalytic.table-mobile tbody tr td:nth-child(2) {
    width: calc(100% - 100px);
  }

#livetiming-container table#livetimingAdminAnalytic.table-mobile tbody tr td table.table-transparent td {
    border: none !important;
  }

#livetiming-container .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    color: #102027;
}
.admin-analytic .select2-container--default .select2-selection--multiple,
.admin-analytic .select2-container--default.select2-container--focus .select2-selection--multiple {
    max-height: 30px;
    overflow: hidden;
  }
@media screen and (max-width:1281px) {
    #livetiming-container table.table-desktop tbody tr td:nth-child(2) {

        width: 60px !important;
        min-width: 60px !important;
        max-width: 60px !important;
    }
    #livetiming-container table.table-desktop tbody tr td:nth-child(3) {
        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
        padding-right: 0;
        padding-left: 0;
    }

    #livetiming-container table.table-desktop tbody tr td:nth-child(4) {
        min-width: 250px;
    }
    #livetiming-container table.table-desktop thead tr td:nth-child(5),
    #livetiming-container table.table-desktop thead tr td:nth-child(6),
    #livetiming-container table.table-desktop thead tr td:nth-child(7),
    #livetiming-container table.table-desktop tbody tr td:nth-child(5),
    #livetiming-container table.table-desktop tbody tr td:nth-child(6),
    #livetiming-container table.table-desktop tbody tr td:nth-child(7) {
        width:  0px !important;
        min-width: 0px !important;
        max-width: 0px !important;
    }

    #livetiming-container table.table-desktop tbody tr td:nth-child(8),
    #livetiming-container table.table-desktop tbody tr td:nth-child(10),
    #livetiming-container table.table-desktop tbody tr td:nth-child(11),
    #livetiming-container table.table-desktop tbody tr td:nth-child(12),
    #livetiming-container table.table-desktop tbody tr td:nth-child(13),
    #livetiming-container table.table-desktop tbody tr td:nth-child(14) {
        width: 85px !important;
        min-width: 85px !important;
        max-width: 85px !important;
    }

    #livetiming-container table.table-desktop thead tr td:nth-child(14),
    #livetiming-container table.table-desktop tbody tr td:nth-child(14) {
        display:none;
    }
    #livetiming-container table.table-desktop thead tr td:nth-child(9),
    #livetiming-container table.table-desktop tbody tr td:nth-child(9) {
        width: 100px !important;
        min-width: 100px !important;
        max-width:100px !important;
    }
    
    #livetiming-container table.table-desktop tbody tr td:nth-child(10),
    #livetiming-container table.table-desktop tbody tr td:nth-child(11) {
        width: 100px !important;
        min-width: 100px !important;
        max-width:100px !important;
    }
    #livetiming-container table.table-desktop tbody tr td:nth-child(15) {
        width: 60px !important;
        min-width: 60px !important;
        max-width: 60px !important;  
    }
    
    table#livetimingAdminAnalytic.table-desktop tbody tr td:nth-child(3) {
        width: 250px !important;
        min-width: 250px !important;
        min-width: 250px !important;
        padding: .75rem;
    }
    table#livetimingAdminAnalytic.table-desktop tbody tr td:nth-child(4) {
        width: 200px !important;
        min-width: 200px !important;
        min-width: 200px !important;
    }
    table#livetimingAdminAnalytic.table-desktop tbody tr td:nth-child(5),
    table#livetimingAdminAnalytic.table-desktop tbody tr td:nth-child(6) {
        width: 100px !important;
        min-width: 100px !important;
        min-width: 100px !important;
    }
    table#livetimingAdminAnalytic.table-desktop tbody tr td:nth-child(7) {
        width: 100% !important;
        min-width: 100% !important;
        min-width: 100% !important;
    }
}

#live-timing-header {
    position: fixed;
    top: 0;
    width: 100%;
}
#live-timing-header.mobile {
    height: auto;
}
#live-timing-header.mobile h2 {
    font-size: 1.825rem;
}
#live-timing-header.mobile h2 {
    font-size: 1.825rem;
}
#live-timing-header.mobile h5 {
    font-size: 1.375rem;
}
#live-timing-header button, #header-container .btn-livetiming {
    margin-top: 5px;
font-size: 1.75rem;
}
#header-container .btn-livetiming {
    margin-top: 12px;
}
#live-timing-header.desktop #livetiming-nav,
#live-timing-header.mobile #livetiming-nav {
    z-index: 1024;
    position: absolute;
    background: #102027;
}

#live-timing-header.mobile .bestlap {
    margin-top: 0px;
    margin-bottom: 5px;
}

#live-timing-header.desktop ul.navigation,
#live-timing-header.mobile ul.navigation  {
    padding-left: 15px;

}
#live-timing-header.desktop ul.navigation li,
#live-timing-header.mobile ul.navigation li {
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#live-timing-header.desktop ul.navigation li a,
#live-timing-header.mobile ul.navigation li a {
    color: #f8f8f8;
font-size: 1.75rem;
text-transform: uppercase;
}

#livetiming-container .table-mobile tbody tr td:nth-child(2) {
    width: 50px;
}

#livetiming-container table tbody tr td:first-child {
    vertical-align: middle;
}
#livetiming-container .table-mobile tbody tr td:nth-child(3) {
    width: 100%;
}
#livetiming-container .table-transparent, #livetiming-container .table-transparent td, #livetiming-container .table-transparent tr {
    background: transparent !important;
    border: none !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
#livetiming-container .table-transparent tr:nth-child(2) td:first-child,
#livetiming-container .table-transparent tr:nth-child(2) td:nth-child(4) {
    width: 15% !important;
    min-width: 15% !important;
    max-width: 15% !important;
}
#livetiming-container .table-transparent tr:nth-child(2) td:nth-child(2),
#livetiming-container .table-transparent tr:nth-child(2) td:nth-child(3) {
    width: 35% !important;
    min-width: 35% !important;
    max-width: 35% !important;
}

#livetiming-container table.table-transparent tbody tr:first-child td {
    line-height: 1.25rem;
}
#livetiming-container table.table-transparent tbody tr td:first-child {
    color: #212529;
}

.mobile-label {
    color: #6c7588;

    margin-bottom: 7px;
    font-weight: 400 !important;
    font-size: 12px;
}
tr.red-background td {
    color: #f8f8f8 !important;
}
 
#livetiming-container .dot {
    height: 22px;
    width: 22px;
    display: inline-block;
    background-size: 20px !important;
    border: 1px solid #fff;
    border-radius: 25px;

}
#livetiming-container .info-container .dot {
    height: 20px;
    width: 20px;
    border-radius: 25px;
}
#livetiming-container .mobile .dot {
    height: 12px;
    width: 12px;
    background-size: 10px !important;
}
  #livetiming-container .dot.marker-0 {
      background-color: transparent;

  }
  #livetiming-container .dot.marker-0 .info:after {
      content: "";
  }
  #livetiming-container .dot.marker-1 {
    background: url(../img/livetiming/Buttons-Livetiming-negativ-03.png) no-repeat transparent ;

  }
  #livetiming-container .dot.marker-1 .info:after {
      content: " ";
  }

  #livetiming-container .dot.marker-2 {
    background: url(../img/livetiming/Buttons-Livetiming-negativ-02.png) no-repeat transparent ;
  }

  #livetiming-container .dot.marker-3 {
    background: url(../img/livetiming/Buttons-Livetiming-negativ-03.png) no-repeat transparent ;
  }
  #livetiming-container .dot.marker-3 .info:after {
      content: " ";
  }

  #livetiming-container .dot.marker-4 {
    background: url(../img/livetiming/Buttons-Livetiming-negativ-01.png) no-repeat transparent ;
  }
  #livetiming-container .dot.marker-4 .info:after {
      content: " ";
  }
  #livetiming-container .dot.marker-5 {
    background: url(../img/livetiming/Buttons-Livetiming-negativ-02.png) no-repeat transparent ;
  }
  #livetiming-container .dot.marker-5 .info:after {
      content: " ";
  }

  #livetiming-container .dot.marker-6 {
    background: url(../img/livetiming/Buttons-Livetiming-negativ-06.png) no-repeat transparent ;
  }
  #livetiming-container .dot.marker-6 .info:after {
      content: " ";
  }

  #livetiming-container .dot.marker-7 {
    background: url(../img/livetiming/Buttons-Livetiming-negativ-07.png) no-repeat transparent ;
  }
  #livetiming-container .dot.marker-7 .info:after {
      content: " ";
  }

#livetiming-container .dot.marker-8 {
    background: url(../img/livetiming/Buttons-Livetiming-negativ-03.png) no-repeat transparent ;
}
#livetiming-container .dot.marker-8 .info:after {
    
    content: " ";
}
#livetiming-container .dot.marker-9 {
    background: url(../img/livetiming/Buttons-Livetiming-negativ-03.png) no-repeat transparent ;
}
#livetiming-container .dot.marker-9 .info:after {
    
    content: " ";
}

/** Hall of Fame */
#halloffame-container {
    margin-top: -15px;
    background: #231f20;
}
#halloffame-container > .row {
    background: #231f20;
}
#halloffame-container table {
    margin-bottom: 0px;
}

#halloffame-container table td, #halloffame-container table th {
    border: none;
}
#halloffame-container table td {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #6b7587;
}
#halloffame-container .table-striped tbody tr:nth-of-type(odd), #halloffame-container .table-striped tbody tr:nth-of-type(even) {
    background-color: #cecece;
}

#halloffame-container table tbody tr td:first-child {
    background: #6b7587;
    color: #f8f8f8;
    border: none;
    width: 50px;
    text-align:center
}
#halloffame-container table tbody tr.besttimes-row td:first-child {
    background: initial;
    color:#212529  !important;
    border-bottom: 1px solid #6b7587;
    text-align: initial;
}
#halloffame-container .table-transparent, #halloffame-container .table-transparent td, #halloffame-container .table-transparent tr {
    background: transparent !important;
    border: none !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color:#212529 !important;
    margin-bottom: 0px;
}

#halloffame-container.hof-main table tbody tr.placeholder-row td { 
    background: #6b7587;
    padding: 0.75rem 0px;
}

#halloffame-container tr.result-info td:last-child {
    padding-right:10px;
}
#halloffame-container tr.result-info td {
    vertical-align: bottom;
}

.halloffame-header tr th br,
#halloffame-container tr.result-info br {
    content: "";
    display: block;
    margin: -0.3em;
}

#halloffame-container span.light {
    font-weight: 400 !important;
    font-size: 12px;
}
#halloffame-container span.best-lap-time {
    font-size: 22px;
}
.halloffame-header {
      background: #6b7587;
      color: #231f20;
}
 
.halloffame-header tr th {
    padding-left:15px;
}
.halloffame-header p {
      margin-bottom: 0px;
      font-size: 1.5rem;
}
.halloffame-header span.post-title.title {
    font-size: 18px;
}
.halloffame-header span.post-info {
    font-weight: 400 !important;
}
.halloffame-header tr th.image-column {
    vertical-align: top;
    text-align:right; 
    width:100px;
}
.halloffame-header img {
    max-height: 45px;
    min-height: 45px;
}
.halloffame-header tr th.image-column.img-max-height img {
    max-height: 67px;
    min-height: 67px;
}
#halloffame-container table button, #halloffame-container table button:focus {
    border-color: #cecece;
    background: #cecece;
    text-align: left;
    font-size: 14px;
    padding: 8px 0.75rem;
    border-radius: 0px;
}

#location-halloffame {
    padding: 30px;
}
