.modal-dialog {
	display: inline-block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	margin: auto !important;
}

.btn-reason {
	border-radius: 10px;
	background-repeat: repeat-x;
	border-color: #ccc;
	white-space: normal;
	padding: 0.3em 0.3em 0.3em 0.3em;
	margin: 0.5em 0.5em 0.5em 0;
	display: block;
	width: 100%;
	height: 6em;
}

.btn-reason:hover {
	color: #fff !important;
	border-color: #245580 !important;
	background-image: linear-gradient(to bottom, #7c9cb7 0, #265a88 100%)
		!important;
}

.btn-reason-entrance {
	color: #fff !important;
	border-color: #398439;
	background-image: linear-gradient(to bottom, #8ec48e 0, #449d44 100%);
}

.btn-reason-exit {
	color: #fff !important;
	border-color: #ac2925;
	background-image: linear-gradient(to bottom, #de8280 0, #c9302c 100%);
}

.btn-reason-default {
	border-color: #ccc;
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
}

.icon-red {
	color: red;
}