﻿[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: black;
    color: #fff;
    font-size: 110%;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -1.6em;
    left: 100%;
    white-space: pre;
    word-break: break-all;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
}

[data-title] {
    position: relative;
}

#raceDiv ol {
    list-style-type: decimal;
    margin-left: 24px;
    padding-right: 2px;
}

tr:hover {
    background-color: inherit;
}

.inputText {
    border: 1px solid silver; /*e2e2e2;*/
    background: #e2e2e2;
    color: blue;
    font-size: 12px; /*1.2em*/
    margin: 5px 0 6px 0;
    width: 200px;
    padding: 2px;
}

.nameBold {
    font-weight: bolder; /**/
    color: maroon !important;
}

.sendBtn {
    border: 1px solid silver; /*e2e2e2;*/
    background: #e2e2e2;
    color: blue;
    padding: 5px;
}

.disable-link {
    color: grey !important;
    font-style: italic;
    pointer-events: none;
}
.text-left {
    text-align: left;
}

.tooltip-inner {
    border: #111111 2px solid !important;
    padding: 5px 20px 5px 5px !important;
    display: block !important;
    z-index: 100 !important;
    background-color: silver !important;
    color: #111 !important;
    width: 700px !important;
    max-width: 700px !important;
    left: 1px !important;
    margin: 10px !important;
}

#showHorseInfoDiv {
    z-index: 5000;
    width: 100%;
    display: block;
    background-color: silver;
    border: solid;
    border-color: black;
    color: white;
    padding: 2px;
    overflow-y: hidden;
    overflow-x: hidden;
}
.raceInfo {
    float: left;
    font-weight: bold;
    color: maroon !important;
    padding-left: 15px !important;
}
.showDiv {
    color: #4169E1 !important;
    font-weight: bold;
    width: 205px;
}
.watchHorses {
    float: left;
    padding-left: 30px;
    color: #4169E1 !important;
}
.showHorseInfoDiv {
    float: left;
    padding-left: 21px;
}
.horseBody {
    color: black;
    /*font-size: 9px;
    padding-right: 3px;
    */
}
.borderDotted {
    border: 2px dotted black !important;
}
.borderSolid {
    border: 2px solid black;
}
.todayInfo {
    color: #4169E1 !important;
}

