/*
Copyright 2012-2026 VeloViewer. All Rights Reserved
###V59###
*/
body {
  padding-top: 40px;
}

.navbar .btn-navbar {
  padding: 5px 8px;
  color: white;
  /*font-size: 0.9em;*/

  margin-top: 8px;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 23px;
}

@media (max-width: 979px) {

  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 0px 0px 0px 9px;
  }
}

@media (max-width: 979px) {
  /* Remove any padding from the body */

  body {
    padding-top: 0;
  }
}

dt {
  float: left !important;
}

.brand img {
  height: 26px;
  margin-top: 1px;
}

.poweredbywrapper {
  vertical-align: initial;
  margin-bottom: 2px;
  margin-left: 5px;
  color: #999999;
}

.poweredbystrava {
  background-image: url(https://cf.veloviewer.com/img/api_logo_pwrdBy_strava_stack_light.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 90px;
  height: 34px !important;
  background-size: 90px;
  margin: 0px -10px 0px 0px;
  text-indent: -10000px;
  padding: 0px !important;
  display: inline-block !important;
}

.subhead h1 {
  font-size: 30px;
  line-height: 33px;
}

span.visible-phone {
  display: inline !important;
}

table {
  font-size: 11px;
}

#tableWrapper table,
.tableWrapper table {
  margin-bottom: 0px;
}

.input-append select {
  /*border-radius: 3px 0 0 3px;*/
}

.btn-group .btn {
  z-index: 2;
}

#filterAcc {
  line-height: normal;
}

#addFilterSelect,
#configSelect,
.chartSelect,
#typeFlipper,
#datum {
  width: 10em;
  padding: 0px;
  height: 18px;
  font-size: 12px;
}

@media (max-width: 979px) {
  .poweredbywrapper {
    display: block;
    text-align: center;
  }

  .poweredbystrava {
    margin: 0px 0px 0px 5px;
  }
}

@media (min-width: 980px) {
  .navbar .nav-collapse.collapse>.nav .dropdown-menu li>a {
    color: #DD4814;
  }

  .navbar .nav-collapse.collapse>.nav .dropdown-menu li>a:hover {
    color: white;
  }
}

@media (max-width: 767px) {
  .subhead h1 {
    font-size: 30px;
  }

  #addFilterSelect,
  #configSelect {
    width: 5em;
  }
}

