.mugshot {
	margin : 12px 0px;
}

.remove_ul_li_decoration ul {
	margin: 0px;
	padding: 0px;
}

.remove_ul_li_decoration ul li {
	list-style: none;
	margin-bottom: 10px;
}

.remove_ul_li_decoration ul li:last-child {
	list-style: none;
	margin-bottom: 0px;
}

.detainee-info-form-group .form-group {
	margin-bottom: 0px !important;
}

.add_checkbox_right_margin {
	margin-right: 10px !important;
}

.input-xs {
	height: 22px;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
	border-radius: 3px;
}

.highlight {
	transition: background-color 2s ease;
}

.highlight-row {
	background-color: #f2dede;
	transition: background-color 2s ease;
}

.highlight-blue {
	transition: background-color 2s ease;
}

.highlight-blue-row {
	background-color: #d9edf7;
	transition: background-color 2s ease;
}

@media print {
	.btn {
		display: none;
	}

	.content-column {
		columns: 2;
	}

	.content-column .form-group {
		-webkit-column-break-inside: avoid;
	    page-break-inside: avoid;
	    break-inside: avoid;
	}
}
