




/* START DIV WRAPS */

.ilog_nav_2_top_wrap {
    padding: 10px 1px;
}

/* END DIV WRAPS */






/* START FONT RELATED SETTINGS */

h2.investigation_section_title {
    margin: 0;
    padding: 0;
}

/* END FONT RELATED SETTINGS */






/* START HR STYLES */

hr.section_sep_standard_blue {
    border-top: 4px solid #005EB8;
    margin: 30px 0 0 0;
}

/* END HR STYLES */









/* START LIST STYLES */

ul {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
    list-style-type: none;
    margin-top: 0;
    padding-left: 0
}

/* END LIST STYLES */







/* Start Pagination Styles */
    .pagination {
        display: inline-block;
    }
    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        border: 1px solid #004c23;
    }
    .pagination a.active {
        background-color: #005EB8;
        color: white;
        border: 1px solid #004c23;
    }
    .pagination a:hover:not(.active) {
        background-color: #354550;
        color: #ffffff;
    }
    .pagination a:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .pagination a:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
/* End Pagination Styles */















/* START BUTTON STYLES */

.ilog-tag {
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #cccccc;
    color: #fff;
    display: inline-block;
    outline: 2px solid transparent;
    outline-offset: -2px;
    padding: 10px;
    text-decoration: none
}

.subsection-toggle-tag {
    cursor: pointer;
    font-family: inherit;
}

.subsection-toggle-tag:hover {
    text-decoration: underline;
}

.ilog_nav_2_top_button {
    text-decoration: none;
    color: #004c23;
    font-weight: 600;
    font-size: 14px;
}

.ilog_nav_2_top_button:hover {
    text-decoration: underline;
    color: #004c23;
}

.ilog_edit_record_button_a {
    text-decoration: none;
    color: #354550;
    font-weight: 600;
    font-size: 14px;
}

.ilog_edit_record_button_a:hover {
    color: #354550;
    text-decoration: underline;
}

.ilog_edit_record_button {
    margin: 15px 0;
}

.ilog_show_details_button {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.ilog-tag--white {
    background-color: #fff;
    border-color: #212b32;
    color: #212b32
}

.ilog-tag--grey {
    background-color: #dbe0e3;
    border-color: #354550;
    color: #354550
}

.ilog-tag--green {
    background-color: #cce5d8;
    border-color: #004c23;
    color: #004c23
}

.ilog-tag--aqua-green {
    background-color: #ccedeb;
    border-color: #00524d;
    color: #00524d
}

.ilog-tag--blue {
    background-color: #ccdff1;
    border-color: #004281;
    color: #004281
}

.ilog-tag--purple {
    background-color: #d6cce3;
    border-color: #240050;
    color: #240050
}

.ilog-tag--pink {
    background-color: #efd3e3;
    border-color: #57133a;
    color: #57133a
}

.ilog-tag--red {
    background-color: #f7d4d1;
    border-color: #6b140e;
    color: #6b140e
}

.ilog-tag--orange {
    background-color: #ffdc8e;
    border-color: #4d3708;
    color: #4d3708
}

.ilog-tag--yellow {
    background-color: #fff59d;
    border-color: #4d4712;
    color: #4d4712
}


.analytics-info-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    padding: 0 15px;
    margin-left: 6px;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.5;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #004c23;
}

.analytics-info-button:hover,
.analytics-info-button:focus {
    text-decoration: none;
    outline: 3px solid #ffdd00;
    outline-offset: 2px;
}

/* END BUTTON STYLES */






/* START LABEL ONLY STYLES */
.ilog_label_only {
    cursor:default;
    padding: 3px;
    margin: 3px 3px 3px 0;
}
.ilog_label_only:hover {
    text-decoration: none;
}

/* END LABEL ONLY STYLES */








