.search-container {
	padding-bottom: 50px;
}
.sel-article-row{
	position: relative;
	padding-left: 20px;
}
.sel-article-row:before{
	position: absolute;
	content: ""attr(cond)"";
	background: #ddd;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	top: -20px;
	left: -30px;
	font-size: 10px;
	padding: 0px 3px;
}
.sel-article-row:first-child:before{
	display: none;
}

.typeahead-div span {
	float: none;
	width: auto;
}


.typeahead {
	width: 100%;
	height: 30px;
	padding: 20px 12px !important;
	font-size: 24px !important;
	line-height: 30px;
	border: 2px solid #ccc !important;
	border-radius: 9px;
	outline: none;

}
.typeahead-div  span{
	display: block!important;
}
.tp-block {
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
}
.tt-menu .tt-suggestion {
	padding-top: 8px;
	padding-bottom: 8px;
}
.tt-menu {
	z-index: 1001!important;
}

.scrollable-dropdown-menu .tt-menu {
	max-height: 400px;
	overflow-y: auto;
}

.tp-block:last-child {
	border: none;
}

.tp-item {
	padding: 3px 0px;
}

.tp-title {
	min-width: 30%;
	display: inline-block;
	font-weight: 600;
}

.fa-close {
	cursor: pointer;
}

.sel-article-row {
	font-size: 16px;
	padding: 15px 10px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.criminal_code {
	text-align: right;
	padding-bottom: 25px!important;
}
.criminal_code a{ text-decoration: underline}
.search-all {
	padding-left: 30px;
	text-decoration: underline
}