﻿.report-type-box {
    background: url(/Assets/Images/list_icon.png) no-repeat 5px 50% / 22px, url(/Assets/Images/icon-arrow-down.png) no-repeat 98% 50% / 20px #fff !important;
    padding: 0 25px 0 40px !important;
}

.painbyinnerdiv, .imagingdoneinnerdiv {
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 7px;
}

.pain-areas .select2-container--bootstrap4 .select2-selection {
    border: unset !important;
}

.pain-areas .pain-bottom-border + .select2-container {
    border-bottom: 1px solid #ccc;
}

.pain-areas .select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.pain-areas .select2-container .select2-search--inline {
    width: auto !important;
}

.subjective-horse-point {
    width: 3%;
    height: 3.5%;
    position: absolute;
}
.objective-horse-point {
    width: 2%;
    height: 2.5%;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #f00;
    background-color: #ccc;
}

.subjective-horse-point .subjective-horse-pain-point {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #f00;
    background-color: #ccc;
}

    .subjective-horse-point.active .subjective-horse-pain-point, .objective-horse-point.active {
        background-color: #f00 !important;
    }

.subjective-Left-1 {
    top: 18%;
    left: 16.5%;
}

.subjective-Left-2 {
    top: 7%;
    left: 22%;
}

.subjective-Left-3 {
    top: 18.5%;
    left: 28%;
}

.subjective-Left-4 {
    top: 25.5%;
    left: 34%;
}

.subjective-Left-5 {
    top: 27%;
    left: 44%;
}

.subjective-Left-6 {
    top: 40%;
    left: 38.5%;
}

.subjective-Left-7 {
    top: 47%;
    left: 32%;
}

.subjective-Left-8 {
    top: 60%;
    left: 38.5%;
}

.subjective-Left-9 {
    top: 90%;
    left: 36%;
}

.subjective-Left-10 {
    top: 32%;
    left: 49%;
}

.subjective-Left-11 {
    top: 30%;
    left: 60%;
}

.subjective-Left-12 {
    top: 26%;
    left: 67%;
}

.subjective-Left-13 {
    top: 40%;
    left: 54%;
}

.subjective-Left-14 {
    top: 48.5%;
    left: 46.5%;
}

.subjective-Left-15 {
    top: 39%;
    left: 73%;
}

.subjective-Left-16 {
    top: 61.5%;
    left: 77.5%;
}

.subjective-Left-17 {
    top: 50%;
    left: 69%;
}

.subjective-Left-18 {
    top: 63%;
    left: 81.5%;
}

.subjective-Left-19 {
    top: 92%;
    left: 81.5%;
}

.subjective-Right-1 {
    top: 18%;
    right: 16.5%;
}

.subjective-Right-2 {
    top: 7%;
    right: 22%;
}

.subjective-Right-3 {
    top: 18.5%;
    right: 28%;
}

.subjective-Right-4 {
    top: 25.5%;
    right: 34%;
}

.subjective-Right-5 {
    top: 27%;
    right: 44%;
}

.subjective-Right-6 {
    top: 40%;
    right: 38.5%;
}

.subjective-Right-7 {
    top: 47%;
    right: 32%;
}

.subjective-Right-8 {
    top: 60%;
    right: 38.5%;
}

.subjective-Right-9 {
    top: 90%;
    right: 36%;
}

.subjective-Right-10 {
    top: 32%;
    right: 49%;
}

.subjective-Right-11 {
    top: 30%;
    right: 60%;
}

.subjective-Right-12 {
    top: 26%;
    right: 67%;
}

.subjective-Right-13 {
    top: 40%;
    right: 54%;
}

.subjective-Right-14 {
    top: 48.5%;
    right: 46.5%;
}

.subjective-Right-15 {
    top: 39%;
    right: 73%;
}

.subjective-Right-16 {
    top: 61.5%;
    right: 77.5%;
}

.subjective-Right-17 {
    top: 50%;
    right: 69%;
}

.subjective-Right-18 {
    top: 63%;
    right: 81.5%;
}

.subjective-Right-19 {
    top: 92%;
    right: 81.5%;
}

.zoom-subjective-horse {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 2%;
    top: 2%;
    border-radius: 50%;
    cursor: pointer;
}

.subjective-full-horse {
    background: #4C7E97 url(/Assets/Images/full-screen2.png) no-repeat center center / 1.5rem;
}

.subjective-normal-horse {
    background: #4C7E97 url(/Assets/Images/shrink.png) no-repeat center center / 1.3rem !important;
}

.subjective-horse-pain-amount {
    position: absolute;
    top: -65px;
    left: -64px;
    background-color: #b3b3b3;
    padding: 5px;
    z-index: 99999;
    border-radius: 7px;
    padding-top: 30px;
}

    .subjective-horse-pain-amount:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #b3b3b3 transparent transparent transparent;
    }

.pain-range-label {
    position: absolute;
    top: 5%;
}

.modal-pain-range-label, .modal-item-amount-label {
    position: absolute;
    bottom: 53px;
}

    .pain-range-label span, .modal-pain-range-label span, .modal-item-amount-label span {
        width: 30px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: #0075ff;
        color: #fff;
        font-size: 12px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        border-radius: 6px;
    }

        .pain-range-label span:before, .modal-pain-range-label span:before, .modal-item-amount-label span:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-top: 10px solid #0075ff;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            margin-top: -1px;
        }

.modal-pain-range, .modal-item-amount {
    width: 100%;
}

.objective-Palpation-1 {
    top: 10.5%;
    left: 19%;
}

.objective-Palpation-2 {
    top: 15%;
    left: 22%;
}

.objective-Palpation-3 {
    top: 20%;
    left: 22%;
}

.objective-Palpation-4 {
    top: 7%;
    left: 22%;
}

.objective-Palpation-5 {
    top: 16%;
    left: 28%;
}

.objective-Palpation-6 {
    top: 24%;
    left: 31%;
}

.objective-Palpation-7 {
    top: 30.5%;
    left: 34%;
}

.objective-Palpation-8 {
    top: 21%;
    left: 34.5%;
}

.objective-Palpation-9 {
    top: 25.5%;
    left: 39%;
}

.objective-Palpation-10 {
    top: 47%;
    left: 39%;
}

.objective-Palpation-11 {
    top: 50.5%;
    left: 32.5%;
}

.objective-Palpation-12 {
    top: 62%;
    left: 38.5%;
}

.objective-Palpation-13 {
    top: 80%;
    left: 38.5%;
}

.objective-Palpation-14 {
    top: 72.7%;
    left: 38.7%;
}

.objective-Palpation-15 {
    top: 84.5%;
    left: 38.7%;
}

.objective-Palpation-16 {
    top: 85%;
    left: 82.5%;
}

.objective-Palpation-17 {
    top: 88%;
    left: 37%;
}

.objective-Palpation-18 {
    top: 89%;
    left: 82%;
}

.objective-Palpation-19 {
    top: 91%;
    left: 36%;
}

/*.objective-Palpation-20 {
    top: 92%;
    left: 81.5%;
}*/

.objective-Palpation-20 {
    top: 28.5%;
    left: 45.5%;
}

.objective-Palpation-21 {
    top: 23.5%;
    left: 46%;
}

.objective-Palpation-22 {
    top: 32%;
    left: 50%;
}

.objective-Palpation-23 {
    top: 32%;
    left: 58.5%;
}

.objective-Palpation-24 {
    top: 30%;
    left: 62%;
}

.objective-Palpation-25 {
    top: 34%;
    left: 55%;
}

.objective-Palpation-26 {
    top: 42%;
    left: 55%;
}

.objective-Palpation-27 {
    top: 52%;
    left: 46%;
}

.objective-Palpation-28 {
    top: 27%;
    left: 67%;
}

.objective-Palpation-29 {
    top: 33%;
    left: 66%;
}

.objective-Palpation-30 {
    top: 22%;
    left: 66.5%;
}

.objective-Palpation-31 {
    top: 34%;
    left: 73%;
}

.objective-Palpation-32 {
    top: 28%;
    left: 79%;
}

.objective-Palpation-33 {
    top: 41%;
    left: 71%;
}

.objective-Palpation-34 {
    top: 47%;
    left: 79.5%;
}

.objective-Palpation-35 {
    top: 54%;
    left: 67%;
}

.objective-Palpation-36 {
    top: 52.5%;
    left: 70%;
}

.objective-Palpation-37 {
    top: 60%;
    left: 76%;
}

.objective-Palpation-38 {
    top: 66%;
    left: 81.4%;
}

.objective-Palpation-39 {
    top: 78%;
    left: 81.5%;
}

.objective-Palpation-40 {
    top: 92%;
    left: 81.5%;
}

/*.objective-Palpation-39 {
    top: 52%;
    left: 46%;
}*/

/*.objective-Palpation-40 {
    top: 54%;
    left: 67%;
}*/
#SelectPainAmount.modal {
    z-index: 999999999 !important;
    background: #000000a6;
}
.right-sec-details.assessment-right-div  {
    overflow: initial !important;
}
textarea.selectPainArea.multiselect-textarea {
    padding: 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.assessment-picture-preview-img {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
}

.divPostRecommendation {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
}


/****Session Report Assessment****/
.horse-container {
    position: relative;
    width: 100%;
}
.restControls{width: 20% !important;margin: 0 1rem;}
.assessment-finding-modal .nav-tabs a.nav-link, #ModalMuscularFindings .nav-tabs a.nav-link:hover {
    padding: 10px 15px 10px !important;
    font-size: 17px;
}
.assessment-finding-detail-div {
    font-size: 14px;
}
.assessment-finding-detail-div label {
    margin:0;
}
/*.skeletal-arrows{
    top:36% !important;
}*/

.horse-container.mirror {
    transform: scale(-1, 1);
}
.horse-container img { max-width:100%; max-height: 100%;}
.links-sec, .test1, .test2 { width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.links-sec > .assessment-points { display: inline-block; position: absolute; left:0; top: 0; opacity: 1; /*transform: scale(0.1);*/ /*z-index: 9;*/}
.links-sec > .assessment-points:hover, .links-sec > .assessment-points.active { /*transform: scale(1);*/}
.links-sec > .assessment-points:hover { /*z-index: 9;*/}
.links-sec > .assessment-points.active { /*z-index: 0;*/}
.assessment-points .bullets { height : 0.6rem; width:0.6rem; }


/*Head*/
.links-sec .orbicularis { width: 3%; height: 4%; left: 13.8%; top: 25%;}
.links-sec .orbicularis.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Orbicularis-Oris.png) no-repeat center center / cover;}