/* Start Evidence Modal Popup Styles */
    .ilog-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ilog-modal__content {
        position: relative;
        background: #fff;
        padding: 16px;
        border-radius: 4px;
        max-width: 90%;
        max-height: 90%;
        overflow: auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    .ilog-modal__image {
        max-width: 100%;
        max-height: 80vh;
        display: block;
        margin: 0 auto;
    }
    .ilog-modal__close {
        position: absolute;
        top: 8px;
        right: 8px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: #005eb8;
    }
    .ilog-modal__close:hover {
        color: #003087;
    }
/* End Evidence Modal Popup Styles */

/* START INJURY Modal Popup Styles */
.injury-photo-modal[hidden] {
    display: none !important;
}

.injury-photo-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.78);
    box-sizing: border-box;
}

.injury-photo-modal__dialog {
    position: relative;
    width: auto;
    max-width: min(1100px, 96vw);
    max-height: 92vh;
    padding: 18px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
    overflow: auto;
    box-sizing: border-box;
}

.injury-photo-modal__close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 2px solid #005eb8;
    border-radius: 50%;
    background: #ffffff;
    color: #005eb8;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    cursor: pointer;
}

.injury-photo-modal__close:hover,
.injury-photo-modal__close:focus {
    outline: 3px solid #ffdd00;
    outline-offset: 2px;
    background: #005eb8;
    color: #ffffff;
}

.injury-photo-modal__image {
    display: block;
    max-width: 100%;
    max-height: calc(92vh - 70px);
    width: auto;
    height: auto;
    margin: 48px auto 0 auto;
    border: 1px solid #d8dde0;
}

.injury-photo-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .injury-photo-modal {
        align-items: flex-start;
        padding: 10px;
        overflow-y: auto;
    }

    .injury-photo-modal__dialog {
        width: 100%;
        max-width: 100%;
        max-height: none;
        padding: 10px;
        margin-top: 10px;
    }

    .injury-photo-modal__image {
        max-height: none;
        width: 100%;
        margin-top: 50px;
    }
}
/* END INJURY Modal Popup Styles */






.rag-rating-info-button {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 6px;
    padding: 0;
    border: 2px solid #005eb8;
    border-radius: 50%;
    background: #ffffff;
    color: #005eb8;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.rag-rating-info-button:hover,
.rag-rating-info-button:focus {
    background: #005eb8;
    color: #ffffff;
    outline: 3px solid #ffdd00;
    outline-offset: 2px;
}

.rag-rating-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.75);
}

.rag-rating-modal[aria-hidden="false"] {
    display: flex;
}

.rag-rating-modal__dialog {
    position: relative;
    max-width: 95vw;
    max-height: 92vh;
    padding: 18px;
    background: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: auto;
}

.rag-rating-modal__title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.4rem;
}

.rag-rating-modal__image {
    display: block;
    max-width: 90vw;
    max-height: 78vh;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.rag-rating-modal__close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.rag-rating-modal__close:hover,
.rag-rating-modal__close:focus {
    outline: 3px solid #ffdd00;
    outline-offset: 2px;
}

.rag-rating-modal__dialog picture {
    display: block;
    width: 100%;
    max-width: 100%;
}

.rag-rating-modal__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .rag-rating-modal {
        padding: 8px;
        align-items: flex-start;
        overflow-y: auto;
    }

    .rag-rating-modal__dialog {
        width: calc(100vw - 16px);
        max-width: calc(100vw - 16px);
        max-height: none;
        padding: 8px;
        margin-top: 8px;
        overflow-x: hidden;
        overflow-y: visible;
        box-sizing: border-box;
    }

    .rag-rating-modal__image {
        width: 100%;
        max-width: 100%;
        max-height: none;
        height: auto;
    }

    .rag-rating-modal__title {
        font-size: 1.1rem;
        padding-right: 32px;
    }
}











/* START TABLE STYLES */

.ilog-table-container {
    margin-bottom: 40px;
    display: block;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    width: 100%
}

@media (min-width:40.0625em) {
    .ilog-table-container {
        margin-bottom: 48px
    }
}

.ilog-table-container .ilog-table {
    margin: 0
}

.ilog-table__caption--xl {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1875
}

@media (min-width:40.0625em) {
    .ilog-table__caption--xl {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.125
    }
}

@media print {
    .ilog-table__caption--xl {
        font-size: 26pt;
        line-height: 1.15
    }
}

.ilog-table__caption--l {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.22222
}

