#happe_search_page {
	max-width: 700px;
	margin:20px auto;
}
#happe_search_page .search_holder {
	background:rgba(255,255,255,.9);
	padding:20px;
	padding-bottom: 12px;
	border-radius: 5px;
	position: relative;
}
#happe_search_input {
	font-size: 22px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border:1px solid #98A4A5;
	border-radius: 4px;
	padding:8px 12px;
	line-height: 36px;
	padding-right: 110px;
	margin-bottom: 8px;
}
#happe_search_button {
	font-size: 20px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	position: absolute;
	line-height: 34px;
	padding:0 12px;
	margin:0;
	right:28px;
	top:28px;
	min-height: 0;
}
#happe_search_button.loading {
	cursor: wait;
}

#happe_search_page .search_holder label {
	font-size: 14px;
	color:#828C8D;
	margin-right: 14px;
}
#happe_search_page .search_holder input[type="checkbox"] {
	-webkit-transform: translateY(-1px);
}
#happe_search_page .search_holder label.disabled {
	cursor: not-allowed;
	opacity: .6;
}
#happe_search_page .search_holder .checkbox_holder {
	margin-left: 10px;
}


#happe_search_page h2 {
	margin:20px;
}






.network_search_result {
	margin-bottom: 4px;
	background:rgba(255,255,255,.8);
	cursor: pointer;
	padding:12px 20px;
	border-radius: 5px;
	position: relative;
	padding-left:88px;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
}
.network_search_result:hover {
	background:#FFF;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.network_search_result .network_name {
	font-size: 24px;
	font-weight: 400;
}
.network_search_result .network_icon {
	width:48px;
	height: 48px;
	border-radius: 100px;
	background-size: cover;
	position: absolute;
	left:20px;
	top:12px;
	background-position: center center;
}
.network_search_result .created, .network_search_result .phoneverified {
	float: left;
	font-size: 14px;
	color:#828C8D;
}
.network_search_result .phoneverified {
	float: right;
}












.note_search_result {
	margin-bottom: 4px;
	background:rgba(255,255,255,.8);
	cursor: pointer;
	padding:12px 20px;
	border-radius: 5px;
	position: relative;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
}
.note_search_result:hover {
	background:#FFF;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}


.note_search_result .note_title {
	font-size: 24px;
	margin-right: 60px;
}
.note_search_result .network {
	float: left;
}
.note_search_result .network a {
	color: inherit !important;
	text-decoration: none;
}
.note_search_result .network a:hover {
	text-decoration: underline;
}
.note_search_result .user_note_date {
	text-transform: capitalize;
	float: right;
	color:#828C8D;
}
.note_search_result .note_id {
	position: absolute;
	right:20px;
	top:12px;
	color:#828C8D;
	font-size: 14px;
}


.user_search_result {
	margin-bottom: 4px;
	background:rgba(255,255,255,.8);
	padding:12px 20px;
	border-radius: 5px;
	position: relative;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
}
.note_search_result:hover {
	background:#FFF;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.user_search_result .user_result_notes {
	color:#828C8D;
	float: right;
	font-size: 14px;
	width:140px;
	line-height: 24px;
}
.user_result_notes a {
	color: inherit !important;
	text-decoration: none;
}
.user_result_notes a:hover {
	text-decoration: underline;
}
.user_result_notes .fa {
	margin-right: 10px;
}

.user_search_result .info_holder {
	float: left;
}
.user_search_result .name {
	font-size: 28px;
}

.user_search_result .info_value {
	font-size: 18px;
	margin-top: 12px;
}
.user_search_result .info_value a {
	color: inherit;
	text-decoration: none;
}
.user_search_result .info_value a:hover {
	text-decoration: underline;
}
.user_search_result .info_notes {
	color:#828C8D;
	font-size: 14px;
	margin-left: 24px;
}
.user_search_result .user_info_status {
	text-transform: capitalize;
	float: left;
}
.user_search_result .user_info_verified {
	float: right;	
}

.user_result_tabs_holder {
	margin-top: 12px;
	
}
.user_result_tab {
	float: left;
	margin-bottom: -1px;
	line-height: 32px;
	cursor: pointer;
	padding:0 12px;
	color:#828C8D;
}
.user_result_tab.on {
	color: inherit;
	font-weight: 400;
	border-left: 1px solid #98A4A5;
	border-top: 1px solid #98A4A5;
	border-right: 1px solid #98A4A5;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background:#FFF;
}
.user_result_tab_panel {
	background:#FFF;
	border:1px solid #98A4A5;
	padding:10px;
	border-radius: 5px;
	display: none;
}
.user_result_tab_panel.on {
	display: block;
}

.user_result_tab_panel_networks {
	border-top-left-radius: 0;
	padding-bottom: 0;
}

.user_result_tab_panel .network_link {
	width:152px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	text-align: center;
	height: 110px;
	text-decoration: none;
	color: inherit;
}
.user_result_tab_panel .network_link:hover {
	text-decoration: underline;
}
.user_result_tab_panel .network_link:nth-child(4n) {
	margin-right: 0;
}
.user_result_tab_panel .network_link .network_icon {
	width:60px;
	height: 60px;
	margin:0 auto;
	margin-bottom: 6px;
	background-size: cover;
	background-position: center center;
}


.user_search_result .info_value.individual_source_number{
	background-color:#FEC524;
}


/*

.user_search_result {
	border-bottom:1px solid #98a4a5;
	padding:10px;
}
.user_search_result .name {
	font-size: 24px;
	float: left;
}
.user_result_notes {
	float: right;
	font-size: 12px;
}

.user_search_result .info_around {
	border-top:1px solid #eceff0;
}
.user_search_result .info_value {
	float: left;
}
.user_search_result.info_around_active .info_value {
	font-weight: bold;
}
.user_search_result .info_around .info_notes {
	float:right;
	font-size: 12px
}

.user_results_title {
	font-size: 18px;
	margin:10px 0;
}
.user_search_result .networks_holder, .user_search_result .notes_holder {
	border-top:1px solid #eceff0;
	
}

.user_note_date, .user_note_status {
	float: right;
	margin-left: 10px;
}

*/


/* revision history */
.revisionInfoContainer {
	font-size:10px;
}
.revisionGridHeaderRow { 
	font-weight: bold;
}
.revisionGridHeaderRow div, .revisionInfoContainer .info_value div {
	display: inline-block;
}
.revisionGridHeaderRow div:first-child,
.revisionInfoContainer .info_value div:first-child {
	width: 110px;
}
.revisionGridHeaderRow div:nth-child(2),
.revisionInfoContainer .info_value div:nth-child(2) {
	width: 210px;
}
.revisionGridHeaderRow div:nth-child(3),
.revisionInfoContainer .info_value div:nth-child(3) {
	width: 100px;
}
.revisionGridHeaderRow div:nth-child(4),
.revisionInfoContainer .info_value div:nth-child(4) {
	width: 60px;
}
.revisionGridHeaderRow div:nth-child(5),
.revisionInfoContainer .info_value div:nth-child(5) {
	width: 60px;
}
.revisionGridHeaderRow div:nth-child(6),
.revisionInfoContainer .info_value div:nth-child(6) {
	width: 120px;
}