#popup_overlay {
	position: fixed !important;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1.0 !important;
	background: rgba(0, 0, 0, 0.5) !important;
	height: 100% !important;
}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*width: 96%;*/
	position: relative !important;
	min-width: 300px !important;
	max-width: 768px !important;
	top: unset !important;
	left: unset !important;
	max-height: 90% !important;
    margin: 10px !important;
}

#popup_title {	
	background: #15386f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
	color: #fff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 13px;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
	max-height: 400px;
	overflow: auto;
}

#popup_message.cm_text-muted {
	color: #3c434a !important;
}

#popup_message a {
	color: #004e74;
	text-decoration: underline !important;
}

#popup_message a {
	overflow-wrap: anywhere;
}

#popup_message label {
	margin-bottom: 0;
}

#popup_message input[type="text"],
#popup_message select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box !important;
	margin-bottom: 10px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
	padding-bottom: 0 !important;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#popup_prompt {
	margin: .5em 0em;
	box-sizing: border-box !important;
}

.infoAlert ul{
	list-style-type: square !important;
}

.infoAlert ul li{
	margin: 5px 0px;
}

#popup_ok,
#popup_cancel,
#return_to_nivo {
	background:#1fb365; 
	color:#fff; 
	cursor:pointer; 
	font-size:14px; 
	font-weight:bold; 
	height:50px;
	margin:4px !important;
	text-align:center; 
	vertical-align:middle; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	border-radius:4px;
	border: none;
}

#popup_panel button:active,
#popup_panel button:focus {
	outline: none !important;
	float: none !important;
}

#popup_container ol,
#popup_container ul {
	margin-left: 25px;
}

#popup_container ol li {
	list-style-type: decimal;
	font-size: 18px;
	margin-bottom: 0;
}

#popup_container ul li {
	list-style-type: disc;
	font-size: 18px;
	color: #3c434a;
	margin-bottom: 0;
}

#popup_container ol ul {
	margin-left: 15px;
}
