/* colours for race update form */
/* errors for email validation in webform */
/* line 17, app/assets/stylesheets/races.css.scss */
.error {
  color: red;
  border: 4px solid red;
}

/* line 18, app/assets/stylesheets/races.css.scss */
.valid {
  color: green;
  border: 4px solid white;
}

/* line 23, app/assets/stylesheets/races.css.scss */
div#race-details-box {
  padding-top: 20px;
}

/* line 25, app/assets/stylesheets/races.css.scss */
div#description {
  padding: 8px;
  color: #D7E5E5;
  background: #618e8e;
  font-size: smaller;
  margin-bottom: 10px;
}

/* line 27, app/assets/stylesheets/races.css.scss */
div.no-race-artwork-available {
  background: #d7e5e5;
  padding: 6px;
  padding-left: 10px;
  color: #618e8e;
  font-size: smaller;
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 37, app/assets/stylesheets/races.css.scss */
img.event-image {
  width: 100%;
  border: 1px solid red;
}

/* Best in place stuff */
/* line 40, app/assets/stylesheets/races.css.scss */
.best_in_place {
  padding: .1em;
  cursor: hand;
  cursor: pointer;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  -webkit-transition: background 0.5s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

/* line 54, app/assets/stylesheets/races.css.scss */
.best_in_place:hover, #user_account .do_hover {
  padding-right: 1.5em;
  /* background: url("/images/red_pen.png") no-repeat right; */
  background-color: #CCC;
}

/* Pretty audit */
/* line 62, app/assets/stylesheets/races.css.scss */
td.pretty_audit_old {
  background: #618e8e;
}

/* line 63, app/assets/stylesheets/races.css.scss */
td.pretty_audit_new {
  color: black;
  background: #c9e0e3;
}

/* line 64, app/assets/stylesheets/races.css.scss */
table.pretty_audit {
  width: 600px;
}

/* line 65, app/assets/stylesheets/races.css.scss */
tr.pretty_audit {
  background: #618e8e;
  border: 1px solid blue;
}

/* Race advert image */
/* line 72, app/assets/stylesheets/races.css.scss */
.race-advert {
  box-sizing: border-box;
  width: 95%;
  margin-top: 0px;
}

/* line 74, app/assets/stylesheets/races.css.scss */
.relevant-articles {
  padding-right: 1em;
}

/* line 75, app/assets/stylesheets/races.css.scss */
.relevant-articles h4 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 76, app/assets/stylesheets/races.css.scss */
.rule-right {
  border-right: 1px solid gray;
}

/* line 78, app/assets/stylesheets/races.css.scss */
div#race-contact-details {
  background: #ddd;
  margin-bottom: 10px;
  padding: 8px;
}

/* line 80, app/assets/stylesheets/races.css.scss */
div#next-event {
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  margin-top: 0px;
  padding: 0px;
}

/* line 82, app/assets/stylesheets/races.css.scss */
div#most-recent-event {
  overflow: hidden;
  border: 1px solid blue;
  margin-bottom: 20px;
}

/* for styling race update forms */
/* line 87, app/assets/stylesheets/races.css.scss */
div#minimal-container {
  width: 1200px;
  margin: 0 auto;
}

/* line 88, app/assets/stylesheets/races.css.scss */
div#minimal-header {
  padding-top: 20px;
  margin-bottom: 30px;
}

/* line 89, app/assets/stylesheets/races.css.scss */
div#webform_sidebar {
  float: left;
}

/* td {border: 1px solid red;} */
/* line 93, app/assets/stylesheets/races.css.scss */
div#update-middle-panel {
  padding: 20px;
}

/* line 95, app/assets/stylesheets/races.css.scss */
div#internal-middle-panel {
  background: #037171;
  padding: 20px;
  color: black;
  font-family: monospace;
}

/* line 97, app/assets/stylesheets/races.css.scss */
#internal-middle-panel input {
  font-family: monospace;
}

/* line 98, app/assets/stylesheets/races.css.scss */
#internal-middle-panel input.radiobutton {
  width: 20px;
}

/* line 100, app/assets/stylesheets/races.css.scss */
div#contact_person {
  background: #c8fafa;
  color: #037171;
}

/* line 102, app/assets/stylesheets/races.css.scss */
input {
  padding: 4px;
  border: 1px solid #618e8e;
  min-height: 0px;
  font-family: 'Signika';
  font-size: 100%;
  width: 300px;
}

/* line 103, app/assets/stylesheets/races.css.scss */
input#nochanges {
  width: 300px;
}

/* line 105, app/assets/stylesheets/races.css.scss */
div.issue-desired input {
  width: 20px;
}

/* input.facebook_input {width: 75%; } */
/* line 109, app/assets/stylesheets/races.css.scss */
.big-submit-button {
  font-size: 120%;
  color: white;
  background-color: red;
}

/* line 112, app/assets/stylesheets/races.css.scss */
div.racedetailsupdateform {
  background: #D7E5E5;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 8px;
  padding-bottom: 16px;
  border: 1px solid #c9e0e3;
}

