﻿#seltecdlv {
  /* Colors */ /* Colors */
  /*h2 {
      color: white;
      background-color: $color-middle;

      font-size: 0.9em;
      line-height: 2em;
      font-weight: 800;

      margin: 0;
      padding-left: 0.5em;
  }

  h3 {
      color: $color-dark;*/
  /*background-color: $color-lite;*/
  /*font-size: 0.9em;
  line-height: 2em;
  font-weight: 800;

  margin: 0;*/
  /*padding-left: 0.5em;*/
  /*}*/
  /* .ui-widget-content .ui-state-active {
        background: $color-highlight;
        border: 1px solid #cca300;
        color: $color-background-dark;
    }
  */
}
#seltecdlv a {
  text-decoration: none;
  color: inherit;
}
#seltecdlv h1 {
  color: #000000;
  background-color: #c3b487;
  font-size: 1em;
  font-weight: 800;
  line-height: 2em;
  margin: 0;
  padding-left: 0.5em;
}
@font-face {
  #seltecdlv {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  }
}
@font-face {
  #seltecdlv {
    font-family: "Roboto-Italic";
    src: url("../fonts/Roboto-Italic.ttf") format("truetype");
  }
}
@font-face {
  #seltecdlv {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  }
}
@font-face {
  #seltecdlv {
    font-family: "Roboto-MediumItalic";
    src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
  }
}
@font-face {
  #seltecdlv {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
  }
}
@font-face {
  #seltecdlv {
    font-family: "Roboto-BoldItalic";
    src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
  }
}
#seltecdlv body {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 12pt;
}
#seltecdlv .ui-selectmenu-button.ui-button {
  width: 19%;
}
#seltecdlv #filtercontrols {
  display: flex;
  min-height: 35px;
  width: 100%;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#seltecdlv .btn {
  background: #c3b487;
}
#seltecdlv .zebra-odd {
  background-color: rgb(229, 229, 229) !important;
}
#seltecdlv .ui-corner-flat {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
#seltecdlv .custom-combobox-toggle {
  background-color: #c3b487;
}
#seltecdlv .ui-icon {
  background-image: url(images/ui-icons_FFFFFF_256x240.png);
}
#seltecdlv #fulltextsearch {
  width: 100%;
  margin-bottom: 15px;
}
#seltecdlv .custom-combobox {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
#seltecdlv #startfilter {
  display: inline-block;
}
#seltecdlv fieldset {
  width: 100%;
}
#seltecdlv .custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
#seltecdlv div.ui-widget {
  float: left;
  margin-right: 38px;
  color: black !important;
}
#seltecdlv .custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
  width: 100px;
}
#seltecdlv .cisbutton {
  position: absolute;
  color: #fc0;
  bottom: 5px;
  right: 20px;
  background-color: #222 !important;
  padding: 5px 15px;
  border: 1px outset #fc0;
}
#seltecdlv .roundedbutton {
  border: 1px solid black;
  border-radius: 5px;
  background-color: #c3b487;
  color: white;
  margin-top: 2px;
  margin-left: 10px;
  border-right-color: #c3b487;
  text-align: center;
  padding: 0px 20px;
  height: 28px;
  cursor: pointer;
}
#seltecdlv table {
  width: 100%;
  font-size: 0.85em;
  font-weight: 400;
  color: #c3b487;
}
#seltecdlv table tr.even, #seltecdlv table tr.even {
  background-color: #eee;
}
#seltecdlv table tr.uneven {
  background-color: #c3b487;
}
#seltecdlv table td {
  padding: 3px 0 3px 8px;
}
#seltecdlv table caption {
  color: #000000;
  text-align: left;
  font-weight: 800;
  font-size: 1.2em;
  padding: 8px;
  vertical-align: middle;
  background-color: #c3b487;
}
#seltecdlv table th {
  background-color: #c3b487;
  color: #000000;
  padding: 8px;
  text-align: left;
}
#seltecdlv .button a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}
#seltecdlv #cookieconsent {
  width: 100%;
  z-index: 100000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  box-sizing: border-box;
  background-color: #FC0;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  padding: 1em 1.8em;
  align-items: center;
}
#seltecdlv #cookieconsent #cookietext {
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 1.5em;
}
#seltecdlv #cookieconsent #cookietext > a {
  text-decoration: underline;
}
#seltecdlv #cookieconsent #cookieok {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
#seltecdlv #cookieconsent #cookieok > a {
  cursor: pointer;
  min-width: 140px;
  color: #fc0;
  background-color: #c3b487;
  border-color: transparent;
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
#seltecdlv .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#seltecdlv .video-container iframe, #seltecdlv .video-container object, #seltecdlv .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#seltecdlv .articlelist {
  background-color: #e5e5e5;
}
#seltecdlv .articlelist .articlepreview {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  min-height: 60px;
  position: relative;
  flex-direction: row;
}
#seltecdlv .articlelist .articlesummary {
  margin-left: 5px;
}
#seltecdlv .articlelist .articlemeta {
  font-size: 10pt;
}
#seltecdlv .articlelist .articleteaser {
  font-size: 12pt;
}
#seltecdlv .articlelist .articleheadline {
  font-size: 14pt;
}
#seltecdlv .articlebigview {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  background-color: #e5e5e5;
}
#seltecdlv .articlesummary {
  margin-left: 5px;
}
#seltecdlv .articlemeta {
  font-size: 10pt;
}
#seltecdlv .articleteaser {
  font-size: 12pt;
}
#seltecdlv .articleheadline {
  font-size: 14pt;
}
#seltecdlv .lists-table .heatGroupTitle {
  width: 80px;
}
#seltecdlv .lists-table .heatPos {
  width: 20px;
}
#seltecdlv .lists-table .bib {
  width: 20px;
}
#seltecdlv .lists-table .rank {
  width: 20px;
}
#seltecdlv .lists-table .name {
  width: 160px;
}
#seltecdlv .lists-table .jg {
  width: 30px;
}
#seltecdlv .lists-table .lv {
  width: 20px;
}
#seltecdlv .lists-table .club {
  min-width: 120px;
}
#seltecdlv .lists-table .bestValue {
  min-width: 50px;
  text-align: center;
}
#seltecdlv .lists-table .entryValue {
  width: 80px;
}
#seltecdlv .lists-table .entryValueInfo {
  min-width: 80px;
}
#seltecdlv .lists-table .quali {
  min-width: 50px;
}
#seltecdlv .lists-table .anm {
  min-width: 50px;
}
#seltecdlv .lists-table .info {
  min-width: 50px;
}
#seltecdlv .lists-table .relayEntry {
  border-bottom: solid 1px;
}
#seltecdlv .lists-table .relayEntry .relayName {
  min-width: 160px;
}
#seltecdlv .lists-table .relayEntry td {
  font-weight: bold;
}
#seltecdlv .lists-table .relayCompetitors {
  width: auto;
}
#seltecdlv .lists-table .relayCompetitors .relayMemberRank {
  width: 20px;
}
#seltecdlv .lists-table .relayCompetitors .relayMemberBib {
  width: 20px;
}
#seltecdlv .lists-table .relayCompetitors .relayMemberName {
  min-width: 160px;
}
#seltecdlv .lists-table .relayCompetitors .relayMemberYob {
  width: 30px;
}
#seltecdlv .technical table {
  table-layout: fixed;
}
#seltecdlv .technical th, #seltecdlv .technical td {
  padding: 0;
}
#seltecdlv .technical .technicalTries {
  width: 100%;
}
#seltecdlv .technical .technicalTries .try {
  text-align: center;
  padding: 0 0 3px 0;
  min-width: 20px;
  border-left: solid 1px;
}
#seltecdlv .clearfix {
  clear: both;
}
#seltecdlv .ad {
  background-color: pink !important;
}
#seltecdlv .ad.leaderboard {
  display: none;
  margin: 0 auto;
  width: 728px !important;
  height: 90px !important;
}
#seltecdlv .ad.mediumRectangle {
  display: none;
  width: 300px !important;
  height: 250px !important;
  padding: 0 !important;
}
#seltecdlv .slideout-menu {
  top: 75px;
}
#seltecdlv #offCanvasMenu {
  background-color: #c3b487;
}
#seltecdlv #offCanvasMenu ul {
  margin: 0;
  list-style: none;
  padding-left: 20px;
}
#seltecdlv #offCanvasMenu ul li a {
  display: inline-block;
  width: calc(100% - 20px);
  color: #000000;
  padding: 20px 0;
  border-bottom: solid 1px #c3b487;
}
#seltecdlv #offCanvasMenu ul li a:hover {
  color: #c3b487;
}
#seltecdlv #mainwrapper {
  background-color: white;
  width: 100%;
  position: relative;
  margin-top: 70px;
}
#seltecdlv #header {
  background-color: white;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 30px;
  padding: 20px 0;
}
#seltecdlv #header #header-logo {
  height: 100%;
  margin-left: 20px;
}
#seltecdlv #header #header-menu-text {
  display: none;
}
#seltecdlv #header #header-menu-button {
  position: absolute;
  right: 20px;
  top: 15px;
  outline: 0;
  border: none;
  height: 40px;
  width: 40px;
  display: inline-block;
  background-color: #000000;
}
#seltecdlv #hero {
  width: 100%;
  height: 150px;
  background-image: url("../../Content/images/hero/hero_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#seltecdlv #main-area {
  width: calc(100% - 10px);
  padding: 5px;
}
#seltecdlv #main-area #content {
  margin: 5px 0 0;
  width: 100%;
}
#seltecdlv #main-area #content .item {
  margin-bottom: 5px;
}
#seltecdlv #main-area #content .highlight {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #c3b487;
  background-color: #c3b487;
}
#seltecdlv #main-area #content .highlight .highlight-banner {
  display: flex;
  height: 40px;
  background-color: white;
  width: calc(100% - 10px);
  padding: 5px;
}
#seltecdlv #main-area #content .highlight .highlight-banner .logo {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 50px;
}
#seltecdlv #main-area #content .highlight .highlight-banner .logo img {
  height: 80%;
}
#seltecdlv #main-area #content .highlight .highlight-banner .flag {
  -ms-flex: 0 1 40px;
  -webkit-flex: 0 1 40px;
  flex: 0 1 40px;
  height: 40px;
}
#seltecdlv #main-area #content .highlight .highlight-banner .flag img {
  height: 100%;
}
#seltecdlv #main-area #content .highlight .text {
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  padding: 5px;
}
#seltecdlv #main-area #content .highlight .text h3 {
  color: #000000;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.4em;
  /*margin: 0 0 5px 0;*/
}
#seltecdlv #main-area #content .highlight .text .date, #seltecdlv #main-area #content .highlight .text .venue {
  font-size: 0.8em;
  font-weight: 400;
  margin: 0 5px 0 0;
}
#seltecdlv #main-area #content .highlight .text a {
  color: white;
}
#seltecdlv #main-area #content .highlight .text a:hover {
  color: #666;
}
#seltecdlv #main-area #content .events {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*    border: solid 2px $color-dark;*/
  display: inline-block;
}
#seltecdlv #main-area #content .events #events-table td.live,
#seltecdlv #main-area #content .events #events-table td.meldungen {
  text-align: center;
  font-size: 0.8em;
  font-weight: 800;
  padding: 5px 0;
  margin-top: 5px;
}
#seltecdlv #main-area #content .events #events-table td.live.live-seltec {
  background-color: #000000;
}
#seltecdlv #main-area #content .events #events-table td.live.live-half {
  background-color: orange;
}
#seltecdlv #main-area #content .events #events-table td.live.live-now {
  background-color: red;
}
#seltecdlv #main-area #sidebar {
  width: 100%;
}
#seltecdlv #main-area #sidebar .sidebar-item {
  background-color: #eee;
  width: 100%;
  /* height: 50px; */
  margin: 0 5px 5px 0px;
}
#seltecdlv .table-wrapper {
  overflow-x: auto;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