@media (min-width: 768px) {
  span.visible-phone {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .form-search input {
    width: 170px;
  }
}

h2 {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 0px;
}

h3 {
  font-size: 14px;
  font-weight: normal;
}

.tab-pane .row {
  margin-right: -20px;
}

.btn {
  margin-left: 5px;
  margin-bottom: 2px;
}

#typeFlipperDiv .btn,
.input-append .btn {
  margin-bottom: 0px;
}

.btn:first-child {
  margin-left: 0px;
}

.regMark {
  cursor: pointer;
  margin: -8px;
  padding: 8px;
  line-height: 19px;
}

.negative {
  background-color: rgba(200, 54, 54, 0.5);
}

.positive {
  background-color: rgba(54, 200, 54, 0.5);
}

.tempMark {
  color: rgba(0, 0, 0, 0.3);
}

.plainList {
  list-style-type: none;
  margin-left: 0px;
}

li.Horizontal {
  float: left;
}

li.Vertical {
  border-bottom-width: 1px;
  border-bottom-color: #eee;
  border-bottom-style: solid;
  margin-bottom: 5px;
}

li.Vertical:last-child {
  border-bottom-width: 0px;
}

.paraTrim * {
  display: none;
}

.paraTrim *:first-child {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.nav-tabs {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li>a,
.nav-pills>li>a {
  padding-right: 6px;
  padding-left: 6px;
  margin-right: 2px;
  line-height: 14px;
}

.tab-content {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 18px;
  border-top-width: 0px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.tab-pane .form-actions {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0px;
}

.clipText {
  overflow: hidden;
}

td,
th {
  overflow: hidden;
}

@media screen and (max-width: 320px) {
  @-ms-viewport {
    width: 320px;
  }
}

table.tablesorter thead {
  cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url(../images/asc.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

table.tablesorter thead tr .headerSortDown {
  background-image: url(../images/desc.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
}

caption {
  text-align: left;
}

.table td {
  white-space: nowrap;
}

.table {
  background-color: white
}

.arrow {
  height: 10px;
  vertical-align: middle;
  margin: 0px 3px 0px 0px;
}

.up {
  color: green;
}

.down {
  color: red;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center !important;
}

.clipText {
  overflow: hidden;
}

#fb-root {
  left: -575px !important;
}

.phone-a {
  color: black;
}

.dl-horizontal-phone dt {
  float: left;
  width: 55px;
  overflow: visible !important;
  font-size: 12px;
  clear: left;
  text-align: right;
  white-space: nowrap;
}

.dl-horizontal-phone dd {
  margin-left: 65px;
}

dl {
  margin-bottom: 5px;
  margin-top: 5px;
}

.smallTable {
  font-size: smaller;
}

.ar {
  text-align: right !important;
}

/*h3 {
  font-weight: 500;
}*/
/*@media (min-width: 768) {*/

.dashboardOptions {
  width: 300px;
  float: left;
}

.dashboardCharts {
  float: left;
}

/*}*/

.popoverClose {
  margin-top: -3px;
}

ol ol li {
  list-style-type: lower-alpha;
}

.popover-content a:not(last-child) {
  display: block;
  margin-bottom: 4px;
}

#c {
  display: block;
  margin: 0 auto;
}

.controls #c {
  margin: 0px;
}

#map {
  border: 1px solid #999999;
}

.mapWrapper {
  margin-bottom: 20px;
}

.warningText a:after {
  content: " !";
  font-weight: 500;
  color: #97310E;
}

.tab-content {
  overflow: visible;
}

.navbar .nav.pull-right {
  margin-left: 0px !important;
}

.navbar .nav {
  margin-right: 0px !important;
}

div.olControlAttribution {
  bottom: 0.5em;
  left: 0.5em;
  /*font-size:large;
    font-weight:500;
    color:#DD4814;*/
}

.olBingAttribution {
  font-size: xx-small;
}

.notPR {
  color: #800000;
}

td>a {
  display: block;
}

td.segPRs>a {
  display: inline;
}

td>a.label {
  display: inline;
}

.olMapViewport img {
  max-width: none !important;
}

.olMapViewport label {
  display: inline !important;
}

.olControlPanPanel {
  right: 20px !important;
  left: auto !important;
  top: 30px !important;
}

.olControlPanPanel .olControlPanNorthItemInactive {
  right: 20px !important;
  left: auto !important;
  top: 0px !important;
}

.olControlPanPanel .olControlPanSouthItemInactive {
  right: 20px !important;
  left: auto !important;
  top: 40px !important;
}

.olControlPanPanel .olControlPanWestItemInactive {
  right: 40px !important;
  left: auto !important;
  top: 20px !important;
}

.olControlPanPanel .olControlPanEastItemInactive {
  right: 0px !important;
  left: auto !important;
  top: 20px !important;
}

.olControlZoomPanel {
  top: 8px !important;
}

.olControlZoomToMaxExtentItemInactive {
  display: none;
}

.olControlLayerSwitcher {
  top: 0px !important;
  z-index: 1015 !important;
}

div.outer {
  position: relative;
}

div.inner {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  width: 100%;
}

input[type=image] {
  width: auto;
}

.fbimage {
  height: 25px;
  margin: 2px 5px 2px 0px;
}

.olFramedCloudPopupContent {
  overflow: visible !important;
}

/*
.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.visible-desktop {
    display: none !important;
}

.hidden-bigdesktop {
    display: none !important;
}

@media (min-width: 980) and (max-width: 1100px)
{
    .visible-phone {
      display: none !important;
    }
    .hidden-phone {
      display: inherit !important;
    }

    .visible-tablet {
      display: none !important;
    }
    .hidden-tablet {
      display: inherit !important;
    }

    .visible-desktop {
      display: inherit !important;
    }

    .hidden-desktop {
      display: none !important;
    }

    .visible-bigdesktop {
      display: none !important;
    }

    .hidden-bigdesktop {
      display: inherit !important;
    }
}

@media (max-width: 767px) {
    .hidden-bigdesktop {
      display: inherit !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-bigdesktop {
      display: inherit !important;
    }
}
*/

.table-striped tbody tr:nth-child(odd) td.ordered {
  background-color: rgb(234, 234, 234);
}

.table-striped tbody tr:nth-child(even) td.ordered {
  background-color: rgb(243, 243, 243);
}

.table tbody tr.success>td {
  background-color: #dff0d8;
}

.table tbody tr.error>td {
  background-color: #f2dede;
}

.table tbody tr.warning>td {
  background-color: #fcf8e3 !important;
}

.table tbody tr.info>td {
  background-color: #d9edf7 !important;
}

.table-hover tbody tr.success:hover>td {
  background-color: #d0e9c6 !important;
}

.table-hover tbody tr.error:hover>td {
  background-color: #ebcccc !important;
}

.table-hover tbody tr.warning:hover>td {
  background-color: #faf2cc !important;
}

.table-hover tbody tr.info:hover>td {
  background-color: #c4e3f3 !important;
}

.busy {
  cursor: busy;
}

/*table.sortable th
{
  cursor: default;
  background-color: #FF032E;
}
table.sortable th.ascOrder
{
color: #FF032E;
background-color: #FF032E;
background
}*/

table.sortable th.ascOrder,
table.sortable th.descOrder {
  color: #FF032E;
}

table.sortable th.ascOrder:after {
  content: '\00a0\2191';
}

/*table.sortable th.descOrder
{
  color: #ffffff;
  background-color: #FF032E;
  }*/

table.sortable th.descOrder:after {
  content: '\00a0\2193';
}

svg {
  font-size: 10px;
  font-family: 'Ubuntu', Tahoma, sans-serif;
}

rect.closeFilter {
  cursor: default;
  fill: #0000FF;
}

text.closeFilter {
  stroke: #FF032E;
}

path.filtered {
  fill: #FF032E;
}

path.all {
  fill: #cccccc;
}

.faxis path,
.faxis line {
  fill: none;
  stroke: #000;
  shape-rendering: auto;
  /*shape-rendering: crispEdges;*/
}

.faxis text {
  display: none;
}

.faxis .tick {
  display: none;
}

.brush .extent {
  stroke: #000;
  stroke-opactiy: .5;
  fill-opacity: .125;
  shape-rendering: auto;
  /*shape-rendering: crispEdges;*/
}

#rowCount {
  width: 75px;
}

.collapseBtn {
  /*    -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;*/

  margin-left: 0px;
  margin-bottom: 0px;
  vertical-align: top;
}

.collapseBtn.collapsed {
  /*border-bottom-left-radius: 4px;*/
}

.accordion-heading .btn-group button {
  margin-bottom: 0px;
}

.filterExpanderTxt:before {
  content: 'Hide';
}

.collapseBtn.collapsed .filterExpanderTxt:before {
  content: 'Show';
}

.accordion-heading .btn-group button:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion-heading.collapsedHeader .btn-group button:last-child {
  border-bottom-right-radius: 0px;
}

.accordion-body {
  clear: both;
}

#filtersContainer>div {
  float: left;
  border: 1px solid rgb(210, 210, 210);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 5px 0px 0px 0px;
  margin: 0px 10px 10px 0px;
  position: relative;
}

.listFilterContainer {
  margin: 10px 0px 15px 10px;
  min-width: 200px;
}

.filterDiv,
.filterDivMap,
.filterDivList {
  min-height: 86px;
}

#filtersContainer .closeBtn {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 11px;
  line-height: 15px;
}