.links-sec .frontoscutularis { width: 4.5%; height: 2.5%; left: 20%; top: 11%;}
.links-sec .frontoscutularis.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Frontoscutularis.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-1-1 { width: 3.5%; height: 4.5%; left: 19.4%; top: 9.6%;}
.links-sec .muscular-point-superficial-1-1.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Temporalis.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-1-2 { width: 6.5%; height: 10.5%; left: 18.5%; top: 14%;}
.links-sec .muscular-point-superficial-1-2.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Masseter.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-1-3 { width: 2.5%; height: 3.5%; left: 19%; top: 10.6%;}
.links-sec .muscular-point-superficial-1-3.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Interscutularis.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-1-4 { width: 5%; height: 10.5%; left: 21.7%; top: 10.6%;}
.links-sec .muscular-point-superficial-1-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Parotidauricular.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-1-5 { width: 5%; height: 14%; left: 13.6%; top: 15%;}
.links-sec .muscular-point-superficial-1-5.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Levator-Nasolabial.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-1-6 { width: 6%; height: 9%; left: 16%; top: 17.4%;}
.links-sec .muscular-point-superficial-1-6.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Buccinator.png) no-repeat center center / cover;}

/* Neck */
.links-sec .muscular-point-superficial-2-1 { width: 21%; height: 24.7%; left: 23%; top: 10%;}
.links-sec .muscular-point-superficial-2-1.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Selenius.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-2-2 { width: 12.5%; height: 13.5%; left: 30%; top: 24%;}
.links-sec .muscular-point-superficial-2-2.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Serratus-Ventralis-Cervicis.png) no-repeat center center / cover;}

/* .links-sec .muscular-point-superficial-2-3 { width: 25%; height: 26.5%; left: 32.5%; top: 14.2%;}
.links-sec .muscular-point-superficial-2-3.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Trapezius.png) no-repeat 0 0 / 100%;} */

.links-sec .muscular-point-superficial-2-3 { width: 10.2%; height: 24.5%; left: 32.5%; top: 17.2%;}
.links-sec .muscular-point-superficial-2-3.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Trapezius_cervical.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-superficial-2-4 { width: 18.4%; height: 42.5%; left: 22.5%; top: 11.2%;}
.links-sec .muscular-point-superficial-2-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Omotransversarius.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-superficial-2-5 { width: 12.5%; height: 42.5%; left: 23.2%; top: 10.2%;}
.links-sec .muscular-point-superficial-2-5.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Brachiocepalicus.png) no-repeat 0 0 / 100%;}

/*Deep Neck 2*/
.links-sec .muscular-point-superficial-2-6 { width: 10%; height: 27%; left: 24%; top: 17.7%;}
.links-sec .muscular-point-superficial-2-6.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Sternomandibular.png) no-repeat center center / cover;}

/*.links-sec .muscular-point-superficial-2-7 { width: 11.8%; height: 34.7%; left: 22.6%; top: 9.6%;}
.links-sec .muscular-point-superficial-2-7.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Sternocephalicus.png) no-repeat center center / cover;}*/

/*.links-sec .muscular-point-superficial-2-13 { width: 14%; height: 25.3%; left: 22.4%; top: 16.6%;}
.links-sec .muscular-point-superficial-2-13.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Omohyoid.png) no-repeat center center / cover;}*/

/*.links-sec .muscular-point-superficial-2-12 { width: 11%; height: 27%; left: 23.1%; top: 17.8%;}
.links-sec .muscular-point-superficial-2-12.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Sternohyoid.png) no-repeat center center / cover;}*/

/*.links-sec .muscular-point-superficial-2-11 { width: 16%; height: 18%; left: 31.8%; top: 16%;}
.links-sec .muscular-point-superficial-2-11.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Rhomboideus.png) no-repeat center center / cover;}*/

.links-sec .muscular-point-superficial-2-7 { display:none;}
.links-sec .muscular-point-superficial-2-8 { display:none;}
.links-sec .muscular-point-superficial-2-9 { display:none;}
.links-sec .muscular-point-superficial-2-10 { display:none;}
.links-sec .muscular-point-superficial-2-11 { display:none;}
.links-sec .muscular-point-superficial-2-12 { display:none;}
.links-sec .muscular-point-superficial-2-13 { display:none;}
.links-sec .muscular-point-superficial-2-14 { display:none;}
.links-sec .muscular-point-superficial-2-15 { display:none;}
.links-sec .muscular-point-superficial-2-16 { display:none;}
.links-sec .muscular-point-superficial-2-17 { display:none;}
.links-sec .muscular-point-superficial-2-18 { display:none;}
.links-sec .muscular-point-superficial-2-19 { display:none;}
.links-sec .muscular-point-superficial-2-20 { display:none;}

/*Shoulders*/
.links-sec .muscular-point-superficial-3-2 { width: 13.5%; height: 22%; left: 33.3%; top: 27.6%;}
.links-sec .muscular-point-superficial-3-2.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Deltoid.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-3-4 { width: 13.5%; height: 21.5%; left: 33.5%; top: 28%;}
.links-sec .muscular-point-superficial-3-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Supraspinatus.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-3-5 { width: 12%; height: 22%; left: 33.8%; top: 28.2%;}
.links-sec .muscular-point-superficial-3-5.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Infraspinatus.png) no-repeat center center / cover;}

/*.links-sec .muscular-point-superficial-3-6 { width: 5.5%; height: 12.5%; left: 33%; top: 33.5%;}
.links-sec .muscular-point-superficial-3-6.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Subclavius.png) no-repeat center center / cover;}*/

.links-sec .muscular-point-superficial-3-6 { width: 9%; height: 23%; left: 36.2%; top: 33%;}
.links-sec .muscular-point-superficial-3-6.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Triceps-long.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-3-7 { width: 7.5%; height: 10.5%; left: 35.1%; top: 45.9%;}
.links-sec .muscular-point-superficial-3-7.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Triceps-lateral.png) no-repeat center center / cover;}

/*.links-sec .muscular-point-superficial-3-9 { width: 4.5%; height: 10.5%; left: 35.1%; top: 39.5%;}
.links-sec .muscular-point-superficial-3-9.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Teres-Minor.png) no-repeat center center / cover;}*/

.links-sec .muscular-point-superficial-3-1 { width: 15.3%; height: 14%; left: 36.3%; top: 26.6%;}
.links-sec .muscular-point-superficial-3-1.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Trapezius_thoracic.png) no-repeat center center / cover;}
.links-sec .muscular-point-superficial-3-3 { display:none;}
.links-sec .muscular-point-superficial-3-8 { display:none;}
.links-sec .muscular-point-superficial-3-9 { display:none;}

/*Chest*/
.links-sec .muscular-point-superficial-4-1 { width: 5%; height: 8%; left: 33.2%; top: 47.7%;}
.links-sec .muscular-point-superficial-4-1.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Pectoralis-Descendens.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-4-3 { width: 15.8%; height: 10.4%; left: 36.4%; top: 45.8%;}
.links-sec .muscular-point-superficial-4-3.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Pectoralis-Ascendens.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-4-4 { width: 5.5%; height: 15%; left: 33%; top: 42%;}
.links-sec .muscular-point-superficial-4-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Biceps-Brachialis.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-4-5 { width: 5.5%; height: 12.5%; left: 33%; top: 33.5%;}
.links-sec .muscular-point-superficial-4-5.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Subclavius.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-4-2 { display:none;}

/*Front Limb*/
.links-sec .muscular-point-superficial-5-1 { width: 3.9%; height: 13%; left: 35%; top: 47%;}
.links-sec .muscular-point-superficial-5-1.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Brachialis.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-5-2 { width: 3.7%; height: 27%; left: 36.2%; top: 50%;}
.links-sec .muscular-point-superficial-5-2.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Extensor-Carpi-Radialis.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-5-3 { width: 3.9%; height: 36.8%; left: 36.7%; top: 55%;}
.links-sec .muscular-point-superficial-5-3.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Common-Digital-Extensor.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-5-4 { width: 5.5%; height: 40%; left: 38.4%; top: 54%;}
.links-sec .muscular-point-superficial-5-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Lateral-Digital-Extensor.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-superficial-5-5 { width: 2.8%; height: 27.8%; left: 38.3%; top: 50%;}
.links-sec .muscular-point-superficial-5-5.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Ulnaris-Lateralis.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-5-6 { width: 2.9%; height: 20%; left: 39.5%; top: 53.7%;}
.links-sec .muscular-point-superficial-5-6.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Flexor-Carpi-Ulnaris.png) no-repeat center center / cover;}

/*.links-sec .muscular-point-superficial-5-7 { width: 2.5%; height: 33.5%; left: 38.8%; top: 50.7%;}
.links-sec .muscular-point-superficial-5-7.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Flexor-Carpi-Radialis.png) no-repeat 0 0 / 100%;}*/

.links-sec .muscular-point-superficial-5-8 { width: 13.5%; height: 41%; left: 36.5%; top: 51.8%;}
.links-sec .muscular-point-superficial-5-8.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Deep-Digital-Flexor2.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-5-7 { display:none;}
.links-sec .muscular-point-superficial-5-9 { display:none;}

/* Back + Core */
.links-sec .muscular-point-superficial-6-1 { width: 47%; height: 42%; left: 23%; top: 9.8%;}
.links-sec .muscular-point-superficial-6-1.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Latissimus-Dorsi.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-superficial-6-2 { width: 16.2%; height: 15.5%; left: 44%; top: 32.2%;}
.links-sec .muscular-point-superficial-6-2.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Serratus-Dorsalis-Cranialis-Et-Caudalis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-superficial-6-3 { width: 13.2%; height: 15.5%; left: 37.4%; top: 35%;}
.links-sec .muscular-point-superficial-6-3.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Serratus-Ventralis-Thoracis.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-6-5 { width: 30.2%; height: 24.5%; left: 41.3%; top: 31.3%;}
.links-sec .muscular-point-superficial-6-5.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/External-Abdominal-Oblique.png) no-repeat center center / cover;}

