/************ Directory Styling ************/

#provDocsModal .half  {
	width: 50%;
	height: auto;
	float: left;
}

#provDocs_Speciality_searchResult {
	width: 100%;
	height: auto;
	max-height: 400px;
	overflow: scroll;
	background-color: #eaeaea;
	border: 1px solid #e3e3e3;
}

.specialty_drop_item  {
	width: 100%;
	height: auto;
	padding: 5px 10px;
}

#provDocs_Speciality_searchResult .specialty_drop_item:nth-child(1)  {padding-top: 10px;}

#provDocsModal .labelled_item img {
	width: 20px;
	height: auto;
	float: left;
	cursor: pointer;
	margin-bottom: 10px;
}

.directory_add_container  {
	width: 100%;
	height: auto;
	background-color: #eaeaea;
	border: 1px solid #e3e3e3;
	padding: 10px;
	margin-top: 10px;
}

.directory_add_title  {
	width: 100%;
	height: auto;
	font-weight: 500;
	color: #4b4b4b;
}

#prov_report_content  {
	width: 100%;
	height: 400px;
}

#provDocs_addressAdding td  {padding: 0 4px;}

.addrTag  {
	width: 100%;
	height: auto;
}

.addrItem  {
	width: 100%;
	height: auto;
}

.addrName  {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	color: #435F80;
	font-size: 15px;
}

.addrAddressContainer  {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.addrRow  {
	width: 100%;
	height: auto;
}

#provDocs_addressHint  {
	width: 100%;
	height: auto;
}

#provDocs_addressHint tr td:nth-child(1)  {
	font-weight: 700;
	padding-right: 10px;
}