HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/backip-old-files/media/astroid/assets/vendor/bootstrap/scss/_modal-b3.scss
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}

.modal-header .close {
	margin-top: 2px;
}

.modal-header h3 {
	margin: 0;
	line-height: 30px;
}

.modal-body {
	width: 98%;
	position: relative;
	max-height: 400px;
	padding: 1%;
}

.modal-body iframe {
	width: 100%;
	max-height: none;
	border: 0 !important;
}

.modal-form {
	margin-bottom: 0;
}

.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	*zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: "";
	line-height: 0;
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

div.modal {
	position: fixed;
	top: 5%;
	left: 50%;
	z-index: 1050;
	width: 80%;
	margin-left: -40%;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}

div.modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}

div.modal.fade.in {
	top: 5%;
}

.modal-batch {
	overflow-y: visible;
}

.modal-body[class^="jviewport-height"],
.modal-body[class*="jviewport-height"] {
	max-height: none;
}

div.modal.jviewport-width10 {
	width: 10vw;
	margin-left: -5vw;
}

div.modal.jviewport-width20 {
	width: 20vw;
	margin-left: -10vw;
}

div.modal.jviewport-width30 {
	width: 30vw;
	margin-left: -15vw;
}

div.modal.jviewport-width40 {
	width: 40vw;
	margin-left: -20vw;
}

div.modal.jviewport-width50 {
	width: 50vw;
	margin-left: -25vw;
}

div.modal.jviewport-width60 {
	width: 60vw;
	margin-left: -30vw;
}

div.modal.jviewport-width70 {
	width: 70vw;
	margin-left: -35vw;
}

div.modal.jviewport-width80 {
	width: 80vw;
	margin-left: -40vw;
}

div.modal.jviewport-width90 {
	width: 90vw;
	margin-left: -45vw;
}

div.modal.jviewport-width100 {
	width: 100vw;
	margin-left: -50vw;
}

@media (max-width: 767px) {
	div.modal {
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		width: auto;
		margin: 0;
	}

	div.modal.fade {
		top: -100px;
	}

	div.modal.fade.in {
		top: 20px;
	}

	div.modal[class*="jviewport-width"] {
		width: auto;
		margin: 0;
	}
}

@media (max-width: 480px) {
	div.modal {
		top: 10px;
		left: 10px;
		right: 10px;
	}
}

@media (max-width: 768px) {
	.modal.fade {
		top: -100%;
	}
}

body.modal-open {
	overflow: hidden;
	-ms-overflow-style: none;
}

.field-media-wrapper .modal .modal-body {
	padding: 5px 10px;
	overflow: hidden;
}

.rtl .modal-footer button {
	float: left;
}

.modal,
.modal-backdrop {
	&.hide {
		display: none;
	}

	&.show {
		display: block;
	}

	&.fade {
		opacity: 0;
		-webkit-transition: opacity .15s linear;
		-moz-transition: opacity .15s linear;
		-o-transition: opacity .15s linear;
		transition: opacity .15s linear;
	}

	&.fade.in {
		opacity: 1;
	}
}