/*.links-sec .muscular-point-superficial-6-7 { width: 38.2%; height: 15.5%; left: 28.7%; top: 23.9%;}
.links-sec .muscular-point-superficial-6-7.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Longissimus-Dorsi.png) no-repeat 0 0 /100%;}*/

/* Deep Back + Core */
.links-sec .muscular-point-superficial-6-4 { width: 25%; height: 18.5%; left: 36.9%; top: 34%;}
.links-sec .muscular-point-superficial-6-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/External-Intercostal.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-superficial-6-8 { width: 18.4%; height: 15.5%; left: 43.4%; top: 32.8%;}
.links-sec .muscular-point-superficial-6-8.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Iliocostal.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-superficial-6-6 { display:none;}
.links-sec .muscular-point-superficial-6-7 { display:none;}
.links-sec .muscular-point-superficial-6-9 { display:none;}
.links-sec .muscular-point-superficial-6-10 { display:none;}
.links-sec .muscular-point-superficial-6-11 { display:none;}
.links-sec .muscular-point-superficial-6-12 { display:none;}
.links-sec .muscular-point-superficial-6-13 { display:none;}

/* Hind + Pelvis */
.links-sec .muscular-point-superficial-7-1 { width: 15.5%; height: 17.3%; left: 59.9%; top: 28.3%;}
.links-sec .muscular-point-superficial-7-1.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Gluteus-Superficial-is.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-7-2 { width: 12%; height: 32.2%; left: 64.3%; top: 29.5%;}
.links-sec .muscular-point-superficial-7-2.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Tensor-Fascia-Latae.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-7-3 { width: 12%; height: 32.5%; left: 68%; top: 27%;}
.links-sec .muscular-point-superficial-7-3.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Biceps-Femoris.png) no-repeat center center / 100%;}

.links-sec .muscular-point-superficial-7-4 { width: 11%; height: 39.6%; left: 70.7%; top: 29.5%;}
.links-sec .muscular-point-superficial-7-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Semitendinosus.png) no-repeat center center / cover;}

/*.links-sec .muscular-point-superficial-7-6 { width: 17%; height: 14%; left: 59.3%; top: 28.2%;}
.links-sec .muscular-point-superficial-7-6.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Gluteus-Medius.png) no-repeat center center / cover;}*/

.links-sec .muscular-point-superficial-7-5 { display:none;}
.links-sec .muscular-point-superficial-7-6 { display:none;}
.links-sec .muscular-point-superficial-7-7 { display:none;}
.links-sec .muscular-point-superficial-7-8 { display:none;}
.links-sec .muscular-point-superficial-7-9 { display:none;}
.links-sec .muscular-point-superficial-7-10 { display:none;}
.links-sec .muscular-point-superficial-7-11 { width: 10.5%; height: 32.5%; left: 72.4%; top: 37.7%;}
.links-sec .muscular-point-superficial-7-11.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Biceps_Femoris_ischial_segment.png) no-repeat center center / 100%;}
.links-sec .muscular-point-superficial-7-12 { display:none;}
.links-sec .muscular-point-superficial-7-13 { display:none;}
.links-sec .muscular-point-superficial-7-14 { display:none;}
.links-sec .muscular-point-superficial-7-15 { display:none;}
.links-sec .muscular-point-superficial-7-16 { display:none;}
.links-sec .muscular-point-superficial-7-17 { display:none;}
.links-sec .muscular-point-superficial-7-18 { display:none;}
.links-sec .muscular-point-superficial-7-19 { display:none;}

/* Hind Limb */
.links-sec .tail { width: 12.8%; height: 21%; left: 72.7%; top: 29.5%;}
.links-sec .tail.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Tail.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-8-1 { width: 10.5%; height: 36.5%; left: 72%; top: 55.5%;}
.links-sec .muscular-point-superficial-8-1.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Long-Digital-Extensor.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-8-2 { width: 8%; height: 23%; left: 74%; top: 56.3%;}
.links-sec .muscular-point-superficial-8-2.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Lateral-Digital-Extensor-Back.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-8-3 { width: 17.5%; height: 40.9%; left: 74.3%; top: 52.2%;}
.links-sec .muscular-point-superficial-8-3.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Deep-Digital-Flexor.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-8-4 { width: 7.5%; height: 11.8%; left: 75.4%; top: 57%;}
.links-sec .muscular-point-superficial-8-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Soleus.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-8-5 { width: 9.5%; height: 20.5%;  left: 73.4%; top: 49%;}
.links-sec .muscular-point-superficial-8-5.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Gastrocnemius.png) no-repeat center center / cover;}

.links-sec .muscular-point-superficial-8-6 { display:none;}

 /* Middle muscles*/

.links-sec .muscular-point-middle-1-1 { display:none;}
.links-sec .muscular-point-middle-1-2 { display:none;}
.links-sec .muscular-point-middle-1-3 { display:none;}
.links-sec .muscular-point-middle-1-4 { display:none;}
.links-sec .muscular-point-middle-1-5 { display:none;}
.links-sec .muscular-point-middle-1-6 { display:none;}

.links-sec .muscular-point-middle-2-6 { width: 10%; height: 27%; left: 24%; top: 17.7%;}
.links-sec .muscular-point-middle-2-6.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Sternomandibular.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-2-7 { width: 11.8%; height: 34.7%; left: 22.6%; top: 9.6%;}
.links-sec .muscular-point-middle-2-7.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Sternocephalicus.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-2-8 { width: 12%; height: 21%; left: 24.2%; top: 12.3%;}
.links-sec .muscular-point-middle-2-8.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Longissimus-Capitis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-2-9 { width: 14%; height: 28%; left: 23.6%; top: 11.2%;}
.links-sec .muscular-point-middle-2-9.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Longissimus-Atlantis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-2-10 { width: 18.7%; height: 30%; left: 23%; top: 9.9%;}
.links-sec .muscular-point-middle-2-10.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Semispinalis-Capitis.png) no-repeat 0 0 / 100%;}

/* .links-sec .muscular-point-middle-2-11 { width: 16%; height: 18%; left: 31.8%; top: 16%;}
.links-sec .muscular-point-middle-2-11.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Rhomboideus.png) no-repeat center center / cover;} */
.links-sec .muscular-point-middle-2-11 { width: 14%; height: 16%; left: 28.2%; top: 13.5%;}
.links-sec .muscular-point-middle-2-11.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Rhomboids_cervical.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-2-12 { width: 11%; height: 27%; left: 23.1%; top: 17.8%;}
.links-sec .muscular-point-middle-2-12.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Sternohyoid.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-2-13 { width: 14%; height: 25.3%; left: 22.4%; top: 16.6%;}
.links-sec .muscular-point-middle-2-13.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Omohyoid.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-2-14 { width: 2%; height: 4%; left: 22.8%; top: 9.3%;}
.links-sec .muscular-point-middle-2-14.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Obliquus-capitis-cranialis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-2-16 { width: 5.5%; height: 10%; left: 24.5%; top: 11.5%;}
.links-sec .muscular-point-middle-2-16.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Obliquus-Capitis-Caudalis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-2-18 { width: 12%; height: 23%; left: 25%; top: 15.2%;}
.links-sec .muscular-point-middle-2-18.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Longus-colli.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-2-1 { display:none;}
.links-sec .muscular-point-middle-2-2 { display:none;}
.links-sec .muscular-point-middle-2-3 { display:none;}
.links-sec .muscular-point-middle-2-4 { display:none;}
.links-sec .muscular-point-middle-2-5 { display:none;}
.links-sec .muscular-point-middle-2-15 { display:none;}
.links-sec .muscular-point-middle-2-17 { display:none;}
.links-sec .muscular-point-middle-2-19 { display:none;}
.links-sec .muscular-point-middle-2-20 { display:none;}



.links-sec .muscular-point-middle-3-4 { width: 13%; height: 21%; left: 32.7%; top: 28.2%;}
.links-sec .muscular-point-middle-3-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Supraspinatus.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-3-5 { width: 12%; height: 22%; left: 33.8%; top: 28.2%;}
.links-sec .muscular-point-middle-3-5.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Infraspinatus.png) no-repeat center center / cover;}

/*.links-sec .muscular-point-middle-3-6 { width: 5.5%; height: 12.5%; left: 33%; top: 33.5%;}
.links-sec .muscular-point-middle-3-6.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Subclavius.png) no-repeat center center / cover;}*/

.links-sec .muscular-point-middle-3-8 { width: 4.5%; height: 10.5%; left: 35.1%; top: 39.5%;}
.links-sec .muscular-point-middle-3-8.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Teres-Minor.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-3-1 { display:none;}
.links-sec .muscular-point-middle-3-2 { display:none;}
.links-sec .muscular-point-middle-3-3 { width: 7.5%; height: 10%; left: 40.3%; top: 24.5%;}
.links-sec .muscular-point-middle-3-3.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Rhomboids_thoracic.png) no-repeat center center / cover;}
.links-sec .muscular-point-middle-3-6 { display:none;}
.links-sec .muscular-point-middle-3-7 { display:none;}
.links-sec .muscular-point-middle-3-9 { width: 8.9%; height: 22.4%; left: 36.1%; top: 31.3%;}
.links-sec .muscular-point-middle-3-9.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Tensor_Fascia_Antebrachii.png) no-repeat center center / cover;}



.links-sec .muscular-point-middle-4-1 { width: 5%; height: 8%; left: 33.2%; top: 47.7%;}
.links-sec .muscular-point-middle-4-1.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Pectoralis-Descendens.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-4-4 { width: 5.5%; height: 15%; left: 33%; top: 42%;}
.links-sec .muscular-point-middle-4-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Biceps-Brachialis.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-4-5 { width: 5.5%; height: 12.5%; left: 33%; top: 33.5%;}
.links-sec .muscular-point-middle-4-5.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Subclavius.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-4-2 { left: 34%; top: 56.5%;}
.links-sec .muscular-point-middle-4-3 { display:none;}



