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

.aleph2_form_modal {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.truncated_description {
    text-overflow: ellipsis;
    overflow: hidden;
}

.layer-mask {
    position: relative;
}

.layer {
	position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
}

.layer-mask button[disabled] {
    position: relative;
    z-index: -1;
}