﻿.eds_news_Cens .edncf_AdvancedSearch {
    position: relative;
    margin: 0 auto 30px;
}

.eds_news_Cens .edncf_container {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    gap: 15px 10px;
}

.eds_news_Cens .edncf_container > span,
.eds_news_Cens .edncf_container > div {
    position: relative;
}

.eds_news_Cens .edncf_Multiselect .ms-parent,
.eds_news_Cens .edncf_DropDownList > span,
.eds_news_Cens .edncf_Text .edncf_TextInput {
    position: relative;
    width: 160px;
    display: block;
}

.eds_news_Cens .edncf_Multiselect .ms-parent {
    width: 205px !important;
}

.eds_news_Cens .edncf_Multiselect .ms-choice,
.eds_news_Cens .edncf_DropDownList select,
.eds_news_Cens .edncf_Text .edncf_TextInput input {
    width: 100%;
    background: #ffffff;
    padding: 10px;
    outline: none;
    cursor: pointer;
    border: 1px solid #006633;
    border-radius: 5px;
    -webkit-appearance: none;
    color: #8B8D8E;
}

.eds_news_Cens .edncf_Text .edncf_TextInput input {
    background: #ffffff;
    padding: 7px 10px;
    cursor: inherit;
}

.eds_news_Cens .edncf_Multiselect .ms-choice span,
.eds_news_Cens .edncf_DropDownList select option {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #8B8D8E;
    font-weight: 500;
    text-align: left;
    background: none;
    position: relative;
    opacity: 1;
    cursor: pointer;
}

.eds_news_Cens .edncf_DropDownList select option {
    color: #8B8D8E;
    background: #fff;
}

.eds_news_Cens .edncf_Multiselect .ms-drop {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 2;
    border: 1px solid #006633;
    border-radius: 5px;
    margin-top: 1px;
    box-sizing: border-box;
}

.eds_news_Cens .edncf_Multiselect .ms-drop ul {
    margin: 0;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.eds_news_Cens .edncf_Multiselect .ms-drop ul li {
    margin: 0 auto;
    padding: 10px;
    border-bottom: 1px solid #006633;
}

.eds_news_Cens .edncf_Multiselect .ms-drop ul li::before {
    content: none;
}

.eds_news_Cens .edncf_Multiselect .ms-drop ul li label {
    display: flex;
    margin: 0 auto;
    gap: 6px;
    align-items: flex-start;
}

.eds_news_Cens .edncf_Multiselect .ms-drop ul li label span {
  	color: #8B8D8E;
    font-size: 15px;
    line-height: 16px;
}

.eds_news_Cens .edncf_Multiselect .ms-drop ul li label input {
    margin-top: 1px;
}

.eds_news_Cens .edncf_submitContainer .edncf_submit {
    position: relative;
    display: inline-block;
}

.eds_news_Cens .edncf_submitContainer .edncf_submit span {
    background: url(/Portals/cens/Images/search.svg) no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100%;
    font-size: 0px;
}
    
.eds_news_Cens .edncf_Multiselect .ms-choice:before,
.eds_news_Cens .edncf_DropDownList:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    background: url(/Portals/cens/Images/arrow-down-filter.svg) no-repeat;
    pointer-events: none;
    right: 15px;
    top: 17px;
    z-index: 1;
}