#filtersContainer .filterMinMax {
  position: absolute;
  top: 2px;
  right: 30px;
  text-align: left;
}

#filtersContainer .filterMinMax input {
  width: 3em;
  padding: 0px;
  font-size: 11px;
}

#filtersContainer .filterMinMax input.dateFilter {
  width: 5em;
}

.filterTitle {
  font-size: 9pt;
  font-weight: 500;
}

p.filterTitle,
#mapFilterText {
  margin-left: 10px;
  margin-right: 10px;
}

.filterMinMax {
  font-size: 8pt;
}

.filterDivText {
  min-height: 86px;
}

.filterDivText input {
  margin-left: 5px;
  margin-right: 5px;
}

.ar {
  text-align: right;
}

.hScroll {
  overflow-x: scroll;
}

input[type="range"] {
  width: 100px;
}

.mapOptions * {
  margin-bottom: 0px;
}

#dataContainer {
  margin-bottom: 18px;
}

#chartContainer {
  clear: both;
}

#tableWrapper,
.tableWrapper {
  overflow: auto;
  border-width: 0px;
  border-style: solid;
  /*border-radius: 4px;*/
}

#mapChartContainer,
#tableContainer {
  height: 100%;
}

#activityTable {
  margin-bottom: 0px;
  border-width: 0px;
}

#activityTable th {
  font-size: 0.9em;
}

#activityTable td:first-child,
#activityTable th:first-child {
  border-left-width: 0px;
}