.links-sec .muscular-point-middle-5-1 { width: 3.9%; height: 13%; left: 35%; top: 47%;}
.links-sec .muscular-point-middle-5-1.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Brachialis.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-5-3 { width: 3.9%; height: 36.8%; left: 36.7%; top: 55%;}
.links-sec .muscular-point-middle-5-3.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Common-Digital-Extensor.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-5-4 { width: 5.5%; height: 40%; left: 38.4%; top: 54%;}
.links-sec .muscular-point-middle-5-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Lateral-Digital-Extensor.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-5-7 { width: 2.5%; height: 33.5%; left: 38.8%; top: 50.7%;}
.links-sec .muscular-point-middle-5-7.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Flexor-Carpi-Radialis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-5-8 { width: 13.5%; height: 41%; left: 36.5%; top: 51.8%;}
.links-sec .muscular-point-middle-5-8.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Deep-Digital-Flexor2.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-5-2 { display:none;}
.links-sec .muscular-point-middle-5-5 { display:none;}
.links-sec .muscular-point-middle-5-6 { display:none;}
.links-sec .muscular-point-middle-5-9 { display:none;}



.links-sec .muscular-point-middle-6-2 { width: 16.2%; height: 15.5%; left: 44%; top: 32.2%;}
.links-sec .muscular-point-middle-6-2.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Serratus-Dorsalis-Cranialis-Et-Caudalis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-6-3 { width: 13.2%; height: 15.5%; left: 37.4%; top: 35%;}
.links-sec .muscular-point-middle-6-3.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Serratus-Ventralis-Thoracis.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-6-4 { width: 25%; height: 18.5%; left: 36.9%; top: 34%;}
.links-sec .muscular-point-middle-6-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/External-Intercostal.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-6-6 { width: 36%; height: 15.5%; left: 29.2%; top: 21.3%;}
.links-sec .muscular-point-middle-6-6.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Spinalis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-6-7 { width: 38.2%; height: 15.5%; left: 28.7%; top: 23.9%;}
.links-sec .muscular-point-middle-6-7.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Longissimus-Dorsi.png) no-repeat 0 0 /100%;}

.links-sec .muscular-point-middle-6-8 { width: 18.4%; height: 15.5%; left: 43.4%; top: 32.8%;}
.links-sec .muscular-point-middle-6-8.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Iliocostal.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-6-9 { width: 28%; height: 41.5%; left: 42.2%; top: 31%;}
.links-sec .muscular-point-middle-6-9.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Transversus-Abdominis.png) no-repeat 0 -100px / 100%;}

.links-sec .muscular-point-middle-6-10 { width: 28.2%; height: 26.5%; left: 42.5%; top: 31.1%;}
.links-sec .muscular-point-middle-6-10.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Internal-Abdominal-Oblique.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-6-11 { width: 32.4%; height: 16%; left: 38%; top: 41.6%;}
.links-sec .muscular-point-middle-6-11.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Rectus-Abdominis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-6-12 { width: 7%; height: 6.5%; left: 55.9%; top: 32.6%;}
.links-sec .muscular-point-middle-6-12.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Retractor-Costae.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-6-1 { display:none;}
.links-sec .muscular-point-middle-6-5 { display:none;}
.links-sec .muscular-point-middle-6-13 { display:none;}



.links-sec .muscular-point-middle-7-4 { width: 11%; height: 39.6%; left: 70.7%; top: 29.5%;}
.links-sec .muscular-point-middle-7-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Semitendinosus.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-7-5 { width: 13%; height: 24.5%; left: 68.1%; top: 31.7%;}
.links-sec .muscular-point-middle-7-5.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Semimembranosus.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-7-6 { width: 17%; height: 14%; left: 59.3%; top: 28.2%;}
.links-sec .muscular-point-middle-7-6.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Gluteus-Medius.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-7-8 { width: 9.4%; height: 13.7%; left: 64.6%; top: 31.2%;}
.links-sec .muscular-point-middle-7-8.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Iliacus.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-7-12 { width: 6.8%; height: 13%; left: 69%; top: 41.6%;}
.links-sec .muscular-point-middle-7-12.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Vastus-intermedius.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-7-13 { width: 3.8%; height: 17%; left: 68.6%; top: 37.6%;}
.links-sec .muscular-point-middle-7-13.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Rectus-femoris.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-7-14 { width: 7%; height: 15%; left: 69%; top: 39.5%;}
.links-sec .muscular-point-middle-7-14.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Vastus-medialis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-7-15 { width: 6.7%; height: 15.5%; left: 69.6%; top: 40%;}
.links-sec .muscular-point-middle-7-15.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Vastus-lateralis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-7-16 { width: 9%; height: 31%; left: 65.6%; top: 32.5%;}
.links-sec .muscular-point-middle-7-16.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Sartorius.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-7-18 { width: 20%; height: 25.5%; left: 70.6%; top: 36.6%;}
.links-sec .muscular-point-middle-7-18.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Gracilis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-middle-7-1 { display:none;}
.links-sec .muscular-point-middle-7-2 { display:none;}
.links-sec .muscular-point-middle-7-3 { display:none;}
.links-sec .muscular-point-middle-7-7 { display:none;}
.links-sec .muscular-point-middle-7-9 { display:none;}
.links-sec .muscular-point-middle-7-10 { display:none;}
.links-sec .muscular-point-middle-7-11 { display:none;}
.links-sec .muscular-point-middle-7-17 { display:none;}
.links-sec .muscular-point-middle-7-19 { display:none;}



.links-sec .muscular-point-middle-8-3 { width: 17.5%; height: 40.9%; left: 74.3%; top: 52.2%;}
.links-sec .muscular-point-middle-8-3.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Deep-Digital-Flexor.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-8-4 { width: 7.5%; height: 11.8%; left: 75.4%; top: 57%;}
.links-sec .muscular-point-middle-8-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Soleus.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-8-5 { width: 9.5%; height: 20.5%;  left: 73.4%; top: 49%;}
.links-sec .muscular-point-middle-8-5.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Gastrocnemius.png) no-repeat center center / cover;}

.links-sec .muscular-point-middle-8-1 { display:none;}
.links-sec .muscular-point-middle-8-2 { display:none;}
.links-sec .muscular-point-middle-8-6 { display:none;}



/*Deep Muscles*/

.links-sec .muscular-point-deep-1-1 { display:none;}
.links-sec .muscular-point-deep-1-2 { display:none;}
.links-sec .muscular-point-deep-1-3 { display:none;}
.links-sec .muscular-point-deep-1-4 { display:none;}
.links-sec .muscular-point-deep-1-5 { display:none;}
.links-sec .muscular-point-deep-1-6 { display:none;}

.links-sec .muscular-point-deep-2-14 { width: 2%; height: 4%; left: 22.8%; top: 9.3%;}
.links-sec .muscular-point-deep-2-14.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Obliquus-capitis-cranialis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-2-15 { width: 7%; height: 9%; left: 23.3%; top: 10%;}
.links-sec .muscular-point-deep-2-15.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Rectus-capitis-dorsalis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-2-17 { /*width: 9%; height: 31%; left: 65.6%; top: 32.5%;*/ width: 8.4%; height: 31%; left: 28.7%; top: 15.3%;}
.links-sec .muscular-point-deep-2-17.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Multifidus-cervicis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-2-18 { width: 12%; height: 23%; left: 25%; top: 15.2%;}
.links-sec .muscular-point-deep-2-18.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Longus-colli.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-2-19 { width: 10.5%; height: 25%; left: 25%; top: 13.5%;}
.links-sec .muscular-point-deep-2-19.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Intertranversarii.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-2-20 { width: 5.8%; height: 16%; left: 30.2%; top: 25.8%;}
.links-sec .muscular-point-deep-2-20.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Scalenus.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-2-1 { display:none;}
.links-sec .muscular-point-deep-2-2 { display:none;}
.links-sec .muscular-point-deep-2-3 { display:none;}
.links-sec .muscular-point-deep-2-4 { display:none;}
.links-sec .muscular-point-deep-2-5 { display:none;}
.links-sec .muscular-point-deep-2-6 { display:none;}
.links-sec .muscular-point-deep-2-7 { display:none;}
.links-sec .muscular-point-deep-2-8 { display:none;}
.links-sec .muscular-point-deep-2-9 { display:none;}
.links-sec .muscular-point-deep-2-10 { display:none;}
.links-sec .muscular-point-deep-2-11 { display:none;}
.links-sec .muscular-point-deep-2-12 { display:none;}
.links-sec .muscular-point-deep-2-13 { display:none;}
.links-sec .muscular-point-deep-2-16 { display:none;}


/*.links-sec .muscular-point-deep-3-6 { width: 5.5%; height: 12.5%; left: 33%; top: 33.5%;}
.links-sec .muscular-point-deep-3-6.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Subclavius.png) no-repeat center center / cover;}*/

.links-sec .muscular-point-deep-3-1 { display:none;}
.links-sec .muscular-point-deep-3-2 { display:none;}
.links-sec .muscular-point-deep-3-3 { display:none;}
.links-sec .muscular-point-deep-3-4 { display:none;}
.links-sec .muscular-point-deep-3-5 { display:none;}
.links-sec .muscular-point-deep-3-6 { display:none;}
.links-sec .muscular-point-deep-3-7 { display:none;}
.links-sec .muscular-point-deep-3-8 { display:none;}
.links-sec .muscular-point-deep-3-9 { display:none;}



.links-sec .muscular-point-deep-4-1 { width: 5%; height: 8%; left: 33.2%; top: 47.7%;}
.links-sec .muscular-point-deep-4-1.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Pectoralis-Descendens.png) no-repeat center center / cover;}

.links-sec .muscular-point-deep-4-4 { width: 5.5%; height: 15%; left: 33%; top: 42%;}
.links-sec .muscular-point-deep-4-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Biceps-Brachialis.png) no-repeat center center / cover;}

.links-sec .muscular-point-deep-4-5 { width: 5.8%; height: 12.5%; left: 33.1%; top: 32%;}
.links-sec .muscular-point-deep-4-5.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Subclavius.png) no-repeat center center / cover;}

.links-sec .muscular-point-deep-4-2 { display:none;}
.links-sec .muscular-point-deep-4-3 { display:none;}


.links-sec .muscular-point-deep-5-8 { width: 13.5%; height: 41%; left: 36.5%; top: 51.8%;}
.links-sec .muscular-point-deep-5-8.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Deep-Digital-Flexor2.png) no-repeat center center / cover;}