/* line 114, app/assets/stylesheets/races.css.scss */
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* line 118, app/assets/stylesheets/races.css.scss */
input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 55px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 50px;
  vertical-align: middle;
  cursor: pointer;
}

/* line 131, app/assets/stylesheets/races.css.scss */
input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -50px;
}

/* line 134, app/assets/stylesheets/races.css.scss */
label.css-label {
  background-image: url(http://aims-worldrunning.org/assets/csscheckbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 144, app/assets/stylesheets/races.css.scss */
div#no-changes {
  background: #c9e0e3;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 8px;
  padding-bottom: 16px;
  border: 1px solid #c9e0e3;
  text-align: center;
}

/* line 145, app/assets/stylesheets/races.css.scss */
div#submitterinfo {
  text-align: left;
}

/* line 147, app/assets/stylesheets/races.css.scss */
p.small-site-claim {
  color: grey;
  font-family: 'Signika', sans-serif;
}

/* #racedatesupdateform {background: $rd-secondary; margin: 0px; margin-top: 10px; padding: 8px; } 

#racedatesupdateform p, #racedatesupdateform h4 {padding: 4px;  margin-bottom: 10px; margin-right: 200px; } */
/* table.updateform {width: 90%; } */
/* line 156, app/assets/stylesheets/races.css.scss */
th {
  text-align: left;
  font-weight: normal;
}

/* line 158, app/assets/stylesheets/races.css.scss */
table.updateform td {
  border: 0px solid blue;
}

/* line 160, app/assets/stylesheets/races.css.scss */
table.updateform tr {
  border-bottom: 1px solid #666;
}

/* line 162, app/assets/stylesheets/races.css.scss */
td.new-details {
  padding: 4px;
  padding-left: 0;
  padding-right: 0;
  width: 40%;
}

/* line 163, app/assets/stylesheets/races.css.scss */
td.current-details {
  padding-left: 0;
  width: 35%;
  border-top: 4px solid #c9e0e3;
  border-bottom: 4px solid #c9e0e3;
  font-weight: bold;
}

/* line 165, app/assets/stylesheets/races.css.scss */
td.label {
  width: 25%;
  text-transform: italic;
  padding-right: 5px;
}

/* line 166, app/assets/stylesheets/races.css.scss */
td.input {
  width: 35%;
}

/* line 168, app/assets/stylesheets/races.css.scss */
input#number_of_copies {
  width: 40px;
}

/* line 170, app/assets/stylesheets/races.css.scss */
td.radiobuttons input {
  width: 20px;
  background: blue;
  border: 2pt solid green;
}

/* line 172, app/assets/stylesheets/races.css.scss */
td.radiobuttons input {
  width: 20px;
  background: blue;
  border: 2pt solid green;
}

/* line 175, app/assets/stylesheets/races.css.scss */
th {
  text-align: left;
}

/* sets size for iframe containing race results form */
/* line 178, app/assets/stylesheets/races.css.scss */
#my_typeform {
  height: 800px;
  border: 0px solid black;
}

/* end of forms stuff */
/* line 186, app/assets/stylesheets/races.css.scss */
div.intro {
  background: #996;
  padding: 15px;
  font-size: small;
  margin-bottom: 10px;
}

/* line 188, app/assets/stylesheets/races.css.scss */
#latest-news {
  vertical-align: top;
  margin-top: 0px;
  overflow: hidden;
  padding: 0px;
}

/* line 190, app/assets/stylesheets/races.css.scss */
div.race-features {
  background: #c9e0e3;
  padding: 8px;
  margin-bottom: 10px;
}

/* line 192, app/assets/stylesheets/races.css.scss */
div#contact-box {
  background: white;
  margin-top: 0px;
}

/* line 194, app/assets/stylesheets/races.css.scss */
#banner-ad img {
  border: 1px solid gray;
  margin: 0px 0px 0px 0px;
}

/* line 197, app/assets/stylesheets/races.css.scss */
td {
  vertical-align: top;
}

/* line 199, app/assets/stylesheets/races.css.scss */
h2.race-page-subheader {
  background: #c9e0e3;
  padding: 4px;
  font-size: smaller;
  margin-top: 0px;
}

/* line 201, app/assets/stylesheets/races.css.scss */
.nospacebeneath {
  margin-bottom: 0px;
}

/* line 203, app/assets/stylesheets/races.css.scss */
h3.big-call-to-action-for-race-directors {
  font-size: 300%;
  margin-top: 0px;
}

/* div.middle-panel {padding: 10px; } */
/* This overrides the CSS in leaflet.css */
/* line 209, app/assets/stylesheets/races.css.scss */
.leaflet-container {
  font-family: "Gill Sans", Gill, Verdana, sans-serif;
}

/* line 210, app/assets/stylesheets/races.css.scss */
div.mappopup {
  font: 13px/1.2 "Gill Sans", Gill, Verdana, sans-serif;
}