#rowCount {
  margin-top: 3px;
}

.axis path,
.axis line {
  fill: none;
  stroke: black;
  shape-rendering: crispEdges;
}

.axis text {
  /*font-size: 11px;*/
}

.accordion {
  background-color: #fafafa;
}

.accordion-heading {
  background-color: #fafafa;
}

#changesContainer>div>div {
  overflow-y: auto;
  max-height: 200px;
  background: white;
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 5px;
  border-radius: 5px;
}

#filterAcc {
  margin-bottom: 0px;
}

.authEmbed {
  width: 100%;
  height: 600px;
  border: 1px solid black;
}

/*@media (max-width: 636px)
{
  .authEmbed
  {
    height: 435px;
  }
  }*/

.homepageImg a {
  margin: 10px;
  background-color: white;
  padding: 4px;
  border: solid rgba(0, 0, 0, 0.1) 1px;
}

.homepageImg img {
  height: 138px;
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  cursor: pointer;
}

.carousel-indicators .active {
  background-color: #000;
}

.carousel-control {
  position: absolute;
  top: auto;
  bottom: 6px;
  left: 6px;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  font-size: 40px;
  font-weight: 100;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  left: auto;
  right: 6px;
}

.carousel {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.carousel-caption {
  color: #aaaaaa;
  padding-left: 50px;
  padding-right: 50px;
}

.itemContent {
  padding-bottom: 80px;
}

.placingChange {
  color: red;
}

.placingChangeGood {
  color: green;
}

.bgLabel {
  float: left;
  margin-right: 5px;
}

.bgFilter {
  float: left;
  margin-right: 10px;
}

dd.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#vvScore {
  font-size: 5em;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 55px;
  margin-bottom: 30px;
}

#scoreSegments {
  font-weight: 500;
}

.olMap.fullscreen,
.olMap:-webkit-full-screen {
  height: 100% !important;
  width: 100% !important;
  position: fixed;
  left: 0;
  top: 0;
}

.olControlFullScreenItemActive,
.olControlFullScreenItemInactive {
  height: 20px;
  width: 20px;
  background-image: url(../img/fullscreen.png);
  cursor: pointer;
}

.olControlZoomPanel div {
  background-image: url(../img/zoom-panel.png) !important;
}

.olControlPanPanel div {
  background-image: url(../img/pan-panel.png) !important;
}

.olControlFullScreenItemActive {
  background-position: 0 -25px;
}

.olControlFullScreenItemInactive {
  background-position: 0 0;
}

.olControlPanel {
  right: 0;
  padding: 5px;
}

.nv-controlsWrap {
  display: none;
}

#profile3dsvg {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

#profile3dsvg text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*fill: #666;
  font-size:60px;*/
}

#profile3dsvg text.title {
  fill: #666;
  font-size: 50px;
}

#profile3dsvg .tick {
  font-size: 10px;
  fill: black;
}

.shProfileImg {
  float: left;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  margin-bottom: -3px;
}

.progress .bar {
  -webkit-transition: width 0s;
  -moz-transition: width 0s;
  -o-transition: width 0s;
  transition: width 0s
}

#wheel {
  z-index: 2000;
}

#wheel .rule line {
  stroke: #eee;
  shape-rendering: crispEdges;
}

#wheel .rule line.axis {
  stroke: #000;
}

#wheel .ride {
  fill: #FF032E;
  stroke: #FF032E;
}

#wheel .run {
  fill: blue;
  stroke: blue;
}

#wheel .other {
  fill: green;
  stroke: green;
}

#wheel .actPath {
  fill: none;
  stroke-width: 1;
}

#wheel .actArea {
  fill-opacity: 0.5;
  stroke: none;
}

#wheel .circle,
#wheel .startPath {
  stroke: black;
  stroke-width: 0.5;
  fill: none;
}

#wheel .actBG {
  fill: white;
  fill-opacity: 0;
  stroke: none;
}

#wheel .highlight {
  fill: #FF032E;
  fill-opacity: 0.2;
}

#wheel .datePath,
#wheel .distPath,
#wheel .namePath,
#wheel .vvPath {
  stroke: none;
  fill: none;
}

#wheel .fullWheel text {
  stroke: none;
  fill: black;
}

#wheel .distText {
  font-size: 14px;
  font-weight: 500;
}

#wheel svg text {
  font-family: 'Ubuntu', Tahoma, sans-serif;
}

#wheel .vvText {
  /*font-weight: 500;*/
}