#seltecdlv #EventMenuHeader h3 {
  padding-left: 0.5em;
  background-color: #c3b487;
}
#seltecdlv .pagination-container {
  margin: 0 0 5px;
  top: 0;
}
#seltecdlv .pagination-container .pagination {
  font-size: 0.9em;
  text-align: center;
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#seltecdlv .pagination-container .pagination li {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #000000;
  color: black;
  margin-bottom: 4px;
}
#seltecdlv .pagination-container .pagination li.active {
  color: #000000;
  background-color: #c3b487;
}
#seltecdlv .pagination-container .pagination li.disabled {
  color: #c3b487;
  background-color: #c3b487;
}
#seltecdlv .pagination-container .pagination li.disabled:hover {
  color: #c3b487;
  background-color: #c3b487;
  cursor: default;
}
#seltecdlv .pagination-container .pagination li:hover {
  color: #000000;
  background-color: #c3b487;
  cursor: pointer;
}
#seltecdlv .pagination-container .pagination li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}
#seltecdlv .competitionsheader {
  margin: 0px 2px 0px 2px;
  top: 0;
}
#seltecdlv .competitionsheader .menu {
  font-size: 0.9em;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#seltecdlv .competitionsheader .menu li {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #000000;
  color: black;
}
#seltecdlv .competitionsheader .menu li.selected {
  color: #000000;
  background-color: #c3b487;
}
#seltecdlv .competitionsheader .menu li.inactive {
  color: #c3b487;
  background-color: #c3b487;
}
#seltecdlv .competitionsheader .menu li.inactive:hover {
  color: #c3b487;
  background-color: #c3b487;
  cursor: default;
}
#seltecdlv .competitionsheader .menu li:hover {
  color: #000000;
  background-color: #c3b487;
  cursor: pointer;
}
#seltecdlv .header {
  margin: 0 0 5px;
  top: 0;
}
#seltecdlv .header .menu {
  font-size: 0.9em;
  text-align: center;
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#seltecdlv .header .menu li {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e5e5e5;
  color: #000000;
  margin-bottom: 4px;
}
#seltecdlv .header .menu li.selected {
  color: #000000;
  background-color: #c3b487;
}
#seltecdlv .header .menu li.inactive {
  color: #c3b487;
  background-color: #e5e5e5;
}
#seltecdlv .header .menu li.inactive:hover {
  color: #000000;
  background-color: #e5e5e5;
  cursor: default;
}
#seltecdlv .header .menu li:hover {
  color: #000000;
  background-color: #c3b487;
  cursor: pointer;
}
#seltecdlv #footer {
  color: #c3b487;
  font-size: 0.7em;
  border-top: solid 1px black;
  margin: 20px 0 20px 0;
  text-align: center;
  line-height: 2em;
}
#seltecdlv #footer a {
  color: #c3b487;
}
#seltecdlv #footer a:hover {
  color: #c3b487;
}
#seltecdlv #footer .right {
  float: none;
  display: block;
}
#seltecdlv #footer .right a {
  margin-left: 10px;
}
#seltecdlv #spinner {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: lightblue;
  opacity: 0.3;
}
#seltecdlv #spinner div {
  position: relative;
  left: 50%;
  top: 50%;
}
#seltecdlv #spinner img {
  position: relative;
  left: -174px;
  top: -174px;
}
#seltecdlv .perfsection {
  table-layout: fixed;
  width: 728px;
  border-collapse: collapse;
}
#seltecdlv .perfsection tr.even {
  color: #222;
  background-color: #ccc;
}
#seltecdlv .perfsection tr.odd {
  background-color: #eee;
  color: #222;
}
#seltecdlv .perfsection .perfvalue {
  text-align: right;
  width: 56px;
  overflow: hidden;
}
#seltecdlv .perfsection .perfwind {
  text-align: right;
  width: 33px;
  font-weight: 400;
  overflow: hidden;
}
#seltecdlv .perfsection .perfname {
  text-align: left;
  width: 160px;
  overflow: hidden;
}
#seltecdlv .perfsection .perfyob {
  text-align: center;
  width: 30px;
  overflow: hidden;
}
#seltecdlv .perfsection .perfclub {
  text-align: left;
  width: 160px;
  overflow: hidden;
}
#seltecdlv .perfsection .perfdate {
  text-align: right;
  width: 64px;
  overflow: hidden;
  vertical-align: top;
}
#seltecdlv .perfsection .perfloc {
  text-align: left;
  width: 125px;
  overflow: hidden;
}
#seltecdlv .perfsection .perfrelayname {
  text-align: left;
  width: 410px;
  overflow: hidden;
}
#seltecdlv .perfsection .eventchildren {
  font-size: 0.8em;
  text-align: left;
}
#seltecdlv .performancesidetab {
  overflow: hidden;
  white-space: nowrap;
  table-layout: fixed;
  font-weight: normal;
  color: black;
}
#seltecdlv .performancesidetab .headname {
  font-weight: bold;
}
#seltecdlv .performancesidetab hr {
  border: none;
  height: 2px;
  margin-right: 10px;
  /* Set the hr color */
  color: #c3b487; /* old IE */
  background-color: #c3b487; /* Modern Browsers */
}
#seltecdlv .performancesidetab a {
  text-decoration: underline;
}
#seltecdlv .selectOverflow {
  max-height: 200px;
}
#seltecdlv .ui-selectmenu-button.ui-button {
  background: #c3b487;
  color: white;
}
#seltecdlv .ui-widget.ui-widget-content {
  background: white;
  color: #666;
  width: calc(100% - 30px);
}
#seltecdlv .ui-widget-content .ui-state-active {
  background: #000000;
  border: 1px solid #cca300;
  color: #c3b487;
}
@media (min-width: 420px) {
  #seltecdlv #hero {
    height: 200px;
  }
  #seltecdlv #main-area #sidebar .sidebar-item {
    margin-left: 0px;
    /* height: 150px; */
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #seltecdlv #performancecontent {
    overflow-x: scroll;
  }
  #seltecdlv table#events-table thead {
    display: none;
  }
  #seltecdlv table#events-table td.date,
  #seltecdlv table#events-table td.name,
  #seltecdlv table#events-table td.venue {
    display: block;
  }
  #seltecdlv table#events-table .even, #seltecdlv table#events-table .uneven {
    color: #c3b487;
  }
  #seltecdlv table#events-table td.name {
    margin-top: 5px;
    font-weight: 800;
  }
  #seltecdlv table#events-table tr {
    background-color: #c3b487;
  }
  #seltecdlv table#events-table td.date {
    padding: 5px;
    width: calc(100% - 10px);
    background-color: #c3b487;
    color: white;
    font-weight: 800;
  }
  #seltecdlv table#events-table td.live,
  #seltecdlv table#events-table td.meldungen {
    text-align: center;
    display: inline-block;
    width: 50%;
  }
  #seltecdlv table#events-table td.meldungen {
    background-color: #666;
    float: right;
  }
}
@media (min-width: 768px) {
  #seltecdlv .ad.leaderboard {
    display: block;
  }
  #seltecdlv #header {
    /*#header-menu {
        #header-menu-button {
            margin-top: 0;
        }
    }*/
  }
  #seltecdlv .slideout-menu,
  #seltecdlv #mainwrapper {
    /*top: 8px;*/
  }
  #seltecdlv #hero {
    height: 200px;
  }
  #seltecdlv table#events-table td, #seltecdlv table#events-table th {
    padding: 5px 8px;
  }
  #seltecdlv table#events-table td.date {
    width: 80px;
  }
  #seltecdlv table#events-table td.live,
  #seltecdlv table#events-table td.meldungen {
    text-align: center;
    font-size: 0.8em;
    font-weight: 800;
  }
  #seltecdlv table#events-table tr.even td.live.default {
    background-color: darkgreen;
  }
  #seltecdlv table#events-table tr.even td.meldungen.default {
    background-color: steelblue;
  }
  #seltecdlv table#events-table tr.uneven td.live.default {
    background-color: darkseagreen;
  }
  #seltecdlv table#events-table tr.uneven td.meldungen.default {
    background-color: lightsteelblue;
  }
  #seltecdlv #footer {
    text-align: left;
  }
  #seltecdlv #footer .right {
    float: right !important;
    display: inline-block;
  }
}
@media (min-width: 920px) {
  #seltecdlv #header #header-menu-text {
    display: inline-block !important;
    font-family: "Roboto-Regular";
    list-style: none;
    font-size: 0;
    position: absolute;
    right: 10px;
  }
  #seltecdlv #header #header-menu-text li {
    /*margin: 7.5px 0;*/
    height: 25px;
    display: inline-block;
    border-left: solid 1px black;
  }
  #seltecdlv #header #header-menu-text a {
    color: #c3b487;
    font-family: "Roboto-Bold";
    font-size: 18px;
    margin: 0 10px;
  }
  #seltecdlv #header #header-menu-text a:hover {
    color: #e5e5e5;
  }
  #seltecdlv #header #header-menu-button {
    display: none !important;
  }
  #seltecdlv #hero {
    height: 200px;
  }
  #seltecdlv #main-area {
    display: flex;
  }
  #seltecdlv #main-area #content {
    float: left;
    width: 70%;
    margin-right: 5px;
    padding-left: 5px;
  }
  #seltecdlv #main-area #content.withoutSidebar {
    width: 100%;
    margin: 0;
  }
  #seltecdlv #main-area #content.withoutSidebar .table-wrapper.double {
    width: calc(50% - 5px);
    float: left;
  }
  #seltecdlv #main-area #content.withoutSidebar .table-wrapper.double.left {
    margin-right: 10px;
  }
  #seltecdlv #main-area #content.withoutSidebar .table-wrapper.double.right {
    margin-right: 0;
  }
  #seltecdlv #main-area #doublecontent {
    float: left;
    width: 70%;
    margin-right: 5px;
    padding-left: 5px;
  }
  #seltecdlv #main-area #doublecontent.withoutSidebar {
    width: 100%;
    margin: 0;
  }
  #seltecdlv #main-area #doublecontent.withoutSidebar .table-wrapper.double {
    width: calc(50% - 5px);
    float: left;
  }
  #seltecdlv #main-area #doublecontent.withoutSidebar .table-wrapper.double.left {
    margin-right: 10px;
  }
  #seltecdlv #main-area #doublecontent.withoutSidebar .table-wrapper.double.right {
    margin-right: 0;
  }
  #seltecdlv #main-area #sidebar {
    float: right;
    width: 100%;
    padding: 5px;
  }
  #seltecdlv #main-area #sidebar .sidebar-item {
    height: inherit;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1038px) {
  #seltecdlv #mainwrapper {
    max-width: 1038px;
    margin: 70px auto 0;
  }
  #seltecdlv #header {
    max-width: 1038px;
    left: 50%;
    margin-left: -519px;
    padding: 20px 0;
    top: 0;
  }
  #seltecdlv #header #header-logo {
    margin-left: 0;
  }
  #seltecdlv #header #header-menu-text {
    right: 0;
  }
  #seltecdlv .ad.mediumRectangle {
    display: block;
  }
  #seltecdlv #main-area {
    margin-top: 10px;
    padding: 0;
    width: 100%;
  }
  #seltecdlv #main-area #content {
    margin: 0 10px 0 0;
    width: 50%;
    padding: 0;
  }
  #seltecdlv #main-area #sidebar {
    padding: 0;
    -ms-flex: 0 1 600px;
    -webkit-flex: 0 1 600px;
    flex: 0 1 600px;
  }
  #seltecdlv #footer {
    width: 1038px;
    margin: 15px auto 10px;
  }
}
#seltecdlv .entryline {
  background-color: white;
  display: table-row;
}
#seltecdlv .currententry {
  background: lightgreen !important;
}
#seltecdlv .col-subev a {
  text-decoration: underline;
}
#seltecdlv .blockname a {
  text-decoration: underline;
}
#seltecdlv .listheader a {
  text-decoration: underline;
}
#seltecdlv .entryline > * {
  display: table-cell;
  vertical-align: top;
}
#seltecdlv .multiblock {
  margin-top: 10px;
}
#seltecdlv .runblock {
  margin-top: 10px;
}
#seltecdlv .blocktable {
  display: table;
  overflow-x: auto;
  white-space: nowrap;
  table-layout: fixed;
  margin-left: 42px;
}
#seltecdlv .entryline:nth-child(2n+1) {
  background-color: rgb(229, 229, 229);
}
#seltecdlv .secondline {
  font-size: 9pt;
}
#seltecdlv .firstline {
  font-weight: 700;
}
#seltecdlv .resultblock {
  margin-bottom: 10px;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
