.autofilscroll {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.widget-autofil {
	/*display: none;*/
	z-index: 61
}
.widget-autofil-fs {
	background: #fff;
	top: 0;
	left: 0;
	overflow-y: scroll
}
.widget-autofil table {
	background-color: #fff;
	border: 1px solid #d2d2d2;
	border-collapse: collapse;
	position: relative;
	width:100%;
}
.widget-autofil-fs table {
	border: none;
	line-height: 20px;
	width: 100%
}
.widget-autofil caption {
	position: absolute;
	top: -9999em
}
.widget-autofil th span {
	overflow: hidden;
	position: absolute;
	top: -9999em;
	width: 1px
}
.widget-autofil td {
	padding: 10px 5px;
	border-bottom: solid 1px #d2d2d2;
	color: #000;
}
.widget-autofil-show {
    position: absolute;
    display: block;
    z-index: 99;
    background: #FFF;
    border-radius: 4px;
    width: 95%;
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.15);
    box-shadow: 0 2px 16px rgba(0,0,0,0.15);
    max-width: 370px;
}
.widget-autofil-category {
	text-align: right;
	display: block;
	font-size: 13px;
	color: #07c;
	margin-left: 20px;
	float: right
}
.RTL .widget-autofil-category {
	text-align: left;
	float: left
}
.widget-autofil-category .offscreen {
	position: absolute;
	top: -9999em;
	left: 0
}
.widget-autofil .highlighted {
	background-color: #ff9
}
.widget-autofil tr:hover .highlighted, .widget-autofil tbody tr:hover, .widget-autofil .hover .highlighted, .widget-autofil tbody .hover {
	background-color: #07c;
	cursor: pointer
}
.widget-autofil tbody tr:hover td, .widget-autofil .hover td {
	color: #fff
}
.widget-autofil tr:hover .widget-autofil-category, .hover .widget-autofil-category {
	color: #ffffff;
}
.widget-autofil tfoot td {
	color: #000;
	font-size: 12px
}
.widget-autofil-results-0 tfoot td:first-child, .widget-autofil-results-1 tfoot td:first-child {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0
}
.widget-autofil .closediv {
	color: #d32f2f;
	border: none;
	padding: 0;
	box-shadow: none;
	background: none;
	font-weight: normal;
	float: right
}
.RTL .widget-autofil .closediv {
	float: left
}
.closediv.close-link {
	background: none;
	border: none;
	box-shadow: none;
	clear: left;
	color: #07c;
	cursor: pointer;
	font-size: inherit;
	font-weight: normal;
	padding: 0;
}
.widget-autofil-controls {
	border-bottom: 1px dotted #ccc;
	padding: 5px
}
.widget-autofil-controls input[type=text] {
	font-size: 16px;
	width: 250px
}
.widget-autofil-controls .cta {
	line-height: 40px
}
.autosuggest-category-result {
	display: inline;
	font-size: 13px;
}
.widget-modaloverlay-open .widget-autofil-show {
	position: fixed
}

.autofilheadin:hover { background:none !important;
    cursor: default !important;}

.autofilheadin td { padding: 10px 5px;
    border-bottom: solid 1px #d2d2d2;
    color: #000;}

.autofilheadin div {    font-size: 15px !important;
    font-weight: bold !important;
    color: #2777cc !important;}

.activeddoption {
    cursor: pointer !important;
    background-color: #07c !important;
    color: #ffffff;
}


/*--------------------------------------New Css For Dropdown-----------------------------*/


.ao-autofill-dropdown {
    list-style: none;
    position: absolute;
    z-index: 10;
    top: 73px;
    left: 10px;
    padding: 0px;
     
    width: 330px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 0 8px 0 rgb(0 0 0 / 20%);
    transition: all 0.3s;
    background-color: #fff;
}
.ao-autofill {
    list-style: none;
    padding: 0px;
    padding-bottom: 5px;
}
.ao-autofill > li {
    display: flex;
    padding: 6px 10px 6px;
    align-items: center;
}

.ao-autofill > li:hover {
    background: #f0f6ff;
}	
	
.is-child {
    padding-left: 1.5rem !important;
}

.under-is-child {
padding-left: 3rem !important;	
}
.ao-autofill > li > i {
    margin-right: 10px;
    font-size: 22px;
	color: #8d94b0;
}

.ao-autofill > li > div {
    color: #001959;
    font-size: 13px;
	float: left;
	width: 100%;
    font-weight: 400;
	line-height: 19px;
}	
.divalltext{width: 100%;
    margin: 0px;
    padding: 0px;}
	
.div-subText {
    color: #465280;
    font-weight: 400;
}	
.truncatetext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 0px 0px 0px 0px;
}