.links-sec .muscular-point-deep-5-9 { width: 7.8%; height: 16%; left: 37.9%; top: 63.5%;}
.links-sec .muscular-point-deep-5-9.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Extensor-carpi-Obliquus.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-5-1 { display:none;}
.links-sec .muscular-point-deep-5-2 { display:none;}
.links-sec .muscular-point-deep-5-3 { display:none;}
.links-sec .muscular-point-deep-5-4 { display:none;}
.links-sec .muscular-point-deep-5-5 { display:none;}
.links-sec .muscular-point-deep-5-6 { display:none;}
.links-sec .muscular-point-deep-5-7 { display:none;}



.links-sec .muscular-point-deep-6-4 { width: 25%; height: 18.5%; left: 36.9%; top: 34%;}
.links-sec .muscular-point-deep-6-4.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/External-Intercostal.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-6-6 { width: 36%; height: 15.5%; left: 29.2%; top: 21.3%;}
.links-sec .muscular-point-deep-6-6.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Spinalis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-6-8 { width: 18.4%; height: 15.5%; left: 43.4%; top: 32.8%;}
.links-sec .muscular-point-deep-6-8.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Iliocostal.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-6-11 { width: 32.4%; height: 16%; left: 38%; top: 41.6%;}
.links-sec .muscular-point-deep-6-11.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Rectus-Abdominis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-6-12 { width: 7%; height: 6.5%; left: 55.9%; top: 32.6%;}
.links-sec .muscular-point-deep-6-12.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Retractor-Costae.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-6-13 { width: 39%; height: 9%; left: 34%; top: 28.4%;}
.links-sec .muscular-point-deep-6-13.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Multifidus-thoracis-et-lumborum.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-6-1 { display:none;}
.links-sec .muscular-point-deep-6-2 { display:none;}
.links-sec .muscular-point-deep-6-3 { display:none;}
.links-sec .muscular-point-deep-6-5 { display:none;}
.links-sec .muscular-point-deep-6-7 { display:none;}
.links-sec .muscular-point-deep-6-9 { display:none;}
.links-sec .muscular-point-deep-6-10 { display:none;}



.links-sec .muscular-point-deep-7-5 { width: 13%; height: 24.5%; left: 68.1%; top: 31.7%;}
.links-sec .muscular-point-deep-7-5.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Semimembranosus.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-7-7 { width: 7%; height: 15.5%; left: 68.7%; top: 34.4%;}
.links-sec .muscular-point-deep-7-7.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Gluteus-Profundus.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-7-8 { width: 9.4%; height: 13.7%; left: 64.6%; top: 31.2%;}
.links-sec .muscular-point-deep-7-8.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Iliacus.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-7-9 { width: 14%; height: 4.5%; left: 54.3%; top: 33.4%;}
.links-sec .muscular-point-deep-7-9.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Psoas-Minor.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-7-10 { width: 17%; height: 15.5%; left: 57%; top: 32.6%;}
.links-sec .muscular-point-deep-7-10.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Psoas-Major.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-7-16 { width: 9%; height: 31%; left: 65.6%; top: 32.5%;}
.links-sec .muscular-point-deep-7-16.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Sartorius.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-7-17 { width: 4.9%; height: 15.1%; left: 72.1%; top: 39.8%;}
.links-sec .muscular-point-deep-7-17.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Adductor.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-7-18 { width: 20%; height: 25.5%; left: 70.6%; top: 36.6%;}
.links-sec .muscular-point-deep-7-18.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Gracilis.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-7-19 { width: 12%; height: 10%; left: 63.8%; top: 31%;}
.links-sec .muscular-point-deep-7-19.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Gluteus-accessorius.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-7-1 { display:none;}
.links-sec .muscular-point-deep-7-2 { display:none;}
.links-sec .muscular-point-deep-7-3 { display:none;}
.links-sec .muscular-point-deep-7-4 { display:none;}
.links-sec .muscular-point-deep-7-6 { display:none;}
.links-sec .muscular-point-deep-7-11 { display:none;}
.links-sec .muscular-point-deep-7-12 { display:none;}
.links-sec .muscular-point-deep-7-13 { display:none;}
.links-sec .muscular-point-deep-7-14 { display:none;}
.links-sec .muscular-point-deep-7-15 { display:none;}



.links-sec .muscular-point-deep-8-3 { width: 17.5%; height: 40.9%; left: 74.3%; top: 52.2%;}
.links-sec .muscular-point-deep-8-3.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Deep-Digital-Flexor.png) no-repeat center center / cover;}

.links-sec .muscular-point-deep-8-6 { width: 11%; height: 44%; left: 73.7%; top: 50.3%;}
.links-sec .muscular-point-deep-8-6.active { background: url(/Assets/Images/SessionReportHorses/Muscular-Red/Superficial-Digital-Flexor.png) no-repeat 0 0 / 100%;}

.links-sec .muscular-point-deep-8-1 { display:none;}
.links-sec .muscular-point-deep-8-2 { display:none;}
.links-sec .muscular-point-deep-8-4 { display:none;}
.links-sec .muscular-point-deep-8-5 { display:none;}