#wheel>div {
  position: absolute;
}

#wheel {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#monthYear select {
  width: 8em;
}

#monthYear input {
  width: 10em;
}

.day {
  fill: #fff;
  stroke: #ddd;
}

.month {
  fill: none;
  stroke: #000;
  stroke-width: 1px;
}

.week,
.year,
.monthDOW,
.yearDOW {
  fill: #fff;
  stroke: #000;
  stroke-width: 1px;
}

#calContainer {
  shape-rendering: crispEdges;
}

.dl-horizontal dd {
  margin-left: 0px;
}

.dl-horizontal dt {
  width: auto;
  margin-right: 6px;
}

.table-striped1 tbody tr:nth-child(4n-2) td,
.table-striped1 tbody tr:nth-child(4n-2) th,
.table-striped1 tbody tr:nth-child(4n-3) td,
.table-striped1 tbody tr:nth-child(4n-3) th {
  background-color: #f9f9f9;
}

.table tbody tr.success>td {
  background-color: #dff0d8 !important;
}

.raceHeader {
  font-size: bigger;
  font-weight: 500;
}

.athleteName {
  font-size: 2em;
}

@media (max-width: 767px) {
  .athleteName {
    font-size: 1em;
  }
}

table td {
  line-height: normal !important;
}

tr.progressRow .progress,
#hunterDesc .progress {
  border: #aaaaaa 1px solid;
}

.scrollToSelf {
  cursor: pointer;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 420px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.tableWrapper.st {
  width: 100%;
  position: relative;
  overflow: visible;
}

.st-body {
  overflow: auto;
  position: absolute;
}

.st-head {
  overflow: hidden;
  position: absolute;
  background-color: white;
  border-bottom: 1px solid rgb(221, 221, 221);
}

/* fixes to bootstrap.css and bootstrap-responsive.css */

body.body-fixed-to-bottom {
  padding-bottom: 60px;
  /* 60px to make the container go all the way to the bottom of the topbar */
}

@media (min-width: 980px) {
  body.body-fixed-to-top {
    padding-top: 40px;
    /* 60px to make the container go all the way to the bottom of the topbar */
  }
}

@media (max-width: 979px) {
  .navbar-fixed-bottom {
    position: fixed !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .navbar-fixed-top {
    margin-bottom: 0px;
  }
}

.tab-pane {
  overflow: visible;
}

.input-prepend>*:first-child {
  margin-left: 0px !important;
}

.help-inline {
  margin-bottom: 10px;
}

.form-inline .help-inline {
  margin-bottom: 0px;
}

/* styles for this page */

.docs-input-sizes>* {
  display: block !important;
}

.docs-input-sizes {
  padding-bottom: 100px;
}

.the-icons {
  margin-left: 0;
  list-style: none;
}

.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}

.the-icons i:hover {
  background-color: rgba(255, 0, 0, .25);
}

.brand {
  padding-top: 4px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 979px) {
  .navbar {}
}

@media (max-width: 768px) {
  .navbar {}

  .brand {
    padding-left: 20px !important;
  }
}

@media (min-width: 980px) {
  .brand {
    padding-left: 15px !important;
  }
}

table th,
table td {
  /*font-size: 0.8em;*/

  line-height: normal !important;
}

td {
  color: black;
}

th {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  *background-color: #d81518;
  color: white;
  font-weight: normal !important;
}

.navbar-inverse .nav-collapse .nav>li>a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:hover {
  color: white !important;
}

.nav-tabs a {
  padding: 4px 7px !important;
  /*color: white;*/

  border: 1px solid #bbb !important;
  -webkit-border-radius: 0 0 0 0 !important;
  -moz-border-radius: 0 0 0 0 !important;
  border-radius: 0 0 0 0 !important;
}

.nav-tabs li:not(.active) a {
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/

  background-color: white;
  border-color: #f40029 #f40029 #a8001c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f40029;
}

.nav-tabs a:hover {
  background-color: #FF032E !important;
  color: white;
}

.nav-tabs .active a,
.nav-tabs .active a:hover {
  background-color: #f4f4f4 !important;
  border-bottom-color: transparent !important;
}

.nav {
  margin-bottom: 0px !important;
  border-color: #aaa;
  margin: 0px -10px 0px -10px;
  padding: 0px 0px 0px 0px;
}

.tab-content {
  background-color: #f4f4f4;
  border-color: #bbb;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  margin: 0px -10px 10px -10px;
  padding: 10px 10px 0px 10px;
}

a,
.btn-link {
  font-weight: 500
}

.nav-tabs a {
  font-weight: normal
}

@media (max-width: 767px) {
  .nav {
    margin: 0px -15px 0px -15px;
    padding: 0px 5px 0px 5px;
  }

  .tab-content {
    margin: 0px -15px 10px -15px;
    padding: 9px 5px 0px 5px;
  }
}

.btn-navbar {
  color: white !important;
  border-color: white !important;
  padding: 3px 5px !important;
}

.navbar-inner {
  padding: 0px !important;
}

th a,
th a:hover {
  color: white;
  text-decoration: underline;
}

td a {
  font-weight: normal;
}

.lead li {
  line-height: normal;
}

svg:not(:root) {
  overflow: hidden;
}

.activityDetails path.line {
  stroke-width: 1;
  fill: none;
}

.activityDetails path.elevationArea {
  stroke: none;
  stroke-width: 0;
  fill-opacity: 0.3;
}

.activityDetails .axis path {
  shape-rendering: crispEdges;
  fill: none;
}

.activityDetails .x.axis line {
  stroke: none;
  /*stroke-opacity: 0.3;*/
}

.activityDetails .x.axis .minor {
  /*stroke-opacity: .5;*/
}

.activityDetails .x.axis path {
  stroke: none;
}

.activityDetails .y.axis line,
.activityDetails .y.axis path {
  fill: none;
  stroke: #000;
}

.activityDetails .brush {
  shape-rendering: crispEdges;
}

.activityDetails .brush .extent {
  fill-opacity: 0.1;
}

.activityDetails .dataText {
  font-size: 10em;
  font-weight: 500;
  fill-opacity: 0.05;
}

.activityDetails circle {
  /*stroke-width: 0px;*/
}

.activityDetails line.gear {
  stroke-width: 1px;
  stroke: black;
  stroke-opacity: 0.1;
}

.activityDetails line.gear.big {
  stroke-dasharray: 5, 5;
}

.activityDetails .yRange rect {
  /*stroke-width: 0px;*/
  /*fill-opacity: 0.2;*/
}

.activityDetails .yRange line,
.activityDetails .yRange rect {
  shape-rendering: crispEdges;
}

.activityDetails .marker line {
  stroke-opacity: 0.4;
  shape-rendering: crispEdges;
}

.activityDetails #chartsTab .x.axis path,
.activityDetails #chartsTab .x.axis line {
  stroke: black;
}

