/* Scss Document */
div.disclaimer {
  font-size: 11px;
  color: #aaa;
  text-align: center;
  margin-bottom: 1em; }

div.search-bar {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 34px; }

input.search-field {
  width: 93%;
  border: none;
  height: 32px;
  padding: 1px 8px;
  margin-left: 2px; }

i.search-icon {
  color: #ccc;
  position: absolute;
  right: 25px;
  top: 10px; }

button.btn-share {
  margin-left: 15px; }

i.icon-share {
  color: #999; }

span.event-prize {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 600;
  color: #2e8b57;
  background-color: #D7ECD7;
  padding: 1px 5px;
  border-radius: 3px; }

div.more-info {
  display: inline; }
  div.more-info a:nth-child(even) {
    margin-left: 1em; }

a.fa-stack {
  padding: 0 2px; }

a.share-link {
  margin: 0 3px; }

/* Events Table */
#schedule thead {
  font-weight: 600; }
#schedule tbody > tr > td {
  vertical-align: top; }
#schedule td.column-date {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.08);
  width: 5em; }
#schedule td.column-event-logo {
  padding-top: 0.75em; }
#schedule td.column-event-title {
  padding-top: 1.25em; }
#schedule td.column-actions {
  text-align: center;
  padding-top: 1em;
  width: 9em; }
#schedule a.btn {
  width: 7.75em; }
#schedule .event-date-day {
  font-size: 2em;
  font-weight: 500;
  text-shadow: 0 1px 1px #fff; }
#schedule h5 {
  margin-top: 0;
  margin-bottom: 3px; }
#schedule h5 small {
  display: inline-block;
  line-height: 1.3;
  margin-top: 5px; }
#schedule div.row.intro-block {
  padding-top: 0.75em; }
#schedule i.icon-event-time {
  text-shadow: 0 1px 1px #fff; }
#schedule div.popover.left {
  margin-left: 4px;
  margin-top: -4px; }
#schedule tr.past-event {
  background-color: #efefef; }
  #schedule tr.past-event span.label-default, #schedule tr.past-event span.label-red, #schedule tr.past-event span.label-green, #schedule tr.past-event span.label-blue, #schedule tr.past-event span.label-yellow, #schedule tr.past-event span.label-orange {
    background-color: #ccc;
    border-left: 5px solid #ddd; }
  #schedule tr.past-event td.column-date h5, #schedule tr.past-event td.column-date span {
    color: #999; }
  #schedule tr.past-event td.column-event-logo img {
    filter: grayscale(0.85);
    opacity: 0.25; }
  #schedule tr.past-event div.row.intro-block {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  #schedule tr.past-event div.share {
    display: none; }
#schedule tr.next-event td.column-date {
  box-shadow: inset 5px 0 0 0 crimson; }

/* Disabled Button */
a.btn.disabled {
  pointer-events: none; }

a.btn.btn-primary.disabled {
  color: #999;
  border-color: #999; }

/* Day or Night */
i.day-race, i.night-race {
  color: #999;
  text-shadow: 0 1px 1px #fff; }

div.day-or-night-icon {
  float: left;
  margin: 1.75em 0;
  padding-right: 10px; }
  div.day-or-night-icon i.day-race, div.day-or-night-icon i.night-race {
    font-size: 1.5em; }

/* Track Labels */
span.label {
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 2px;
  font-weight: 400; }

span.label-default {
  background-color: #666;
  border-left: 5px solid crimson; }

span.label-red {
  background-color: #666;
  border-left: 5px solid crimson; }

span.label-green {
  background-color: #666;
  border-left: 5px solid #00ce35; }

span.label-blue {
  background-color: #666;
  border-left: 5px solid #0000ff; }

span.label-yellow {
  background-color: #666;
  border-left: 5px solid #FFFF00; }

span.label-orange {
  background-color: #666;
  border-left: 5px solid #e09600; }

/* Prevent iOS from zooming on input focus */
.form-control {
  font-size: 16px; }

/* Remove outlines on active form elements */
a:focus, a.btn:focus, select:focus, a.btn:active, button.btn:active, button.btn:focus, button.active, input.search-field:focus {
  outline: none !important; }

/* Not a Phone */
@media screen and (min-width: 769px) {
  div.share {
    display: inline; } }
/* Smart Phone */
@media screen and (max-width: 768px) {
  #schedule .event-date-day {
    font-size: 1.75em; }
  #schedule td.column-date {
    width: 3em; }
  #schedule td.column-event-title {
    padding-top: 0.8em; }
  #schedule a.btn-mobile {
    width: 100%; }
  #schedule i.day-race, #schedule i.night-race {
    font-size: 1em; }

  div.day-or-night-icon {
    margin: 0.35em 0; }

  button.btn-share {
    transform: translateY(-5px); }

  div.share {
    float: right; } }
/* Tablet and Phone */
@media screen and (max-width: 991px) {
  #schedule div.intro-block {
    font-size: 12px; }

  #schedule td.column-actions {
    padding-top: 2em; } }
/* Desktop Large */
@media screen and (min-width: 992px) {
  #schedule td.column-event-title > h5 {
    font-size: 18px; }

  div.search-bar {
    width: 65.85%;
    margin: auto; } }
/* Desktop X-Large */
@media screen and (min-width: 1200px) {
  #schedule a.btn {
    margin-left: 5px; }

  #schedule td.column-actions {
    padding-top: 2.5em;
    min-width: 12em; } }