.tooltip { position: absolute; background: rgb(0, 0, 0); padding: 5px; border-radius: 5px; color: #fff; width: 150px; left: 50%; transform: translate(-50%, -100%); top: -12px; font-size: 13px; text-align: center; opacity: 0; z-index: 9; visibility: hidden;}
.bullets { display: inline-block; width: 15px; height: 15px; background: #00022d; border-radius: 50%; opacity: 1; left: 0; right: 0; margin: 0 auto; position: absolute; top: 50%; transform: translate(0, -50%); cursor: pointer; border:1px solid #fff; z-index: 99;}
.bullets:hover .tooltip { opacity: 1; visibility: visible;}
.bullets:hover { z-index: 99;}


/*bullet settings*/
.tail .bullets { left: 86%;}

.muscular-point-superficial-1-1 .bullets { top: 80%; left: 20%;}
.muscular-point-superficial-1-3 .bullets { left: 20%; top: 4%;}
.muscular-point-superficial-1-4 .bullets { top: 22%; left: -30%;}
.muscular-point-superficial-1-5 .bullets { left: -50%;}
.muscular-point-superficial-1-6 .bullets { top: 60%;}

/*(trapizias(thoracic)) 
.muscular-point-superficial-2-3 .bullets { top: 65%; left: -2%;} */
.muscular-point-superficial-2-3 .bullets { top: 43%; left: 24%;}
.muscular-point-superficial-2-4 .bullets { left: 14%; top: 52%;}
.muscular-point-superficial-2-5 .bullets { top: 48%; left: 5%;}
.muscular-point-superficial-2-6 .bullets { top: 40%; left: -33%;}
.muscular-point-2-7 .bullets { top: 67%; left: 38%;}
.muscular-point-2-8 .bullets { left: 5%; top: 40%;}
.muscular-point-2-10 .bullets { top: 40%; left: 10%;}
/* .muscular-point-superficial-2-12 .bullets { left: 30%; top: 60%;} */
/* .muscular-point-superficial-2-13 .bullets { left: 10%; top: 53%;} */
.muscular-point-2-14 .bullets { left: 80%; top: 100%;}
.muscular-point-superficial-2-2 .bullets { left: -18%; top: 47%;}
.muscular-point-superficial-2-1 .bullets { left: -27%; top: 35%;}
.muscular-point-2-20 .bullets { left: -40%; top: 57%;}
/*.muscular-point-superficial-3-6 .bullets { top: 18%; left: 20%;}*/
.muscular-point-superficial-3-1 .bullets { left: 0%; top: 35%;}
.muscular-point-superficial-3-4 .bullets { left: -49% !important; top: 59% !important;}
.muscular-point-superficial-3-5 .bullets { top: 42% !important; left: -15px !important;}
.muscular-point-superficial-3-6 .bullets { left: 15%; top: 58%;}
.muscular-point-superficial-4-1 .bullets, .muscular-point-middle-4-1 .bullets, .muscular-point-deep-4-1 .bullets { left: -34%; top: 80%;}

.muscular-point-superficial-3-2 .bullets { top: 59%; left: -2%;}
.muscular-point-2-11 .bullets { left: 40%; top: 65%;}
/* .muscular-point-superficial-3-4 .bullets { left: -45%; top: 56%;} */

.muscular-point-superficial-4-3 .bullets { top: 85%; left: 20%;}
.muscular-point-superficial-4-4 .bullets {  left: -60%;}
.muscular-point-superficial-4-5 .bullets { top: 18%; left: 20%;}

.muscular-point-superficial-5-2 .bullets { left: -50%; top: 27%;}
.muscular-point-superficial-5-3 .bullets { top: 18%; left: -5%;}
.muscular-point-superficial-5-4 .bullets { left: -60%; top: 28%;}
.muscular-point-superficial-5-5 .bullets { top: 40%; left: 50%;}
.muscular-point-superficial-5-6 .bullets { left: 40%; top: 20%;}
.muscular-point-superficial-5-8 .bullets { left: -45%; top: 42%;}

.muscular-point-superficial-6-1 .bullets { left: 12%; top: 60%;}
.muscular-point-superficial-6-2 .bullets { top: 24%; left: 62%;}
/* .muscular-point-superficial-6-8 .bullets { left: 25%; top: 7%;} */
.muscular-point-superficial-6-4 .bullets { left: 18%;}
.muscular-point-superficial-6-5 .bullets { top: 68%; left: 5%;}
.muscular-point-superficial-6-3 .bullets { left: 50%; top: 75%;}

.muscular-point-superficial-7-1 .bullets { left: 50%;}
.muscular-point-superficial-7-3 .bullets { top: 42%; left: 45%;}
.muscular-point-superficial-7-4 .bullets { left: 68%; top: 40%;}
.muscular-point-7-11 .bullets { left: -18%; top: 47%;}

.muscular-point-superficial-8-1 .bullets { left: -20%; top: 20%;}
.muscular-point-superficial-8-2 .bullets { top: 43%; left: 27%;}
.muscular-point-superficial-8-3 .bullets { top: 26%; left: -48%;}
.muscular-point-superficial-8-4 .bullets { top: 17%; left: -60%;}
.muscular-point-superficial-8-5 .bullets { top: 44%; left: 5%;}
.muscular-point-8-6 .bullets { left: 65%; top: 42%;}

.frontoscutularis .bullets { left: -20%; top: 90%;}

/*Middle*/
.muscular-point-middle-2-6 .bullets { top: 40%; left: -33%;}
.muscular-point-2-12 .bullets { left: 5%; top: 46%;}
.muscular-point-2-13 .bullets { left: 44%; top: 74%;}

.muscular-point-3-4 .bullets { left: -12%; top: 27%;}
.muscular-point-3-5 .bullets { top: 40%; left: 15%;}
.muscular-point-3-8 .bullets { top: 70%; left: -37%;}
.muscular-point-middle-3-9 .bullets { top: 64%; left: 11%;}

.muscular-point-middle-4-4 .bullets {  left: -60%;}
.muscular-point-middle-4-5 .bullets { top: 18%; left: 20%;}

.muscular-point-middle-5-3 .bullets { top: 18%; left: -5%;}
.muscular-point-middle-5-4 .bullets { left: -60%; top: 28%;}
.muscular-point-middle-5-8 .bullets { left: -45%; top: 42%;}

.muscular-point-middle-6-2 .bullets { top: 24%; left: 62%;}
.muscular-point-middle-6-3 .bullets { left: 35%; top: 63%;}
.muscular-point-middle-6-4 .bullets { left: 42%;}
.muscular-point-middle-6-6 .bullets { top: 61%;}
.muscular-point-6-8 .bullets { left: 2%; top: 10%;}
.muscular-point-6-7 .bullets { left: 45%; top: 54%;}
.muscular-point-middle-6-9 .bullets { left: 43%; top: 15%;}
.muscular-point-middle-6-10 .bullets { left: 59%; top: 40%;}
.muscular-point-middle-6-11 .bullets { left: 20%; top: 66%;}

.muscular-point-middle-7-13 .bullets {left: -35%; top: 50%;}
.muscular-point-7-17 .bullets { left: -65%;}

.muscular-point-middle-5-7 .bullets { left: 40%; top: 20%;}

.muscular-point-middle-7-4 .bullets { left: 68%; top: 40%;}
.muscular-point-middle-7-5 .bullets { left: 55%; top: 45%;}
.muscular-point-7-6 .bullets { top: 38%; left: 30%;}
.muscular-point-middle-7-8 .bullets { left: 6%; top: 54%;}
.muscular-point-middle-7-12 .bullets { top: 70%; left: -40%;}
.muscular-point-middle-7-15 .bullets { top: 25%; left: 19%;}
.muscular-point-middle-7-16 .bullets { top: 29%; left: -34%;}
.muscular-point-middle-7-18 .bullets { left: -57%; top: 45%;}

.muscular-point-middle-8-3 .bullets { top: 26%; left: -48%;}
.muscular-point-middle-8-4 .bullets { top: 17%; left: -60%;}
.muscular-point-middle-8-5 .bullets { top: 44%; left: 5%;}

/*Deep*/
.muscular-point-deep-4-4 .bullets {  left: -60%;}
.muscular-point-deep-4-5 .bullets { top: 48%; left: -12%;}

.muscular-point-deep-5-8 .bullets { left: -45%; top: 42%;}

.muscular-point-deep-6-6 .bullets { top: 61%;}
/* .muscular-point-deep-6-8 .bullets { left: 25%; top: 7%;} */
.muscular-point-deep-6-11 .bullets { left: 20%; top: 66%;}
.muscular-point-deep-6-13 .bullets { left:10%;}

.muscular-point-deep-7-5 .bullets { left: 65%;}
.muscular-point-deep-7-7 .bullets { top: 15%; left: 35%;}
.muscular-point-deep-7-8 .bullets { left: 40%; top: 66%;}
.muscular-point-deep-7-10 .bullets { left: 0%; top: 34%;}
.muscular-point-7-9 .bullets { left: 20%;}
.muscular-point-deep-7-16 .bullets { top: 34%; left: -20%;}
.muscular-point-deep-7-18 .bullets { left: -57%; top: 45%;}
.muscular-point-6-12 .bullets { left: 34%; top: 46%;}
.muscular-point-2-15 .bullets { top: 30%;}
.muscular-point-2-18 .bullets { left: -44%; top: 28%;}
.muscular-point-5-9 .bullets { left: -85%; top: 26%;}
.muscular-point-2-9 .bullets { left: -2%; top: 46%;}

.muscular-point-deep-8-3 .bullets { top: 26%; left: -48%;}


.assessment-points.active .bullets { background: #751010 !important;}


/*skeleton_side*/
/*.Skeleton_Side_ms img { max-width: 100%; margin: 0 auto;}
.Skeleton_Side_ms, .Skeleton_Top_ms {  width:100%; box-sizing: border-box;}
.Skeleton_Top_ms img { max-width: 100%; max-height: 1200px; margin: 0 auto; display: block;}*/


.links-sec .skeletal-point-side-1-1 { left: 22%; top: 25.5%;}

.links-sec .skeletal-point-side-1-2 { left: 21.8%; top: 14.5%;}

.links-sec .skeletal-point-side-1-3 { width: 2.2%; height: 8%; left: 22.3%; top: 7.85%;}
.links-sec .skeletal-point-side-1-3.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/occipital-bone.png) no-repeat center center / 100%;}



.links-sec .skeletal-point-side-2-1 { width: 2.3%; height: 8%; left: 24%; top: 9.6%;}
.links-sec .skeletal-point-side-2-1.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/C1-atlas.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-2-2 { width: 4.05%; height: 8%; left: 25.9%; top: 13%;}
.links-sec .skeletal-point-side-2-2.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/C2-axis.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-2-3 { width: 4.1%; height: 8%; left: 27.5%; top: 16.8%;}
.links-sec .skeletal-point-side-2-3.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/C3.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-2-4 { width: 4.2%; height: 9%; left: 28.6%; top: 20.7%;}
.links-sec .skeletal-point-side-2-4.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/C4.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-2-5 { width: 3.9%; height: 10%; left: 30%; top: 24.5%;}
.links-sec .skeletal-point-side-2-5.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/C5.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-2-6 { width: 3.8%; height: 8%; left: 30.7%; top: 29.4%;}
.links-sec .skeletal-point-side-2-6.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/C6.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-2-7 { width: 3.5%; height: 8%; left: 32.4%; top: 31.5%;}
.links-sec .skeletal-point-side-2-7.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/C7.png) no-repeat center center / 100%;}




.links-sec .skeletal-point-side-3-1 { width: 11.7%; height: 21%; left: 33.9%; top: 26.1%;}
.links-sec .skeletal-point-side-3-1.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/scapula.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-3-2 { width: 8.4%; height: 25%; left: 32.8%; top: 37.9%;}
.links-sec .skeletal-point-side-3-2.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/humerus.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-3-3 { width: 4.6%; height: 21%; left: 38.1%; top: 52.8%;}
.links-sec .skeletal-point-side-3-3.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/elbow.png) no-repeat center center / 100%;}




.links-sec .skeletal-point-side-4-1 { width: 2.2%; height: 3.3%; left: 38.3%; top: 72.5%;}
.links-sec .skeletal-point-side-4-1.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/carpal-bones.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-4-2 { width: 1.4%; height: 3%; left: 39.8%; top: 71.8%;}
.links-sec .skeletal-point-side-4-2.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/accessory-carpal.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-4-3 { width: 2.9%; height: 8%; left: 37.3%; top: 83.2%;}
.links-sec .skeletal-point-side-4-3.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/proximal-phalanx.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-4-4 { width: 2.1%; height: 3%; left: 36.5%; top: 88.3%;}
.links-sec .skeletal-point-side-4-4.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/middle-phalanx.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-4-5 { width: 3%; height: 3%; left: 35.2%; top: 89.3%;}
.links-sec .skeletal-point-side-4-5.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/distal-phalanx.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-4-6 { width: 1%; height: 3%; left: 39.8%; top: 84.1%;}
.links-sec .skeletal-point-side-4-6.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/sesamoid-bone.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-4-7 { width: 2.1%; height: 11.2%; left: 38.3%; top: 74.8%;}
.links-sec .skeletal-point-side-4-7.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/cannon_forelimb.png) no-repeat center center / 100%;}


/* Thoracic Vertebrae  */

.links-sec .skeletal-point-side-5-1 { width: 3%; height: 8%; left: 34.3%; top: 30.8%;}
.links-sec .skeletal-point-side-5-1.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T1.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-2 { width: 3.95%; height: 11%; left: 36.4%; top: 28.2%;}
.links-sec .skeletal-point-side-5-2.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T2.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-3 { width: 1.42%; height: 5%; left: 40.3%; top: 25.9%;}
.links-sec .skeletal-point-side-5-3.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T3.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-4 { width: 1.4%; height: 5%; left: 41.7%; top: 25.5%;}
.links-sec .skeletal-point-side-5-4.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T4.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-5 { width: 1.2%; height: 5%; left: 42.8%; top: 25.8%;}
.links-sec .skeletal-point-side-5-5.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T5.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-6 { width: 1.2%; height: 5%; left: 43.8%; top: 26.4%;}
.links-sec .skeletal-point-side-5-6.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T6.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-7 { width: 1.4%; height: 5%; left: 44.5%; top: 27.2%;}
.links-sec .skeletal-point-side-5-7.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T7.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-8 { width: 1.65%; height: 5%; left: 45.1%; top: 28.1%;}
.links-sec .skeletal-point-side-5-8.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T8.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-9 { width: 3%; height: 8%; left: 44.7%; top: 29.1%;}
.links-sec .skeletal-point-side-5-9.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T9.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-10 { width: 3%; height: 7%; left: 45.5%; top: 29.9%;}
.links-sec .skeletal-point-side-5-10.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T10.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-11 { width: 2.7%; height: 7%; left: 46.8%; top: 30%;}
.links-sec .skeletal-point-side-5-11.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T11.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-12 { width: 2.2%; height: 7%; left: 48.2%; top: 29.9%;}
.links-sec .skeletal-point-side-5-12.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T12.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-13 { width: 2.1%; height: 6%; left: 49.4%; top: 30.6%;}
.links-sec .skeletal-point-side-5-13.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T13.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-14 { width: 1.9%; height: 5%; left: 50.75%; top: 31%;}
.links-sec .skeletal-point-side-5-14.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T14.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-15 { width: 1.8%; height: 5%; left: 52.1%; top: 31%;}
.links-sec .skeletal-point-side-5-15.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T15.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-16 { width: 1.7%; height: 6%; left: 53.6%; top: 30.4%;}
.links-sec .skeletal-point-side-5-16.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T16.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-17 { width: 1.8%; height: 5%; left: 54.7%; top: 30.9%;}
.links-sec .skeletal-point-side-5-17.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T17.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-5-18 { width: 2%; height: 5%; left: 55.9%; top: 30.6%;}
.links-sec .skeletal-point-side-5-18.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/T18.png) no-repeat center center / 100%;}



