﻿.editor-main-PersonImagingDataModel {
    padding-bottom: 10px; margin:0 15px 10px 0; border-bottom: 2px solid #afb0b0;
}

.personSearchImage {
    margin-top: 10px;
    max-width: 120px;
    height: auto;
    width: auto;
}

/* ICD-10 fill in list */

.icd {
    width: calc(100% - 158px) !important;
}

.icdLabels {
    float: left;
    align-items: stretch;
    height: 100%;
    min-width: 51px;
}

.icdTypeLabel {
    padding-top: 5px;
}

.mainIcdText {
    font-weight: bold;
    color: black;
    width: 90%;
    height: 15px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.otherIcdText {
    color: black;
    width: 90%;
    height: 15px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.icdItem {
    display: block !important;
    width: 100%;
    white-space: nowrap;
}

div.icd {
    cursor: pointer;
}

.icdTenFillInListItems {
    width: 100%;
}

#icdItem_IcdTens {
    width: 80%;
    float: left;
}