body {
	padding-bottom: 4rem;
}

.interactionCard {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

hr	{
	width:100%;
}

.main-section {
	padding-top: 0px;
}

.interactionCard .form-group {
	margin-bottom:.25rem;
}

.logSection {
	display: none;
}

.interactionCard .removeInteraction {
	margin-left: 2rem;
}

#interactionButton {
	float:right;
}

.logSubmitButton {
	float:right;
}

#logSearch {
	margin-bottom: 5px;
}


.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem;
}

#customerMap {
	width:100%;
	height: 600px;
}

@media (prefers-color-scheme: dark) {
	.jumbotron {
	    background-color: #303030;
	}

	.mapContent {
		color: black;
	}
}

/*Selectize*/

.selectize-input.not-full > input {
  width: 100% !important;
}

.selectize-control {
	width: 100%;
}

.selectize-control.contacts .selectize-dropdown [data-selectable] {
	border-bottom: 1px solid rgba(0,0,0,0.05);
	height: 25px;
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 10px 10px 10px 60px;
}
.selectize-control.contacts .selectize-dropdown [data-selectable]:last-child {
	border-bottom: 0 none;
}
.selectize-control.contacts .selectize-dropdown .by {
	font-size: 11px;
	opacity: 0.8;
}
.selectize-control.contacts .selectize-dropdown .by::before {
	content: 'by ';
}
.selectize-control.contacts .selectize-dropdown .name {
	font-weight: bold;
	margin-right: 5px;
}
.selectize-control.contacts .selectize-dropdown .description {
	font-size: 12px;
	color: #a0a0a0;
}
.selectize-control.contacts .selectize-dropdown .actors,
.selectize-control.contacts .selectize-dropdown .description,
.selectize-control.contacts .selectize-dropdown .title {
	display: block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.selectize-control.contacts .selectize-dropdown .meta {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.selectize-control.contacts .selectize-dropdown .selectize-dropdown-content {
	background-color: white;
}

.selectize-control.contacts::before {
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	content: ' ';
	z-index: 2;
	position: absolute;
	display: block;
	top: 12px;
	right: 34px;
	width: 16px;
	height: 16px;
	/*background: url(images/spinner.gif);*/
	background-size: 16px 16px;
	opacity: 0;
}
.selectize-control.contacts.loading::before {
	opacity: 0.4;
}

.selectize-input::after {
	display:none !important;
}