/* Lumbar Vertebrae  */

.links-sec .skeletal-point-side-6-1 { width: 2.1%; height: 5%; left: 57.5%; top: 30.4%;}
.links-sec .skeletal-point-side-6-1.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/L1.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-6-2 { width: 2.1%; height: 5%; left: 59%; top: 30.1%;}
.links-sec .skeletal-point-side-6-2.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/L2.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-6-3 { width: 2.2%; height: 5%; left: 60.4%; top: 29.7%;}
.links-sec .skeletal-point-side-6-3.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/L3.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-6-4 { width: 2.1%; height: 6%; left: 62%; top: 29%;}
.links-sec .skeletal-point-side-6-4.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/L4.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-6-5 { width: 2.1%; height: 7.2%; left: 63.3%; top: 28.7%;}
.links-sec .skeletal-point-side-6-5.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/L5.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-6-6 { width: 1.5%; height: 4%; left: 64.8%; top: 28%;}
.links-sec .skeletal-point-side-6-6.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/L6.png) no-repeat center center / 100%;}




.links-sec .skeletal-point-side-7-1 { width: 6%; height: 13%; left: 32.6%; top: 43.6%;}
.links-sec .skeletal-point-side-7-1.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/sternum.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-2{ left: 48%; top: 54%;}

.links-sec .skeletal-point-side-7-3 { width: 1.75%; height: 19%; left: 35.3%; top: 32.8%;}
.links-sec .skeletal-point-side-7-3.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-1st.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-4 { width: 1.1%; height: 19%; left: 37.4%; top: 35.6%;}
.links-sec .skeletal-point-side-7-4.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-2nd.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-5 { width: 1.7%; height: 19%; left: 38.4%; top: 35.6%;}
.links-sec .skeletal-point-side-7-5.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-3rd.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-6 { width: 2.15%; height: 21%; left: 39.7%; top: 34.8%;}
.links-sec .skeletal-point-side-7-6.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-4th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-7 { width: 3.3%; height: 20%; left: 40.6%; top: 35.5%;}
.links-sec .skeletal-point-side-7-7.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-5th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-8 { width: 3.6%; height: 20%; left: 42.3%; top: 35.2%;}
.links-sec .skeletal-point-side-7-8.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-6th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-9 { width: 5.2%; height: 23%; left: 42.6%; top: 33.7%;}
.links-sec .skeletal-point-side-7-9.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-7th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-10 { width: 6.8%; height: 23%; left: 42.6%; top: 33.5%;}
.links-sec .skeletal-point-side-7-10.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-8th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-11 { width: 8.4%; height: 22%; left: 42.7%; top: 33.8%;}
.links-sec .skeletal-point-side-7-11.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-9th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-12 { width: 7.7%; height: 23%; left: 44.7%; top: 33%;}
.links-sec .skeletal-point-side-7-12.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-10th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-13 { width: 6.8%; height: 22%; left: 47.1%; top: 33.3%;}
.links-sec .skeletal-point-side-7-13.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-11th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-14 { width: 7%; height: 21%; left: 48.2%; top: 33.6%;}
.links-sec .skeletal-point-side-7-14.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-12th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-15 { width: 7.4%; height: 19.5%; left: 49.3%; top: 33.8%;}
.links-sec .skeletal-point-side-7-15.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-13th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-16 { width: 7.8%; height: 19%; left: 50.3%; top: 33.4%;}
.links-sec .skeletal-point-side-7-16.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-14th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-17 { width: 13%; height: 21%; left: 46.4%; top: 34%;}
.links-sec .skeletal-point-side-7-17.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-15th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-18 { width: 7.5%; height: 19%; left: 53.1%; top: 33.5%;}
.links-sec .skeletal-point-side-7-18.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-16th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-19 { width: 6.9%; height: 18%; left: 54.6%; top: 33.3%;}
.links-sec .skeletal-point-side-7-19.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-17th.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-7-20 { width: 9.8%; height: 18%; left: 52.4%; top: 32.2%;}
.links-sec .skeletal-point-side-7-20.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/rib-18th.png) no-repeat center center / 100%;}


.links-sec .skeletal-point-side-8-1 { width: 11.4%; height: 21%; left: 74%; top: 29.7%;}
.links-sec .skeletal-point-side-8-1.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/caudal-bones.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-8-2{ left: 64.6%; top: 32%;}

.links-sec .skeletal-point-side-8-3,.links-sec .skeletal-point-side-8-6,.links-sec .skeletal-point-side-8-7{width: 16.2%; height: 20%; left: 63.5%; top: 25.1%;}
.links-sec .skeletal-point-side-8-3.active, .links-sec .skeletal-point-side-8-6.active, .links-sec .skeletal-point-side-8-7.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/pelvis.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-8-4,.links-sec .skeletal-point-side-8-5 { width: 7.5%; height: 5.1%; left: 67.2%; top: 28.2%;}
.links-sec .skeletal-point-side-8-4.active,.links-sec .skeletal-point-side-8-5.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/sacrum.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-8-8{left: 79%; top: 35.5%;}




.links-sec .skeletal-point-side-9-1{top: 39%; left: 73.5%;}

.links-sec .skeletal-point-side-9-2 { width: 6.8%; height: 21%; left: 69.9%; top: 36.5%;}
.links-sec .skeletal-point-side-9-2.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/femur.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-9-3 { width: 2%; height: 3%; left: 69.2%; top: 52%;}
.links-sec .skeletal-point-side-9-3.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/patella.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-9-4 { width: 8.5%; height: 17%; left: 72.8%; top: 55.2%;}
.links-sec .skeletal-point-side-9-4.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/tibia.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-9-5 { width: 2%; height: 6%; left: 80.9%; top: 66.6%;}
.links-sec .skeletal-point-side-9-5.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/calcaneus.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-9-6 { width: 3.6%; height: 13%; left: 80.7%; top: 73.4%;}
.links-sec .skeletal-point-side-9-6.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/cannon_hindlimb.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-9-7 { width: 2.4%; height: 3%; left: 80.6%; top: 71.3%;}
.links-sec .skeletal-point-side-9-7.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/tarsal-bones.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-9-8 { width: 1.3%; height: 3%; left: 83.5%; top: 83.2%;}
.links-sec .skeletal-point-side-9-8.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/sesamoid-hindlimb.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-9-9 { width: 2.5%; height: 5%; left: 82%; top: 85.1%;}
.links-sec .skeletal-point-side-9-9.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/proximal-phalanx-hind.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-9-10 { width: 2.4%; height: 4%; left: 81.4%; top: 88.5%;}
.links-sec .skeletal-point-side-9-10.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/middle-phalanx-hind.png) no-repeat center center / 100%;}

.links-sec .skeletal-point-side-9-11 { width: 3.2%; height: 3%; left: 80.4%; top: 90.4%;}
.links-sec .skeletal-point-side-9-11.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/Distal-phalanx-hind.png) no-repeat center center / 100%;}





.links-sec .fourth-metatarsal { width: 1.2%; height: 12%; left: 82.2%; top: 71.6%;}
.links-sec .fourth-metatarsal.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/fourth-metatarsal.png) no-repeat center center / 100%;}

.links-sec .third-metatarsal { width: 3.6%; height: 13%; left: 80.7%; top: 73.4%;}
.links-sec .third-metatarsal.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/third-metatarsal.png) no-repeat center center / 100%;}

.links-sec .talus { width: 1.8%; height: 3%; left: 79.9%; top: 70%;}
.links-sec .talus.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/talus.png) no-repeat center center / 100%;}

.links-sec .fibula { width: 3.9%; height: 10%; left: 75%; top: 56.3%;}
.links-sec .fibula.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/fibula.png) no-repeat center center / 100%;}

.links-sec .pelvis { width: 16.2%; height: 20%; left: 63.5%; top: 25.1%;}
.links-sec .pelvis.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/pelvis.png) no-repeat center center / 100%;}

.links-sec .fourth-metacarpal { width: 0.9%; height: 8%; left: 39.4%; top: 75.1%;}
.links-sec .fourth-metacarpal.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/fourth-metacarpal.png) no-repeat center center / 100%;}

.links-sec .third-metacarpal { width: 2.1%; height: 11.2%; left: 38.3%; top: 74.8%;}
.links-sec .third-metacarpal.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/third-metacarpal.png) no-repeat center center / 100%;}

.links-sec .radius { width: 4.2%; height: 21%; left: 38.1%; top: 52.8%;}
.links-sec .radius.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/radius.png) no-repeat center center / 100%;}

.links-sec .ulna { width: 3.2%; height: 14%; left: 39.5%; top: 52.5%;}
.links-sec .ulna.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/ulna.png) no-repeat center center / 100%;}

/* Sacrum */
.links-sec .S5 { width: 1.8%; height: 4%; left: 72.6%; top: 29%;}
.links-sec .S5.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/S5.png) no-repeat center center / 100%;}

.links-sec .S4 { width: 1.9%; height: 4%; left: 71.1%; top: 28.9%;}
.links-sec .S4.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/S4.png) no-repeat center center / 100%;}

.links-sec .S3 { width: 2.3%; height: 4.5%; left: 69.5%; top: 28.7%;}
.links-sec .S3.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/S3.png) no-repeat center center / 100%;}

.links-sec .S2 { width: 2.2%; height: 5%; left: 68.1%; top: 28.4%;}
.links-sec .S2.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/S2.png) no-repeat center center / 100%;}

.links-sec .S1 { width: 1.5%; height: 5%; left: 67.2%; top: 27.8%;}
.links-sec .S1.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/S1.png) no-repeat center center / 100%;}


.links-sec .skull { width: 10.4%; height: 22%; left: 12.9%; top: 8.5%;}
.links-sec .skull.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/skull.png) no-repeat center center / 100%;}

