.note-editor.note-frame {
	border: 1px solid #e7eaec;
}

/* .no-js #loader { */
/* 	display: none; */
/* } */

/* .js #loader { */
/* 	display: block; */
/* 	position: absolute; */
/* 	left: 100px; */
/* 	top: 0; */
/* } */
.spinner-circle {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 35%;
}

.dim-wrapper {
	background: rgba(255, 255, 255, .7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
}

.top-navigation .wrapper.wrapper-content.wrapper-table {
	padding: 40px 0px 0px 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
}

#lead-table {
	
}

.modal.lead-card .modal-dialog {
	width: 60%;
	padding: 0;
}

.modal.lead-card .modal-content {
	
}

.editable {
	position: relative;
}

#templates-div button.btn.btn-default.bootstrap-touchspin-up {
	margin-bottom: 0;
}

#templates-div .touchspin {
	padding: 6px 8px;
	border-radius: 4px 0 0 4px;
}

.template-name>.text.editable-empty {
	font-weight: 400;
}

#lead-table>tbody>tr>td:not(.dataTables_empty) {
 	cursor: pointer;
 }

.mail-body {
	padding: 3px 20px;
}

.mail-in-thread.minimized {
	background-color: #f8f8f8;
}

.click-to-min-max {
	cursor: pointer;
}

.mail-in-thread.minimized:hover {
	background-color: #f5f5f5;
}

.mail-body.minimized .clipped {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 85%;
}