.drop-down-radio-list-container {
    width: 150px;
}

.selectBox {
    position: relative;
    padding: 0px;
}

.selectBox select {
    width: calc(100% + 2px);
    height: 21px;
    background-color: white;
}

.selectBox option {
    display: hidden;
}

.div-radio-list {
    z-index: 5;
    position: absolute;
    display: none;
    background-color: white;
    border: 1px #dadada solid;
    min-width: -moz-max-content;
    max-height: 210px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
}

.div-radio-list label {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
}

.div-radio-list label:first-child {
    margin-top: 3px;
}

.div-radio-list label:last-child {
    margin-bottom: 3px;
}

.div-radio-list label:hover {
    background-color: #1e90ff;
    color: white;
}

.overSelect {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: -2px;
    top: 0;
    bottom: 0;
}

.overSelect input {
    border: medium none;
    bottom: 2px;
    font: 11px Tahoma,Verdana,sans-serif;
    height: 14px;
    left: 2px;
    margin-top: 0;
    outline: medium none;
    padding-left: 2px;
    position: absolute;
    top: 3px;
    vertical-align: middle;
    width: calc(100% - 26px);
}

.overSelect input[readonly] {
    color: transparent;
    text-shadow: 0 0 0 #000000;
    cursor: pointer;
}

.disable-input {
    text-shadow: 0 0 0 #777777 !important;
}