﻿.ddl {
    float: left;
    border: 1px solid #e5e7f2;
    background: #f9f9f9;
    width: 100%;
    padding: 15px 20px 15px 45px;
    border-radius: 4px;
    color: #7d93b2;
    font-size: 12px;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 12px;
}

.myradiolist {
    width: 100%;
    margin-bottom: 10px;
}

    .myradiolist td {
        display: inline-flex;
        float: left;
    }

    .myradiolist tbody {
        float: left;
        background: #f9f9f9;
        width: 100%;
        padding: 15px 20px 0px 15px;
        border-radius: 4px;
        color: #7d93b2;
        font-size: 12px;
        -webkit-appearance: none;
    }

    .myradiolist input {
        margin-left: 10px;
        cursor: pointer;
    }

    .myradiolist label {
        margin-left: 4px;
        cursor: pointer;
    }

.myimg {
    height: 65px;
    width: 80px;
}

.otherfeature th {
    padding: 11px 0px;
}
.otherfeature td {
    vertical-align: middle;
}
.otherfeature input {
    margin-bottom: 5px;
    padding: 12px 11px 12px 14px !important;
}
.cross-img {
    margin: 0px 0px 1px -13px;
    outline: none;
}
/*****************************SEARCH*****************************************************/
.completionList {
    border-bottom: solid 1px rgba(0,0,0,0.12);
    text-indent: 0%;
    background-color: white;
    height: 250px;
    overflow: auto;   
}

.listItem {
    background-color: #FFFFFF;
    color: #191919;
    border-bottom: solid 1px rgba(0,0,0,0.12);
    padding: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    list-style-type: none;
    width: 100%;
    margin-left: 0px;
}

.itemHighlighted {
    background-color: #ADD6FF;
    border-bottom: solid 1px rgba(0,0,0,0.12);
    padding: 6px !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    list-style-type: none;
    width: 100%;
    margin-left: 0px;
}