/* Legends Tracking Green Style Sheet */
.ol-control button{ 
    background-color: rgba(17, 143, 56, 0.6) !important;
}
.ol-control button:hover{ 
    background-color: rgba(17, 143, 56, 0.85) !important;
}
.ol-scale-line {
	background-color: rgba(17, 143, 56, 0.6);
}
.layer-switcher .panel {
    border: 4px solid rgba(17, 143, 56, 0.6);
}
.triathlon-viewer-icons{
	background-color: rgba(17, 143, 56, 0.6);
}
.participant-info {
	background-color: rgba(255,255,255,0.9);
  border: 5px solid rgba(17, 143, 56, 0.9);
}
.map-on-click-popup {
	background-color: rgba(255,255,255,0.9);
  border: 5px solid rgba(17, 143, 56, 0.9);
}
input:checked + .slider {
  background-color: #118f3c;
}
input:focus + .slider {
box-shadow: 0 0 1px #118f3c;
}  
.masterevent-not-active {
	background-color: rgba(255,255,255,0.9);
  border: 5px solid rgba(17, 143, 56, 0.9);
}
.password-popup {
	background-color: rgba(255,255,255,0.9);
  border: 5px solid rgba(17, 143, 56, 0.9);
}
.participant-gpx-file {
  border: 5px solid rgba(17, 143, 56, 0.9);
}

.sidebar-tabs {
    background-color: rgba(17, 143, 56, 0.5); }
      .sidebar-tabs > li, .sidebar-tabs > ul > li {
        color: #fff; }
        .sidebar-tabs > li:hover, .sidebar-tabs > ul > li:hover {
          color: #fff; 
          background-color: rgba(17, 143, 56, 0.6); }
        .sidebar-tabs > li.active, .sidebar-tabs > ul > li.active {
          color: #fff;
          background-color: #118f3c; }
        .sidebar-tabs > li.disabled, .sidebar-tabs > ul > li.disabled {
          color: rgba(255, 255, 255, 0.4); }
.sidebar-content {
    background-color: rgba(255, 255, 255, 0.95);}
    .sidebar-header {
        color: #fff;
        background-color: #118f3c; 
}
.sidebar {
    background-color: rgba(255, 255, 255, 0.4);
}
.customerevent-dropdown-select {
	background-color: rgba(17, 143, 56, 0.8);
}
.customerevent-dropdown-select-main {
	background-color: rgba(17, 143, 56, 0.8);
}
.mastereventName {
	background-color: rgba(17, 143, 56, 0.8);
}
.filter-warning {
	background-color: rgba(17, 143, 56, 0.8);
}
.participantlist-inner-content-event-header {
	color: #fff;
  background-color: #118f3c;
} 
.fa-lt-style {
  color: rgb(17, 143, 56);
}
.info-text-on-map { 
  border: 5px solid rgba(17, 143, 56, 0.9);
}
.hr-colored {
  border-color: rgb(17, 143, 56);
}  
.ol-popup {
  border: 3px solid rgba(17, 143, 56, 0.9);  
}
.spinner {
	background: rgb(17, 143, 56, 0.1);
}
.spinner-image{
  content: url(spinner-green.gif);
}
.replay-time-display {
  background: #118f3c; 
}
.replay-slider-container {
background: rgba(17, 143, 56, 0.2);
}
.replay-slider {
background: #118f3c; 
}
.replay-slider::-webkit-slider-thumb {
  background: white;
}
.replay-slider::-moz-range-thumb {
background: #118f3c;
}
.replay-filter-container { 
  border: 5px solid rgba(17, 143, 56, 0.9);
}
.button {
	background-color: rgba(17, 143, 56, 0.9);
} 
.popup-map {
  background-color: rgba(255,255,255,0.95);
  border: 5px solid rgba(17, 143, 56, 0.9);
}
    


            
