﻿.msg-wp-data {
	background-color: white;
	min-height: calc(100vh - 260px);
	margin-right: 1em;
	position: relative;
}


.msg-info {
	top: 2em;
	right: 2em;
	position: absolute;
}

	.msg-info .title {
		font-size: large;
		direction: rtl;
		color: #506270;
		font-weight: 400;
	}

	.modal-body p,
	.msg-info .txt {
		margin-bottom: 0px;
		direction: rtl;
		color: #506270;
	}

	.msg-info .warning {
		width: 100%;
		color: red;
	}



	.msg-info .txt-label {
		margin-bottom: 0px;
		direction: rtl;
		color: #506270;
		font-size: small;
	}

.modal-body .center {
	text-align: center;
}


.msg-center {
	text-align: center;
	justify-content: center !important;
}

.msg-check {
	direction: rtl;
	margin-top: 1em;
	margin-right: 1em;
}


.hebrew {
	text-align: right;
}


/* override of msg-text for Alerts/Sms */
#txtRealNumber {
	direction: ltr;
	text-align: right;
}

/* some text boxes with login/passwords must be left aligned.*/
.msg-txt-left {
	direction: ltr !important;
}

#dataLoader {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	content: url(../images/loading.gif);
	width: 100px;
	height: 100px;
	z-index: 1000;
}



/*these are for file upload block. used on welcome prompt and contact sync pages.*/
.msg-file {
	direction: rtl;
}

	.msg-file input[type="file"] {
		display: none;
	}

	.msg-file label {
		border: 1px solid #ccc;
		display: inline-block;
		padding: 6px 12px;
		cursor: pointer;
		min-width: 15em;
	}

	.msg-file div input[type="text"] {
		background-color: white !important;
		max-width: 15em;
	}

	.msg-file div span {
		cursor: pointer;
	}

	.msg-file div button {
		margin-right: 1em;
	}

		.msg-file div button:disabled {
			cursor: default;
		}


.msg-text {
	background-color: #F3F3F5;
	direction: rtl;
	border-radius: 0em !important;
	border-left-width: 1px;
}

