.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.list-search-box {margin-top:15px;}
.active-filter { text-decoration: none; color: #333; font-weight: bold; }
.active-filter:hover { text-decoration: none; color: #333; }
.centered { margin:0 auto; }
header.navbar { border-radius: 0; }

.img-box {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	display: inline-block;
	width: 52px;
	height: 52px;
	margin-right: 10px;
}

.img-box-logo {
	background-size:contain;
}

.img-box .glyphicon {
	font-size: 34px;
	left: 5px;
	top: 2px;
	color: #999;
}

.dropdown-menu .glyphicon {
	color: #666;
	margin-right: 3px;
	font-size: 0.95em;
}

#results-details {
	cursor: default;
	min-width: 360px;
}

.contact-panel-header, .contact-panel-header .glyphicon {
	color: white;
	text-decoration: none;
}

.contact-panel-header:hover {
	color: white;
}

address .glyphicon, .customer-admin-contact .glyphicon {
	color: #999;
	margin-right: 8px;
	vertical-align: -1px;
}

.glyphicon-label {
	margin-right: 8px;
}

.footer-button-row {
	text-align: right;
}

.edit-customer-information {
	display: none;
}

.badge {
	vertical-align: 1px;
	margin-left: 5px;
}

.badge-activity {
	background-color: #E44;
}

.badge-opportunity {
	/*background-color: #6A6;*/
	background-color: #E44;
}

.primary-contact {
	font-size: 1.3em;
	font-weight: bold;
}

billing-firm-panel {
	position: relative;
}

.billing-firm-panel .billing-firm-name {
	position: absolute;
	left: 112px;
	top: 16px;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.billing-firm-panel .billing-firm-logo {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 70px;
	height: 50px;
}

.billing-firm-panel .billing-firm-logo .glyphicon {
	font-size: 34px;
	margin-left: 12px;
}

.billing-firm-panel .billing-user-portrait {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}

.panel-heading .btn {
	margin-left: 4px;
}

.hiddenContactInput, .hiddenOpportunityInput {
	display: none;
}

.edit-opportunity-information, .edit-opportunity-notes {
	display: none;
}

#panel-recent-history .row:nth-child(even) {
	background-color: #FCFCFC;
}

.recent-history-row {
	position: relative;
	padding: 3px 7px;
}

.recent-history-row .headline {
	font-size: 1.1em;
	position: absolute;
	left: 70px;
	top: 8px;
}

.recent-history-row .description {
	font-size: 1em;
	position: absolute;
	left: 70px;
	top: 30px;
}

.recent-history-row .headline small {
	color: #999;
}

.recent-history-row .glyphicon {
	font-size: 25px;
	position: absolute;
	left: 25px;
	top: 15px;
	color: #aaa;
}

.recent-history-row .img-box {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;

	width:40px;
	height:40px;

	margin: 5px 5px 5px 10px;
}

.archived, .archived a {
	color: #bbb;
	font-style: italic;
}

.archived .hot-lead {
	color: #999;
}

.hot-lead {
	color: #ee6b53;
}

.contact-panel h4 {
	font-size: 1.1em;
	margin-top: 0px;
	color: #666;
}

.primary-record-header {
	margin-bottom: 5px
}

.bootstrap-tag-list {
	min-height: 20px;
	margin-bottom: 15px;
}

.generic-column-button {
	width: 40px;
}

.activity-column-creator {
	width: 200px;
}

.activity-column-surface {
	width: 150px;
}

.completed, .completed a {
	color: #555;
}

tr.completed {
	background-color: #F9F9F9;
}


/********************************
	LIST VIEW
********************************/
.filter-collapse {
	font-weight: bold;
	cursor: pointer;
}

.primary-text {
	font-size: 120%;
}

.archived {
	background-color: #fafafa;
}

/********************************
	INLINE OPPORTUNITY / ACTIVITY EDIT
********************************/
.opportunity-column-buttons, .activity-column-buttons {
	width: 86px;
}

.edit-opportunity-row, .edit-activity-row {
	display: none;
}

.completed .complete-activity-button {
	display: none;
}

/********************************
	AJAX RAP USER SEARCH
********************************/
.rap-user-name-display {
}

.rap-user-name-edit {
	display: none;
}

.ajaxRapUsersSearch {
	position: relative;
}

.ajaxRapUsersSearch input {
	position: relative;
	z-index: 100;
}

.ajax-rap-users-container {
	position: absolute;
	top: 28px;
	width: 100%;
	z-index: 90;
}

.ajax-rap-users-row:first-child {
	padding-top:15px;
}

.ajax-rap-users-row {
	position:relative;
	overflow:hidden;
	min-height: 60px;
}

.ajax-rap-users-row h4 {
	margin: 0;
	text-align: left;
	padding-left: 68px;
}

.ajaxRapUsersSearch-compact .ajax-rap-users-row h4 {
	padding-left: 10px;
}

.ajax-rap-users-row .img-box {
	position:absolute;
	height: 60px;
	width: 60px;
	top:-1px;
	left:-1px;
}

.ajaxRapUsersSearch-compact .ajax-rap-users-row .img-box {
	display: none;
}

.ajax-rap-users-row:first-child .img-box {
	top: 4px;
}

.opportunity-quick-add-name {
	display: none;
}

.info-block {
	font-size: 85%;
	color: #666;
}

.info-block:hover {
	color: #333;
}

.global-alert {
	display: none;
	position: fixed;
	width: 50%;
	left: 25%;
	top: -10px;
	padding-top: 20px;
	z-index: 999999;
}


.phone-time-tooltip {
	font-size: 85%;
	vertical-align: 0px !important;
}

.phone-time-tooltip-success { color: #468847 !important; }
.phone-time-tooltip-warning { color: #c09853 !important; }
.phone-time-tooltip-danger 	{ color: #a94442 !important; }

.activity-row {
	position: relative;
}

.overflow-text {
	text-overflow: ellipsis;
	height: 1.5em;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.overflow-text:hover {
	cursor: pointer;
}

.overflow-text-show {
	text-overflow: inherit;
	white-space: inherit;
	height: auto;
	overflow: inherit;
}

.deleted {
    text-decoration: line-through;
    font-style: italic;
    color: #9f4444;
}

.modal .modal-dialog { width: 800px; }