@media (min-width:40.0625em) {
    .ilog-table__caption--l {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.16667
    }
}

@media print {
    .ilog-table__caption--l {
        font-size: 20pt;
        line-height: 1.2
    }
}

.ilog-table__caption--m {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.31818
}

@media (min-width:40.0625em) {
    .ilog-table__caption--m {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.23077
    }
}

@media print {
    .ilog-table__caption--m {
        font-size: 17pt;
        line-height: 1.25
    }
}

.ilog-table__caption--s {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.42105
}

@media (min-width:40.0625em) {
    .ilog-table__caption--s {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.36364
    }
}

@media print {
    .ilog-table__caption--s {
        font-size: 15pt;
        line-height: 1.25
    }
}

.ilog-table__row:hover {
    background-color: #f0f4f5
}

.ilog-table__panel-with-heading-tab {
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 24px;
    background-color: #fff;
    color: #212b32;
    border: 1px solid #d8dde0;
    padding-top: 0 !important
}

.ilog-table__panel-with-heading-tab>:first-child {
    margin-top: 0
}

.ilog-table__panel-with-heading-tab>:last-child {
    margin-bottom: 0
}

@media (min-width:40.0625em) {
    .ilog-table__panel-with-heading-tab {
        margin-bottom: 48px
    }
}

@media (min-width:40.0625em) {
    .ilog-table__panel-with-heading-tab {
        margin-top: 48px
    }
}

@media (min-width:40.0625em) {
    .ilog-table__panel-with-heading-tab {
        padding: 32px
    }
}

@media print {
    .ilog-table__panel-with-heading-tab {
        border: 1px solid #212b32;
        page-break-inside: avoid
    }
}

.ilog-table__panel-with-heading-tab .ilog-table,
.ilog-table__panel-with-heading-tab .ilog-table-container {
    margin: 0
}

.ilog-table__heading-tab {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    background-color: #005eb8;
    color: #fff;
    display: inline-block;
    margin: 0 0 8px -33px;
    padding: 8px 32px;
    position: relative;
    top: -16px
}

@media (min-width:40.0625em) {
    .ilog-table__heading-tab {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.29167
    }
}

@media print {
    .ilog-table__heading-tab {
        font-size: 16pt;
        line-height: 1.25
    }
}

@media (max-width:40.0525em) {
    .ilog-table__heading-tab {
        margin-left: -25px;
        margin-right: 0;
        padding: 8px 24px;
        top: -8px
    }
}

@media print {
    .ilog-table__heading-tab {
        background: 0 0;
        color: #212b32;
        top: 0
    }
}

.ilog-table-responsive {
    margin-bottom: 0;
    width: 100%
}

