﻿/*Site Variable*/
.female {
  color: pink !important;
}
/*Mixin*/
.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body {
  background: #132c40;
}
.featured-header {
  background: #546e83;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 5px 0;
}
.featured-header a {
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-family: Arial;
  text-transform: capitalize;
  font-weight: bold;
}
.content-container {
  background: #546e83;
  border-radius: 5px;
  padding: 3px;
}
.module-finder {
  background: #e2e2e2;
  border-radius: 3px;
}
.module-finder header {
  background: #d8d8d8;
  border-radius: 3px 3px 0 0;
  padding: 10px 5px 10px 15px;
  font-size: 10px;
  color: #464647;
}
.module-finder header h2 {
  color: #3f3f40;
  font-size: 20px;
  text-transform: uppercase;
}
/*Race Finder*/
.race-finder {
  background: #fff;
  padding-bottom: 5px;
  height: 100%;
  border-radius: 4px;
}
.race-finder .result-list {
  float: left;
  width: 600px;
  color: #555;
  font-size: 12px;
  margin: 10px 0;
}
.race-finder .result-list .race {
  padding: 13px 0;
  border-bottom: 1px solid #eee;
}
.race-finder .result-list .race .row {
  padding: 0 0 0 15px;
}
.race-finder .result-list .race .row .btn:first-child {
  margin: 0;
}
.race-finder .result-list .race:last-child {
  border: none;
}
.race-finder .result-list .race .row:last-child {
  padding-right: 15px;
}
.race-finder .result-list .race-time {
  padding-left: 0;
  width: 60px;
  color: #8C8C8C;
  font-size: 11px;
}
.race-finder .result-list .race-time strong {
  color: #243D51;
}
.race-finder .result-list .detail-info {
  width: 180px;
}
.race-finder-time-to-post {
  background: #E1E8EB;
  display: block;
  padding: 5px;
  border-radius: 3px;
  width: 60px;
  text-align: center;
}
.race-finder-time-to-post > span {
  white-space: nowrap;
}

.result-filter {
    float: left;
    width: 370px;
    margin: 10px 0 0 10px;
    padding: 0 10px;
    color: #525752;
    font-size: 12px;

}
.result-filter label {
  width: 80px;
  font-weight: bold;
}
.result-filter .inputs {
  width: 270px;
}
.result-filter .section {
  padding: 12px 0;
  border-bottom: 1px dotted #ccc;
  display: table;
}
.result-filter .section > div {
  margin-bottom: 10px;
}
.result-filter .section > div:last-child {
  margin-bottom: 0;
}
.result-filter .section:nth-child(3) {
  border: none;
}
.result-filter .actions {
  margin: 0 0 10px 0;
  text-align: right;
}
.surface {
  text-align: center;
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 90%;
}
.surface .switch-btn {
  margin-top: 2px;
}
.surface:nth-child(3) {
  margin-right: 0;
}
.race-filter-form {
  overflow: hidden;
}
#btn-reset {
  text-decoration: none;
  color: #546e83;
  border-bottom: 1px dotted #546e83;
}
/*# sourceMappingURL=race-finder.css.map */
/*Site Variable*/
.female {
  color: pink !important;
}
/*Mixin*/
.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*Track Finder*/
.tab-container {
  margin-top: 20px;
}
.tab-container .content {
  background: #fff;
  padding-top: 15px;
  border-radius: 0 0 5px 5px;
}
.tab-container .content-wrap {
  margin-bottom: 5px;
}
.tab-container .tab-nav {
  margin-left: 10px;
}
.tab-container .tab-nav .tab {
  display: inline-block;
  background: #243847;
  background: #485e70;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #485e70), color-stop(1, #4c6275));
  background: -ms-linear-gradient(bottom, #485e70, #4c6275);
  background: -moz-linear-gradient(center bottom, #485e70 0%, #4c6275 100%);
  padding: 5px 10px;
  text-align: center;
  min-width: 100px;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.tab-container .tab-nav .active {
  background: #fff;
  color: #243847;
}
.date-filter {
  width: 180px;
  position: absolute;
  right: 16px;
  top: 71px;
  font-size: 110%;
  font-weight: bold;
}
.date-filter .value-container {
  color: #243847;
}
.date-filter .fa-caret-down {
  font-size: 120%;
}
/*Track List*/
.track-result-list {
  margin: 0 5px 0;
}
.track-result-list li {
  list-style: none;
  margin: 0 0px 10px 5px;
  float: left;
}
.track-result-list li:first-child {
  margin-left: 0;
}
.track-result-list li:nth-child(4n + 0) {
  margin-left: 0;
}
.track-result-list .track {
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 131px;
  width: 241px;
  padding: 10px 10px 20px 10px;
  color: #fff;
  font-size: 10px;
  position: relative;
  text-decoration: none;
  background: #637b8c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #637b8c), color-stop(1, #c9ced2));
  background: -ms-linear-gradient(bottom, #637b8c, #c9ced2);
  background: -moz-linear-gradient(center bottom, #637b8c 0%, #c9ced2 100%);
}
.track-result-list .featured {
  padding-left: 250px;
  width: 487px;
  background: #243847 url('../../Images/featured-track.png') no-repeat;
}
.track-result-list .featured .track-name {
  color: #fff;
}
.track-result-list .featured .track-location {
  color: #ffd204;
}
.track-result-list .featured .track-post-info {
  border: none;
}
.track-result-list .track-name,
.track-result-list .track-location {
  display: block;
  text-align: center;
  color: #546e83;
  font-size: 20px;
  width: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.track-result-list .track-location {
  color: #243847;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.track-result-list .track-post-info {
  border: 1px dotted #fff;
  border-width: 1px 0;
  padding: 2px 0;
  margin-top: 2px;
}
.track-result-list .track-weather-info {
  position: absolute;
  bottom: 10px;
}
/*# sourceMappingURL=track-finder.css.map */