.dropdown-backdrop {
  display: none
}

select {
  padding: 1px;
  height: 26px;
}

.tableWrapper select {
  margin-bottom: 0px;
  width: 130px;
}

.tooltip-inner {
  max-width: 300px
}

.tooltip-inner li {
  text-align: left;
}

.colConfigBtn {
  padding: 3px 5px;
}

.configOptions {
  clear: both;
}

.configOptions * {
  float: left;
  margin: 0px 5px;
  vertical-align: middle;
  margin-bottom: 5px
}

.configOptions label {
  width: 70px;
  text-align: right;
}

.accordion-heading span {
  vertical-align: middle
}

body .modal-wide .modal-body {
  max-height: 700px
}

body .modal-wide.fade.in {
  top: 10px;
}

@media(min-width: 768px) {
  body .modal-wide {
    width: 750px;
    margin-left: -375px;
  }
}

@media(min-width: 860px) {
  body .modal-wide {
    width: 850px;
    margin-left: -425px;
  }
}

body .modal-wide .nav-tabs {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

body .modal-wide .tab-content {
  margin: 0px;
  border-width: 0px;
  overflow: visible;
  background-color: transparent;
}

body .modal-wide .nav-tabs .active a,
body .modal-wide .nav-tabs .active a:hover {
  background-color: transparent;
  !important;
}

/*@-webkit-keyframes shake {
    0%, 100% {-webkit-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
    20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}*/

.leafletDistanceMarker {
  padding: 0px 0px 0px 0px !important;
  font-size: 8px;
}

.leaflet-control-container label,
.leaflet-control-container button,
.leaflet-control-container input,
.leaflet-control-container select,
.leaflet-control-container textarea {
  vertical-align: baseline;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0px;
}

.infoBox {
  opacity: 0.9;
  border-radius: 2px;
}

.infoBox:before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
  position: absolute;
  top: 0px;
  left: -6px;
}

.sufferfestAd {
  margin: 0px -10px;
  white-space: nowrap;
}