#seltecdlv .performancetable {
  display: table;
  overflow-x: auto;
  white-space: nowrap;
  table-layout: fixed;
}
#seltecdlv .performancetable .blockheader {
  color: #000000;
  display: table-row;
  background-color: #c3b487;
}
#seltecdlv .performancetable .blockheader > * {
  display: table-cell;
  vertical-align: top;
}
#seltecdlv .blocktable .blockheader {
  color: #000000;
  display: table-row;
  background-color: #c3b487;
}
#seltecdlv .blocktable .blockheader > * {
  display: table-cell;
  vertical-align: top;
}
#seltecdlv .leftname {
  display: inline-block;
}
#seltecdlv .rightwind {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
#seltecdlv .blockname {
  border-bottom: 2px solid #000000;
  color: #000000;
  background-color: #c3b487;
  font-size: 11pt;
  font-weight: 800;
  line-height: 2em;
  margin: 0;
  padding-left: 0.5em;
}
#seltecdlv .runblock.activeheat .blockname {
  color: #c3b487;
  background-color: #000000;
}
#seltecdlv .col-1 {
  left: 5px;
  position: absolute;
  width: 40px;
  text-align: center;
  border-right: 2px solid #000000;
}
#seltecdlv .col-2 {
  width: 160px;
  min-width: 160px;
  word-wrap: break-word;
  white-space: normal;
}
#seltecdlv .col-3 {
  width: 35px;
  min-width: 35px;
  text-align: center;
}
#seltecdlv .col-4 {
  width: 80px;
  min-width: 80px;
  text-align: center;
}
#seltecdlv .col-42p {
  width: 42px;
  min-width: 42px;
  text-align: center;
}
#seltecdlv .col-95p {
  width: 95px;
  min-width: 95px;
  text-align: center;
}
#seltecdlv .col-5 {
  width: 20px;
  min-width: 20px;
}
#seltecdlv .col-6 {
  width: 35px;
  min-width: 35px;
}
#seltecdlv .col-7 {
  width: 30px;
  min-width: 30px;
}
#seltecdlv .col-spk {
  width: 35px;
  min-width: 35px;
}
#seltecdlv .spk {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  width: 30px;
  height: 14px;
  right: 5px;
  top: 9px;
  font-size: 8pt;
  text-align: center;
  padding: 0 !important;
}
#seltecdlv .spk-nostart {
  background-color: lightcoral;
}
#seltecdlv .spk-increased {
  background-color: yellow;
}
#seltecdlv .spk-normal {
  background-color: lightgreen;
}
#seltecdlv .col-subev {
  width: 80px;
  min-width: 80px;
  text-align: center;
}
#seltecdlv .col-last {
  width: 100%;
}
#seltecdlv .startlistblock {
  margin-top: 10px;
}
#seltecdlv .startlistblock .col-1 {
  left: 5px;
  position: absolute;
  width: 40px;
  text-align: center;
  border-right: 2px solid #000000;
}
#seltecdlv .startlistblock .col-2 {
  width: 160px;
  min-width: 160px;
  word-wrap: break-word;
  white-space: normal;
}
#seltecdlv .startlistblock .col-3 {
  width: 35px;
  min-width: 35px;
  text-align: center;
}
#seltecdlv .startlistblock .col-4 {
  width: 88px;
  min-width: 88px;
  text-align: center;
}
#seltecdlv .startlistblock .col-5 {
  width: 70px;
  min-width: 70px;
  text-align: center;
}
#seltecdlv .startlistblock .col-6 {
  width: 35px;
  min-width: 35px;
}
#seltecdlv .startlistblock .col-7 {
  width: 30px;
  min-width: 30px;
}
#seltecdlv .startlistblock .col-last {
  width: 100%;
}
@media (min-width: 850px) {
  #seltecdlv .startlistblock .col-2 {
    width: 320px;
    min-width: 320px;
  }
  #seltecdlv .startlistblock .col-1 {
    left: 10px;
  }
}
@media (min-width: 1038px) {
  #seltecdlv .startlistblock .col-1 {
    left: 0px;
  }
}
#seltecdlv .registerblock .col-1 {
  left: 5px;
  position: absolute;
  width: 40px;
  text-align: center;
  border-right: 2px solid #000000;
}
#seltecdlv .registerblock .col-2 {
  width: 160px;
  min-width: 160px;
  word-wrap: break-word;
  white-space: normal;
}
#seltecdlv .registerblock .col-3 {
  width: 35px;
  min-width: 35px;
  text-align: center;
}
#seltecdlv .registerblock .col-4 {
  width: 88px;
  min-width: 88px;
  text-align: center;
}
#seltecdlv .registerblock .col-5 {
  width: 70px;
  min-width: 70px;
  text-align: center;
}
#seltecdlv .registerblock .col-6 {
  width: 35px;
  min-width: 35px;
}
#seltecdlv .registerblock .col-7 {
  width: 30px;
  min-width: 30px;
}
#seltecdlv .registerblock .col-last {
  width: 100%;
}
@media (min-width: 850px) {
  #seltecdlv .registerblock .col-2 {
    width: 320px;
    min-width: 320px;
  }
  #seltecdlv .registerblock .col-1 {
    left: 10px;
  }
}
@media (min-width: 1038px) {
  #seltecdlv .registerblock .col-1 {
    left: 0px;
  }
}
#seltecdlv .listheader {
  color: #000000;
  background-color: #c3b487;
  font-size: 11pt;
  font-weight: 800;
  line-height: 2em;
  margin: 0 0 5px 0;
}
#seltecdlv .listheader .leftheader {
  display: inline-block;
}
#seltecdlv .listheader .rightheader {
  float: right;
  margin-right: 10px;
  display: none;
}
@media (min-width: 350px) {
  #seltecdlv .listheader .rightheader {
    display: inline-block;
  }
}
#seltecdlv .listheader > div {
  padding-left: 0.5em;
}
#seltecdlv .listheader > div:first-child {
  border-bottom: 2px solid #000000;
}
#seltecdlv .col-detailresult {
  width: 45px;
  min-width: 45px;
  text-align: center;
  border-right: 1px dotted grey;
}
#seltecdlv .bestTry {
  background-color: #c3b487;
}
@media (min-width: 850px) {
  #seltecdlv .col-2 {
    width: 320px;
    min-width: 320px;
  }
  #seltecdlv .col-1 {
    left: 10px;
  }
}
@media (min-width: 1038px) {
  #seltecdlv .col-1 {
    left: 0px;
  }
}
@media (max-width: 921px) {
  #seltecdlv .timetableblock {
    width: calc(50% - 7px);
  }
}
@media (max-width: 500px) {
  #seltecdlv .timetableblock {
    width: calc(100% - 7px);
  }
}
@media (min-width: 920px) {
  #seltecdlv .timetableblock {
    width: calc(33% - 7px);
  }
}
#seltecdlv #blocktimetable {
  display: -webkit-flex; /* Safari */
  display: flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -o-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#seltecdlv .timetableblock {
  margin: 1px 2px 3px 2px;
  -webkit-align-self: flex-start;
  -o-align-self: flex-start;
  align-self: flex-start;
  border: 1px solid black;
}
#seltecdlv .timetableblock .blockheader {
  background-color: #c3b487;
  color: #000000;
  padding: 8px;
}
#seltecdlv .timetableblock .blockcontent a:nth-of-type(2n + 1) > div {
  background-color: rgba(238, 238, 238, 0.5);
}
#seltecdlv .timetableblock .blockround {
  background-color: rgba(204, 204, 204, 0.5);
  display: flex;
  display: -webkit-flex; /* Safari */
  -o-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  height: 60px;
  position: relative;
}
#seltecdlv .timetableblock .blockround .roundtime {
  width: 50px;
  font-weight: 800;
}
#seltecdlv .timetableblock .blockround .roundname {
  width: calc(100% - 80px);
}
#seltecdlv .timetableblock .blockround .roundname .mainname {
  font-weight: 800;
}
#seltecdlv .timetableblock .blockround .roundname .typename {
  font-size: 10pt;
}
#seltecdlv .timetableblock .blockround .roundstate {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  width: 60px;
  height: 14px;
  right: -23px;
  top: 23px;
  font-size: 8pt;
  text-align: center;
  padding: 0 !important;
}
#seltecdlv .timetableblock .blockround > div {
  align-self: auto;
  padding: 1px 5px;
}
#seltecdlv .Male {
  background-color: rgb(193, 223, 255);
}
#seltecdlv .Female {
  background-color: rgb(242, 220, 219);
}
#seltecdlv .rd-MultiOfficial {
  background-color: lightgreen;
}
#seltecdlv .rd-MultiSet {
  background-color: #a9a9a9;
}
#seltecdlv .rd-MultiFinished {
  background-color: salmon;
}
#seltecdlv .rd-MultiIntermediate {
  background-color: lightsalmon;
}
#seltecdlv .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}
#seltecdlv .ui-corner-all {
  border-radius: 15px !important;
}
#seltecdlv .ui-button {
  border: none;
}
#seltecdlv .c-btn:hover {
  background-color: var(--btn-bg-color-hover);
  color: var(--btn-color-hover);
}
#seltecdlv .custom-combobox-input {
  border: none;
  border-radius: 15px;
  padding: 2px 10px;
  font-size: 0.9rem;
  border-radius: 15px;
  padding: 2px 10px;
}
#seltecdlv .blockname {
  border-bottom: 2px solid #000000;
  color: #000000;
  background-color: #c3b487;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2em;
  margin: 0;
  padding-left: 0.5em;
}
#seltecdlv .tagit {
  border: none;
  border-radius: 15px;
  padding: 2px 10px;
  font-size: 0.9rem;
  border-radius: 15px;
  padding: 2px 10px;
}
#seltecdlv .ui-selectmenu-button.ui-button {
  background: red;
  color: white;
}
#seltecdlv .custom-combobox-toggle {
  background-color: transparent;
  width: 30px;
  margin-left: -30px;
}
#seltecdlv .ui-widget.ui-widget-content {
  background: white;
  color: black;
  width: 98%;
}
#seltecdlv .ui-button::after {
  content: "\f102";
  position: absolute;
  top: 7px;
  right: 10px;
  display: block;
  rotate: 90deg;
  pointer-events: none;
  line-height: 1;
  font-family: icons;
  color: #f03;
}
#seltecdlv li.tagit-new {
  padding: 0.15em 18px 0.2em 0.5em;
}
#seltecdlv .tagit-label {
  text-transform: uppercase;
}
#seltecdlv .roundblock {
  padding: 0px;
}
#seltecdlv a.btn {
  color: white;
}

.ui-widget {
  font-family: "Fabrikat Normal", Arial, Helvetica, sans-serif !important;
}

.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto; /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index: 1000 !important;
  border-radius: 0px;
  border: 1px solid #5f5f5f;
}

.ui-autocomplete-list {
  max-height: 400px;
  overflow-y: auto; /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index: 1000 !important;
}

.ui-autocomplete.ui-front {
  max-height: 400px;
  overflow-y: auto; /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index: 1000 !important;
}
