.popupbox_panel {
	position: absolute;
	left: 50%;
	top: 45%;
	z-index: 2030;
	max-height: 90%;
	width: 400px;
	transform: translate(-50%, -50%);
}

.popupbox_container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 2029;
}

.popupbox_dialog {
	position: relative;
	border: none;
	background-color: #fff;
	box-shadow: 0 6px 20px 0 rgba(55, 58, 66, 0.1), 0 2px 3px 0 rgba(55, 58, 66, 0.1);
}

.popupbox_panel button {
	outline: none;
	border: none;
}

.popupbox_panel .popupbox_heading {
	height: 60px;
	box-sizing: border-box;
	background-color: rgb(234,238,246);
	border: none;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: rgb(55,58,66); /* Dark */
	padding: 18px;
}

.popupbox_panel .popupbox_body {
	margin: 0px 20px;
	font-size: 14px;
	font-weight: 400;
	color: rgb(55,58,66); /* Dark */
	line-height: 20px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	max-height: calc(100vh - 200px);
	overflow: auto;
}

.popupbox_body {
	word-wrap: break-word;
}

.popupbox_footer {
	padding: 5px 10px 40px 10px;
	border-radius: 4px;
	text-align: center;
}

.popupbox_button {
	margin-left: 5px;
}

.popup_exit {
	position: absolute;
	top: 18px;
	right: 18px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	cursor: pointer;
}

.pull-right {
	float: right;
}

button.popupbox_cancel {
	position: absolute;
	top: -15px;
	right: -5px;
}

.popupbox_panel .form-horizontal .control-label {
	width: 180px;
}

.popupbox_panel .form-horizontal .controls {
	margin-left: 200px;
}

.loading_text {
	border-color: rgb(137,137,137) !important;
}