.st-body table,
.st-head table {
  border-width: 0px;
}

.st-body tr>*:first-child,
.st-head tr th:first-child {
  border-left-width: 0px;
}

/*
.accordion-caret .accordion-toggle:hover {
    text-decoration: none;
}
.accordion-caret .accordion-toggle:hover span,
.accordion-caret .accordion-toggle:hover strong {
    text-decoration: underline;
}
.accordion-caret .accordion-toggle:before {
    font-size: 20px;
    vertical-align: -3px;
}
.accordion-caret .accordion-toggle:not(.collapsed):before {
    content: "▾ ";
    margin-right: 0px;
}
.accordion-caret .accordion-toggle.collapsed:before {
    content: "▸ ";
    margin-right: 0px;
}*/
ul.dropdown-menu.color-ranges {
  min-width: 144px;
  padding: 0px;
  margin: 0px
}

ul.dropdown-menu.color-ranges li a {
  padding: 0px
}

div#selColorLegend div {
  float: left;
  height: 30px;
  width: 16px
}

div#selColorLegend div div {
  -webkit-transform: translateX(-10px) translateY(0px) rotate(45deg);
  -moz-transform: translateX(-10px) translateY(0px) rotate(45deg);
  -o-transform: translateX(-10px) translateY(0px) rotate(45deg);
  transform: translateX(-10px) translateY(0px) rotate(45deg)
}

.mapWindMarkerText {
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.5);
  padding: 3px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.gm-style-iw-ch {
  max-width: 280px;
  padding-top: 15px;
  font-weight: 600;
}

.map-marker-label {
  background: rgba(255, 255, 255, 0.5);
  padding: 2px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  position: absolute;
  color: black;
  font-size: 12px;
  font-weight: bold;
}


.imgselect-mount {
  display: inline-block;
  vertical-align: middle;
}

/* Container where each lightweight control lives */
.imgselect {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  /* Make the picker inline so it sits in a row with images/text */
  display: inline-flex;
  /* inline + flex layout inside */
  vertical-align: middle;
  /* aligns with images/text */
}

/* Display */
.imgselect__display {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}

.imgselect__value {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  flex: 1 1 auto;
  min-width: 0;
}

.imgselect__valueText {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.imgselect-mount.disabled .imgselect__valueText {
  background-color: #555555;
}


.imgselect__arrowBtn {
  width: 44px;
  flex: 0 0 44px;
  height: 44px;
  border: 0;
  border-left: 1px solid #e6e6e6;
  background: #fafafa;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.imgselect__arrowBtn:active {
  background: #f0f0f0;
}

.imgselect__arrowBtn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -30%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #444;
}

/* Shared popup overlay (positioned) */
.imgselect-popup {
  position: fixed;
  z-index: 9999;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  display: none;
}

.imgselect-popup.is-open {
  display: block;
}

.imgselect-popup__header {
  padding: 10px;
  border-bottom: 1px solid #eee;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 5;
}

input[type="text"].imgselect-popup__search {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
  outline: none;
  margin-bottom: 0px;
}

input[type="text"].imgselect-popup__search:focus {
  border-color: #9fb8ff;
  box-shadow: 0 0 0 3px rgba(80, 120, 255, 0.15);
}

.imgselect-popup__searchWrap {
  position: relative;
}

.imgselect-popup__search {
  width: 100%;
  padding-right: 36px; /* room for × */
}

.imgselect-popup__searchClear {
  position: absolute;
  right: 0.1em;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 22px;
  line-height: 28px;
  cursor: pointer;
}

