.noEntry { cursor: not-allowed; }
.entry { cursor: pointer; }
.glyphicon { cursor: default; }

.silkimage { filter: drop-shadow(0 0 2px white); }

li { list-style-type: none; }
a { text-decoration: none !important; }
#terms-link { text-decoration: none !important; }
td > a:hover { text-decoration: underline !important; }

.scratched { text-decoration: line-through !important; }
.track { max-height: 140px; max-width: 270px; }
.gold { color: #F5A000; }

.xl-font { font-size: 3em }
.lg-font { font-size: 1.4em }
.md-font { font-size: 1.2em }
.sm-font { font-size: 0.9em }
.xs-font { font-size: 0.6em }

.borderless > thead > tr > th,
.borderless > tbody > tr > th,
.borderless > tfoot > tr > th,
.borderless > thead > tr > td,
.borderless > tbody > tr > td,
.borderless > tfoot > tr > td { border-top: none; padding: 0px 8px; }

.Turf { background-image: url(../img/surface/turf.gif); height:350px; width: 1108px; }
.Sand { background-image: url(../img/surface/sand.gif); height:350px; width: 1108px; }
.Poly { background-image: url(../img/surface/poly.gif); height:350px; width: 1108px; }

.RPtable { overflow-x: auto; }
.RPblank { height: 45px; }
.RPhorse
{
   white-space: nowrap; 
   width: 200px; 
   height: 26px; 
   left: 50px;
   margin: 5px;
   border: none;
}

.img-logo { height: 45px; }
.race-well.well {padding: 19px 0px 0px 19px;}
.race-well.well-md {padding: 0px 0px 0px 5px;}
.race-label { margin-top: 5px; }

.topSpace {
   padding-top:65px;
}

.modal-body {
   overflow: auto;
}

.btn-gold {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.image-field {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.purple {
  color: var(--bs-purple);
}

#collapseInfoBtn.collapsed > i.bi-dash-lg {
    display: none;
}

#collapseInfoBtn:not(.collapsed) > i.bi-plus-lg {
    display: none;
}

.rankSec1 { background-color: #ff0000 !important; color: white; }
.rankSec2 { background-color: #ff7400 !important; color: white; }
.rankSec3 { background-color: #ffff00 !important; color: black !important; }

.accordion-button:not(.collapsed) {
	background-color: #ffb93f;
	color: black;
}

.accordion-button:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 185, 63, 0.25);
}

.nav-link {
	color: #ffc107;
}

.nav-link:focus, .nav-link:hover {
	color: white;
}

.breadcrumb-item > a {
	color: #ffc107;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.close { color: #aaa; float: right; font-size: 28px; font-weight: bold; }
.close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; }

.btn-White {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    /**font-weight: bold;**/
    /**font-size: 1.1em;**/
}

.btn-Red {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FF3131;
    --bs-btn-border-color: #FF3131;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FF3131;
    --bs-btn-hover-border-color: #FF3131;
}

.btn-Orange {
    --bs-btn-color: #000;
    --bs-btn-bg: #FF914D;
    --bs-btn-border-color: #FF914D;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #FF914D;
    --bs-btn-hover-border-color: #FF914D;
}

.btn-Green {
    --bs-btn-color: #000;
    --bs-btn-bg: #00BF63;
    --bs-btn-border-color: #00BF63;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #00BF63;
    --bs-btn-hover-border-color: #00BF63;
}

.stipes-list {
    list-style-type: lower-alpha !important;
}

.stipes-list > li {
    list-style-type: lower-alpha !important;
}

.mt-10 {
    margin-top: 10px;
}
