﻿.completionList {
    border: 1px solid #1a0dab;
    z-index: 99999 !important;
    list-style-type: none;
    background-color: white;
    padding: 0px;
    background-color: #ffffff;
    margin-top: -12px;
    border-top: 0px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-width: 2.5px;
    border-color: #1a0dab;
    min-width: 440px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #1a0dab;
}

.completionListHighlight {
    background-color: #eee;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    overflow:hidden;
}

.completionListItem {
    padding: 5px 10px 5px 10px;
}

.txtSearch_CompanySearch {
    background-color: white;
    border: lightgray solid 1px;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
    color: #474849 !important;
    width: 305px;
}


.mainDiv {
    background-color: white;
    padding: 20px;
}

.active_search {
    color: white !important;
    font-weight: bold;
    border-bottom: solid 2px white;
    padding-bottom: 1px;
}

    .active_search:hover {
        text-decoration: none;
    }

.header_list {
    list-style-type: none;
    padding: 0px;
    padding-top: 4px;
    display: flex;
    margin-bottom: 7px;
    font-size: 16px;
    margin-top: -40px;
}

.txtSearch_Company {
    background-color: white;
    border: lightgray solid 1px;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 2px;
}

.btnSearchImg_Company {
    height: 21px;
    width: 25px;
    border: 0;
    vertical-align: top;
    margin-top: 5px;
    margin-left: -31px;
    background: transparent url(images/search1.png) no-repeat;
    background-position: center;
    background-size: 18px 19px;
}

.li_list {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    color: white;
    text-align: center;
}

    .li_list:hover {
        cursor: pointer;
        color: white;
    }

.active_list {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    text-align: center;
}

.headerTab {
    text-decoration: none;
    color: #dfdfdf !important;
}

    .headerTab:hover {
        text-decoration: none;
        color: white !important;
    }


.td1-roles-width {
    width: 360px !important;
}

.td6-roles-width {
    width: auto !important;
}
