.search-button {
	align-self: center;
}

.search-icon {
	display: inline;
	padding-right: 5px;
}
.hide {
	display: none;
}
.ck-editor__editable_inline {
	min-height: 300px;
}
.splitLine {
	border-top: 2px #990000 SOLID;
	margin-bottom: 2px;
	height: 4px;
	padding: 0;
}
.keyBox {
	max-width: 75px !important;
}
.newLoc {
	max-width: 90px !important;
}

.my-dropzone {
	min-height: 150px;
	border: 2px solid rgba(0,0,0,.3);
	background: #fff;
	padding: 20px 20px;
	box-sizing: border-box;
}
.dropExists {
	min-height: 100px;
	border: 2px dashed rgba(0, 0, 255, 0.3);
	background: white;
	padding: 20px 20px;
}
/* Fix rendering issue with Image Zoom for Audits */
.trash-button {
	z-index: 0 !important;
}
.commentBox {
	width: 100%;
	border: #999 dashed 2px;
	padding: 6px;
	margin: 6px 0 6px 0;
}
.darkColor {
	background-color: #999 !important;
}
.editError {
	border: 1px solid red !important;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef;
}