.links-sec .mandible { width: 10.8%; height: 20%; left: 14%; top: 11.5%;}
.links-sec .mandible.active { background: url(/Assets/Images/SessionReportHorses/Skeleton_Side/mandible.png) no-repeat center center / 100%;}


/*All bullets*/
.skeletal-point-side-3-3 .bullets { top: 26%; left: -22%;}

.skeletal-point-side-4-2 .bullets { top: 20%; left: 60%;}
.skeletal-point-side-4-4 .bullets { left: 54%; top: 39%;}
.skeletal-point-side-4-6 .bullets { left: 70%; top: 20%;}

.skeletal-point-side-5-1 .bullets { top: 51%; left: 48%;}
.skeletal-point-side-5-2 .bullets { left: 51%; top: 6%;}
.skeletal-point-side-5-3 .bullets { left: 13%; top: 25%;}
.skeletal-point-side-5-4 .bullets { top: 27%; left: 10%;}
.skeletal-point-side-5-5 .bullets { top: 22%; left: 25%;}
.skeletal-point-side-5-6 .bullets { top: 20%; left: 42%;}
.skeletal-point-side-5-7 .bullets { top: 44%; left: 0%;}
.skeletal-point-side-5-8 .bullets { top: 17%; left: 49%;}
.skeletal-point-side-5-9 .bullets { top: 14%; left: 58%;}
.skeletal-point-side-5-10 .bullets { top: 0%; left: 75%;}
.skeletal-point-side-5-11 .bullets { top: 19%; left: 56%;}
.skeletal-point-side-5-12 .bullets { top: 5%; left: 55%;}
.skeletal-point-side-5-13 .bullets { top: 17%; left: 39%;}
.skeletal-point-side-5-14 .bullets { top: -2%; left: 35%;}
.skeletal-point-side-5-15 .bullets { top: 12%; left: 20%;}
.skeletal-point-side-5-16 .bullets { top: 10%; left: -32%;}
.skeletal-point-side-5-17 .bullets { top: 7%; left: -17%;}
.skeletal-point-side-5-18 .bullets { top: -2%; left: -44%;}

.skeletal-point-side-6-1 .bullets { top: 10%; left: -28%;}
.skeletal-point-side-6-2 .bullets { top: 0%; left: -44%;}
.skeletal-point-side-6-3 .bullets { top: 9%; left: -15%;}
.skeletal-point-side-6-4 .bullets { top: 2%; left: -40%;}
.skeletal-point-side-6-5 .bullets { top: 1%; left: -21%;}
.skeletal-point-side-6-6 .bullets { top: 20%; left: 8%;}

.skeletal-point-side-7-1 .bullets { left: -30%; top: 60%;}
/*.skeletal-point-side-7-2 .bullets { left: 65%; top: 42%;}*/
.skeletal-point-side-7-3 .bullets { left: -5%; top: 34%;}
.skeletal-point-side-7-4 .bullets { left: -3%; top: 42%;}
.skeletal-point-side-7-5 .bullets { left: 40%; top: 51%; }
.skeletal-point-side-7-6 .bullets { left: 43%; top: 42%;}
.skeletal-point-side-7-7 .bullets { left: 59%; top: 48%; }
.skeletal-point-side-7-8 .bullets { left: 50%; top: 42%;}
.skeletal-point-side-7-9 .bullets { left: 66%; top: 49%;}
.skeletal-point-side-7-10 .bullets { left: 65%; top: 42%;}
.skeletal-point-side-7-11 .bullets { left: 77%; top: 50%;}
.skeletal-point-side-7-12 .bullets { left: 65%; top: 42%;}
.skeletal-point-side-7-13 .bullets { left: 69%; top: 51%;}
.skeletal-point-side-7-14 .bullets { left: 51%; top: 39%;}
.skeletal-point-side-7-15 .bullets { left: 62%; top: 49%;}
.skeletal-point-side-7-16 .bullets { left: 56%; top: 42%;}
.skeletal-point-side-7-17 .bullets { left: 82%; top: 42%;}
.skeletal-point-side-7-18 .bullets { left: 60%; top: 39%;}
.skeletal-point-side-7-19 .bullets { left: 80%; top: 51%; }
.skeletal-point-side-7-20 .bullets { left: 93%;}

.skeletal-point-side-8-1 .bullets { top: 26px; left: 35px;}
.skeletal-point-side-8-3 .bullets { top: 13%; left: -55%;}
.skeletal-point-side-8-4 .bullets { top: 45%; left: 73%;}
.skeletal-point-side-8-5 .bullets { top: 9%; left: -69%;}
.skeletal-point-side-8-6 .bullets { top: 80%; left: -6%;}
.skeletal-point-side-8-7 .bullets { top: 63%; left: 67%;}

.skeletal-point-side-9-10 .bullets { left: 43%; top: 54%;}
.skeletal-point-side-9-11 .bullets { left: -7%; top: 72%;}
.skeletal-point-side-9-12 .bullets { left: -80%; top: 20%;}



/****Soft Tissue Points****/
.assessment-points .bullets.softtissue-point-bullet { height : 0.8rem !important; width:0.8rem !important; background-color:#fff !important; border-color:#f00 !important; }
.assessment-points.active .bullets.softtissue-point-bullet {background: #f00 !important;}

.links-sec .softtissue-point-1-1 { top:8.4%;left:22.5%;}
.links-sec .softtissue-point-1-2 { top:21%;left:22.5%;}
.links-sec .softtissue-point-1-3 { top:15%;left:22.5%;}
.links-sec .softtissue-point-1-4 { top:10.5%;left:21.9%;}

.links-sec .softtissue-point-2-1 { top:13%;left:24.5%;}
.links-sec .softtissue-point-2-2 { top:16.5%;left:26%;}
.links-sec .softtissue-point-2-3 { top:20.5%;left:27.5%;}
.links-sec .softtissue-point-2-4 { top:24%;left:29%;}
.links-sec .softtissue-point-2-5 { top:28%;left:30.5%;}
.links-sec .softtissue-point-2-6 { top:31.3%;left:31.5%;}
.links-sec .softtissue-point-2-7 { top:34.5%;left:33.5%;}
.links-sec .softtissue-point-2-8 { top:11.5%;left:26.5%;}
.links-sec .softtissue-point-2-9 { top:15.8%;left:31.5%;}
.links-sec .softtissue-point-2-10 { top:22.5%;left:37.5%;}
.links-sec .softtissue-point-2-11 { top:21.5%;left:31.5%;}
.links-sec .softtissue-point-2-12 { top:27.5%;left:35.5%;}

.links-sec .softtissue-point-3-1 { top:27.5%;left:42%;}
.links-sec .softtissue-point-3-2 { top:28.6%;left:45%;}
.links-sec .softtissue-point-3-3 { top:31%;left:48%;}
.links-sec .softtissue-point-3-4 { top:32.5%;left:36.5%;}
.links-sec .softtissue-point-3-5 { top:38.5%;left:32.5%;}
.links-sec .softtissue-point-3-6 { top:36.5%;left:42.5%;}
.links-sec .softtissue-point-3-7 { top:44%;left:42.5%;}
.links-sec .softtissue-point-3-8 { top:43%;left:37.5%;}
.links-sec .softtissue-point-3-9 { top:51%;left:40.5%;}

.links-sec .softtissue-point-4-1 { top:50.5%;left:31.8%;}
.links-sec .softtissue-point-4-2 { top:53.5%;left:33.3%;}
.links-sec .softtissue-point-4-3 { top:55.5%;left:35%;}

.links-sec .softtissue-point-5-1 { top:62%;left:37%;}
.links-sec .softtissue-point-5-2 { top:63%;left:39.5%;}
.links-sec .softtissue-point-5-3 { top:64%;left:42%;}

.links-sec .softtissue-point-6-1 { top:35%;left:49%;}
.links-sec .softtissue-point-6-2 { top:34%;left:52%;}
.links-sec .softtissue-point-6-3 { top:33.3%;left:55%;}
.links-sec .softtissue-point-6-4 { top:32.5%;left:58%;}

.links-sec .softtissue-point-7-1 { top:31.5%;left:60.5%;}
.links-sec .softtissue-point-7-2 { top:30.5%;left:63%;}
.links-sec .softtissue-point-7-3 { top:31%;left:65.7%;}
.links-sec .softtissue-point-7-4 { top:35.5%;left:63%;}

.links-sec .softtissue-point-8-1 { top: 51%; left: 46%;}
.links-sec .softtissue-point-8-2 { top: 45.8%; left: 47.5%;}
.links-sec .softtissue-point-8-3 { top: 46.3%; left: 51.5%;}
.links-sec .softtissue-point-8-4 { top: 45.1%; left: 56.5%;}
.links-sec .softtissue-point-8-5 { top: 43.5%; left: 60.2%;}

.links-sec .softtissue-point-9-1 { top: 28%; left: 68%;}
.links-sec .softtissue-point-9-2 { top: 34%; left: 69.2%;}
.links-sec .softtissue-point-9-3 { top: 35%; left: 73%;}
.links-sec .softtissue-point-9-4 { top: 37.2%; left: 76.8%;}
.links-sec .softtissue-point-9-5 { top: 40%; left: 80.5%;}
.links-sec .softtissue-point-9-6 { top: 44%; left: 80.5%;}
.links-sec .softtissue-point-9-7 { top: 48%; left: 80.2%;}
.links-sec .softtissue-point-9-8 { top: 52%; left: 79.2%;}
.links-sec .softtissue-point-9-9 { top: 45.3%; left: 68.2%;}
.links-sec .softtissue-point-9-10 { top: 45%; left: 72%;}
.links-sec .softtissue-point-9-11 { top: 50%; left: 75%;}
/*.links-sec .softtissue-point-9-12 { top:0%;left:100%;}*/
.links-sec .softtissue-point-9-12 { top: 54.3%; left: 67.1%;}
.links-sec .softtissue-point-9-13 { top: 55.3%; left: 79.1%;}

.links-sec .softtissue-point-10-1 { top: 55%; left: 70.5%;}
.links-sec .softtissue-point-10-2 { top: 63%; left: 76%;}
.links-sec .softtissue-point-10-3 { top: 64.3%; left: 80.5%;}
.links-sec .softtissue-point-10-4 { top: 65%; left: 72%;}
.links-sec .softtissue-point-10-5 { top: 67%; left: 82.4%;}