/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.content-text-area{
	resize:both;
}

.inline{
	display: inline;
}

.incident-post-edit-title {
	cursor: pointer;
}

.remove-incident-post-video {
	color: red;
	float: right;
	cursor: pointer;
}

.delete-incident {
	display: inline-block;
	color: red;
	cursor: pointer;
	font-size: 1.5rem;
}

.custom-control-label{
	display: inline;
}

.entry-content h5.modal-title {
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.5;
	font-size: 1.25rem;
}

button.incident-edit-toggle{
	display: block;
}

@media (min-width: 768px) {
  .modal .modal-xl {
    width: 90%;
   max-width: 1300px;
  }
}