.modal {
	z-index: 9925 !important;
}

.modal-dialog.slideout-xs {
	max-width: 11%;
}

.modal-dialog.slideout-sm {
	max-width: 22%;
}

.modal-dialog, .modal-dialog.slideout-md {
	max-width: 33%;
}

.modal-dialog.slideout-lg {
	max-width: 44%;
	background: #ff0000;
}

.modal-dialog.slideout-xl {
	max-width: 55%;
}

.modal-dialog.slideout-xxl {
	max-width: 66%;
}

.modal-dialog.slideout-xxxl {
	max-width: 77%;
}

.modal-dialog.slideout-full {
	max-width: 95%;
}

.modal-dialog-slideout {
	min-height: 100%;
	margin: 0 0 0 auto;
	background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
	-webkit-transform: translate(100%, 0)scale(1);
	transform: translate(100%, 0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	display: flex;
	align-items: stretch;
	-webkit-box-align: stretch;
	height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
	overflow-y: auto;
	overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
	border: 0;
}

.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
	height: 4rem;
	display: block;
}

.slideout-panel label {
	font-size: 0.9rem;
	font-weight: 700;
}

.slideout-error {
	background: red;
	padding: 10px;
	color: white;
	position: absolute;
	bottom: 4rem;
	width: 100%;
	display: none;
}

.slideout-temporary {
	background: #ffff84;
	padding: 10px;
	color: black;
	position: absolute;
	bottom: 4rem;
	width: 100%;
	display: none;
}

.slideout-success {
	background: #169416;
	padding: 10px;
	color: white;
	position: absolute;
	bottom: 4rem;
	width: 100%;
	display: none;
}

.modal-dialog-slideout .modal-content {
	border: 0;
	position: relative;
}

.slideout-temporary .dismiss-button,
.slideout-error .dismiss-button,
.slideout-success .dismiss-button {
	float: right !important;
}