.imgselect-popup__groupRow {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.imgselect-popup__groupBtn {
  border: 1px solid #e3e3e3;
  background: #fafafa;
  border-radius: 10px;
  padding: 8px 6px;
  cursor: pointer;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.imgselect-popup__groupBtn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.imgselect-popup__groupBtn span {
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  white-space: normal;
  /* allow wrap */
  overflow: visible;
  text-overflow: clip;
  width: 100%;
}

.imgselect-popup__groupBtn.is-active {
  background: #eef3ff;
  border-color: #b9c9ff;
}

.imgselect-popup__scroller {
  max-height: 330px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.imgselect-popup__section {
  padding: 10px;
}

.imgselect-popup__anchor {
  height: 1px;
}

.imgselect-popup__sectionTitle {
  font-size: 12px;
  color: #555;
  margin: 0 0 8px 0;
  position: sticky;
  top: 0;
  background: #fff;
  padding: 6px 0;
  z-index: 3;
}

.imgselect-popup__divider {
  height: 1px;
  background: #eee;
  margin: 0 10px;
}

.imgselect-popup__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/* Recent: 6 columns */
.imgselect-popup__grid--recent {
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.imgselect-popup__item {
  border: 1px solid #eee;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  overflow: hidden;
  container-type: inline-size;
}

.imgselect-popup__item:hover {
  border-color: #cfd8ff;
  box-shadow: 0 0 0 3px rgba(80, 120, 255, 0.10);
}

.imgselect-popup__item.is-selected {
  border-color: #7fa0ff;
  box-shadow: 0 0 0 3px rgba(80, 120, 255, 0.18);
  background: #7fa0ff60;
}

.imgselect-popup__item img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.imgselect-popup__item div {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  font-size: 1em;
  font-size: 25cqw;
}

/* Global tooltip (not clipped by item) */
.imgselect__tooltip {
  position: fixed;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 120ms ease, transform 120ms ease;

  font-size: 12px;
  line-height: 1.2;
  color: #222;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 6px 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);

  max-width: 280px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.imgselect__tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   DESKTOP STYLE VARIANT
   ========================= */

.imgselect--desktop {
  font-family: Segoe UI, Tahoma, Arial, sans-serif;
}

/* Outer display */
.imgselect--desktop .imgselect__display {
  height: 26px;
  min-height: 26px;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
  background: #ffffff;
  box-shadow: none;
}

/* Value area */
.imgselect--desktop .imgselect__value {
  padding: 0 6px;
  height: 26px;
}

/* Text */
.imgselect--desktop .imgselect__valueText {
  font-size: 13px;
  line-height: 26px;
  /*color: #222;*/
}

/* Narrow arrow like native desktop select */
.imgselect--desktop .imgselect__arrowBtn {
  width: 18px;
  /* narrower */
  min-width: 18px;
  max-width: 18px;
  flex: 0 0 18px;
  /* ✅ override the 44px flex-basis */
  height: 26px;
  border-left: 1px solid #bdbdbd;
  background: linear-gradient(#f6f6f6, #e6e6e6);
  padding: 0;
}

/* Smaller caret */
.imgselect--desktop .imgselect__arrowBtn::before {
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 4px;
  border-top-color: #333;
  transform: translate(-50%, -40%);
}

/* Hover / focus states */
.imgselect--desktop .imgselect__display:hover {
  border-color: #9e9e9e;
}

.imgselect--desktop .imgselect__display:focus-within {
  border-color: #4d90fe;
  box-shadow: 0 0 0 1px #4d90fe inset;
}

/* =========================
   DISABLED STATE (DESKTOP)
   ========================= */

.imgselect--desktop.is-disabled .imgselect__display {
  cursor: not-allowed;
  pointer-events: none;
  background: #eeeeee;
  border-color: #cfcfcf;
  color: #9a9a9a;
}

.imgselect--desktop.is-disabled .imgselect__valueText {
  color: #9a9a9a;
}

.imgselect--desktop.is-disabled .imgselect__arrowBtn {
  background: #f3f3f3;
  border-left-color: #cfcfcf;
  cursor: not-allowed;
}

.imgselect--desktop.is-disabled .imgselect__arrowBtn::before {
  border-top-color: #9a9a9a;
}

.imgselect--desktop.is-disabled {
  cursor: not-allowed;
}

.imgselect-popup__bottomSpacer { height: 0px; }

/* Touch-friendly defaults (phones + tablets) */
@media (pointer: coarse) {
  .imgselect-popup__search {
    font-size: 16px;
  }

  .imgselect-popup__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Touch-only refinements (no hover at all) */
@media (pointer: coarse) and (hover: none) {
  .imgselect__tooltip {
    font-size: 14px;
  }
}

/* use when hiding the SELECT element but keeping tab order */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wmRow {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-bottom: 4px;
  min-width: 0;
  width: 100%;
}

.wmField {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
}

.wmField .imgselect-mount {
  flex: 1 1 auto;
  min-width: 0;
}

/* Make the picker control fill the field width */
.wmField .imgselect {
  width: 100%;
  min-width: 0;
}

/* Ensure the displayed value can actually clip */
.wmField .imgselect__display {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
}

.wmField .imgselect__value {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.wmField .imgselect__valueText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Arrow stays fixed */
.wmField .imgselect__arrowBtn {
  flex: 0 0 auto;
}
