﻿
.callout {
	padding: 15px;
	margin: 15px 0;
	border: 1px solid #eee;
	border-right-width: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.callout-info {
	border-right-color: #1b809e;
}

.callout-danger {
	border-right-color: #E4402B;
}

.callout-info h4 {
	color: #1b809e;
}

.callout-danger h4 {
	color: #E4402B;
}

.callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.callout p, .callout div {
	line-height: 150%;
}


.no-search .select2-search {
	display: none
}

#catModal .modal-dialog {
	top: 0 !important;
	left: 0;
	position: absolute;
	width: 150px;
}


#catModal .modal-body > a:not(.itemorder) {
	display: block;
}
