@charset "UTF-8";

/* Jquery dialog */
.no-close .ui-dialog-titlebar-close {
	display: none;
}
.no-close .ui-widget-header {
	background-color: #50B680;
	color: #FFFFFF;
}
.ui-front {
	z-index: 1000;
}

/* Prompt user registration GW - Add Gateway page */
@media only screen and (min-width: 650px) {
	.prompt-container {
		width: 500px !important;
	}
}

@media only screen and (max-width: 649px) {
	.prompt-container {
		width: 95% !important;
	}
}

.prompt-container {
	position: fixed;
	top: 50% !important;
	left: 50% !important;
   	transform: translate(-50%, -50%);
   	border-radius: 6px;
}

.prompt-container > #dialog-message > p {
	padding: 0 10px 0 10px;
}

.prompt-header {
	text-align: center;
	font-size: 22px;
	background-color: #2E8356 !important;
}

.prompt-button {
	background-color: white !important;
	color: #2e8355 !important;
	border: 2px solid #2e8355 !important;
}

#prompt-registration {
	color: #0000EE;
	text-decoration: none;
	outline: none;
}

#prompt-registration > img {
	width: 100%;
	border: 2px solid #0000EE;
}