.ilog-table-responsive thead {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.ilog-table-responsive thead::before {
    content: " "
}

.ilog-table-responsive thead::after {
    content: " "
}

@media (min-width:48.0625em) {
    .ilog-table-responsive thead {
        clip: auto;
        -webkit-clip-path: initial;
        clip-path: initial;
        display: table-header-group;
        height: auto;
        overflow: auto;
        position: relative;
        width: auto
    }

    .ilog-table-responsive thead::after,
    .ilog-table-responsive thead::before {
        content: ""
    }
}

.ilog-table-responsive .ilog-table__body .ilog-table-responsive__heading {
    font-weight: 600;
    padding-right: 16px;
    text-align: left
}

.ilog-table-responsive .ilog-table__body .ilog-table__row {
    display: block;
    margin-bottom: 24px
}

.ilog-table-responsive .ilog-table__body .ilog-table__row:last-child {
    margin-bottom: 0
}

.ilog-table-responsive .ilog-table__body .ilog-table__row th {
    text-align: right
}

.ilog-table-responsive .ilog-table__body .ilog-table__row td {
    display: block;
    display: flex;
    justify-content: space-between;
    min-width: 1px
}

@media all and (-ms-high-contrast:none) {
    .ilog-table-responsive .ilog-table__body .ilog-table__row td {
        display: block
    }
}

@media (max-width:48.0525em) {
    .ilog-table-responsive .ilog-table__body .ilog-table__row td {
        padding-right: 0;
        text-align: right
    }

    .ilog-table-responsive .ilog-table__body .ilog-table__row td:last-child {
        border-bottom: 3px solid #d8dde0
    }
}

@media (min-width:48.0625em) {
    .ilog-table-responsive .ilog-table__body .ilog-table-responsive__heading {
        display: none
    }

    .ilog-table-responsive .ilog-table__body .ilog-table__row {
        display: table-row
    }

    .ilog-table-responsive .ilog-table__body .ilog-table__row th {
        text-align: left
    }

    .ilog-table-responsive .ilog-table__body .ilog-table__row td {
        display: table-cell
    }
}

.ilog-table__cell--numeric,
.ilog-table__header--numeric {
    text-align: right;

}

/* END TABLE STYLES */






/* START INJURY BODYMAP STYLES */
.injury-body-map-section {
    margin-top: 25px;
    padding: 15px;
    border: 2px solid #d8dde0;
    border-radius: 6px;
    background: #ffffff;
}

.body-map-switcher {
    margin-bottom: 15px;
}

.body-map-switch {
    margin-right: 8px;
    cursor: pointer;
    border: none;
}

.body-map-display {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.body-map-view {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.injury-body-map-svg {
    width: 100%;
    height: auto;
    display: block;
}

.body-map-point {
    cursor: pointer;
    fill: transparent;
    stroke: transparent;
    stroke-width: 2;
    pointer-events: all;
}

.body-map-point:hover,
.body-map-point:focus {
    fill: rgba(0, 94, 184, 0.25);
    stroke: #005eb8;
    outline: none;
}

.body-map-point.is-selected {
    fill: rgba(0, 127, 59, 0.35);
    stroke: #007f3b;
}

.body-map-editor {
    margin-top: 15px;
    padding: 15px;
    border: 2px solid #005eb8;
    border-radius: 6px;
    background: #f0f4f5;
}

.body-map-selected-list {
    margin-top: 10px;
}

.body-map-selected-list button {
    margin-left: 8px;
}

@media (max-width: 768px) {
    .body-map-view {
        max-width: 95vw;
    }

    .body-map-switch {
        margin-bottom: 8px;
    }
}
/* END INJURY BODYMAP STYLES */



/* START BODYMAP OUTPUT READ ONLY VERSION */
.body-map-output {
    margin-top: 15px;
    padding: 12px;
    border: 2px solid #d8dde0;
    border-radius: 6px;
    background: #ffffff;
}

.body-map-output-switcher {
    margin: 10px 0 15px 0;
}

.body-map-output-switch {
    margin-right: 8px;
    border: none;
    cursor: pointer;
}

.body-map-output-display {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.body-map-output-view {
    width: 100%;
    max-width: 360px;
    margin: 0;
}

.body-map-output .injury-body-map-svg {
    width: 100%;
    height: auto;
    display: block;
}

.body-map-output .body-map-point {
    fill: transparent;
    stroke: transparent;
    stroke-width: 2;
    pointer-events: none;
}

.body-map-output .body-map-point.is-selected {
    fill: rgba(0, 127, 59, 0.35);
    stroke: #007f3b;
}

.body-map-output-list {
    margin-top: 10px;
}

.body-map-output-list li {
    margin-bottom: 8px;
}

.body-map-output-list li {
    font-style: normal;
    font-weight: lighter;
    font-size: 16px;
}


@media (max-width: 768px) {
    .body-map-output-view {
        max-width: 95vw;
    }

    .body-map-output-switch {
        margin-bottom: 8px;
    }
}
/* END BODYMAP OUTPUT READ ONLY VERSION */




/* START INJURY DROPZONE STYLE */
.injury-photo-gallery {
    margin-top: 20px;
}

.injury-photo-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.injury-photo-card {
    max-width: 180px;
    border: 1px solid #d8dde0;
    padding: 8px;
    background: #ffffff;
}

.injury-photo-thumb {
    max-width: 100%;
    max-height: 150px;
    display: block;
    border: 1px solid #ccc;
    cursor: pointer;
}
/* END INJURY DROPZONE STYLE */
