﻿/*.error-style {
	display: block;
	color: red;
	font-size: 12px;
	margin-top: -20px;
}
*/
.mt-50 {
	margin-top: 50px;
}
/*------------------------------------------------------------------- */
/*#region loader*/
#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51, 0.9);
	opacity: 0.7;
	z-index: 1000000000000;
	display: none;
	-webkit-transition: ease-in-out 0.25s;
	transition: ease-in-out 0.25s;
}

#loader svg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	transform: scale(1.5);
}

/*#endregion */
/*------------------------------------------------------------------- */
/*#region JQuery toast*/
jq-toast-wrap, .jq-toast-single, .jq-toast-single h2 {
	font-family: Iransans !important;
	font-size: 0.9em !important;
}

.jq-toast-single {
	-webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.3);
}

	.jq-toast-single h2 {
		font-size: 1.1em !important;
		margin: 8px 0 !important;
	}

/*#endregion */
/*------------------------------------------------------------------- */
/*#region JConfirm */
.jconfirm {
	z-index: 1000000010;
}

	.jconfirm .jconfirm-icon-c {
		margin-right: 0 !important;
		margin-left: 8px !important;
	}

/*#endregion */
/*------------------------------------------------------------------- */
/*#region App Modal */
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10400000;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

	.modal-backdrop.fade {
		opacity: 0;
	}

	.modal-backdrop.show {
		opacity: 0.5;
	}

.modal-backdrop {
	z-index: 3005 !important;
}

/*باید جایگزین شود*/
.modal .modal-body {
	max-height: calc(100vh - 87px) !important;
	padding: 0px;
}

/*#endregion */
/*------------------------------------------------------------------- */
