/*************************************************************************************************************/
/*****************************************SnomedSearch********************************************************/
/*************************************************************************************************************/
.snomedResults {
    height: 250px;
    overflow-y: scroll;
}

.snomedSearch {
}

    .snomedSearch .button {
        vertical-align: top;
    }

.snomedSearchbox {
    margin: 2px;
    vertical-align: top;
}

.snomedChoice {
    cursor: pointer;
    -ms-user-select: none; /* IE10+ */
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    color: #000000;
    padding: 2px;
    padding-left: 10px;
    border-radius: 10px;
}

    .snomedChoice.selected {
        background-color: #AFCADE;
        border: 1px dotted black;
    }

.snomedSelection img {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 7px;
}

/*************************************************************************************************************/
/*****************************************Autocomplete*********************************************************/
/*************************************************************************************************************/
.autocompleteResults {
    height: 250px;
    overflow-y: scroll;
}

.autocompleteSearch .button {
    vertical-align: top;
}

.autocompleteSearchbox {
    margin: 2px;
    vertical-align: top;
}

.autocompleteChoice {
    cursor: pointer;
    -ms-user-select: none; /* IE10+ */
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    color: #000000;
    padding: 2px;
    padding-left: 10px;
    border-radius: 10px;
}

    .autocompleteChoice.selected {
        background-color: #AFCADE;
        border: 1px dotted black;
    }


.DynFieldLabels {
    width: 30%;
}
