
.custompopup .modal{
	text-align: center;
}
.custompopup .modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.custompopup .modal-dialog {	
	border-radius: 4px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	background-color: #ffffff;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.custompopup .modal-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #454f63;
}

.custompopup .modal-body .explain {
	font-size: 12px;
	color: #454f63;
}

.custompopup .modal-body .errorResp {
	font-size: 13px;
	color: #454f63;
}
.custompopup .modal-content {
	border-radius: 4px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	background-color: #ffffff;
}
.custompopup .modal{
	background-color: rgba(0, 0, 0, 0.6);
}
.custompopup .modal-content {
	padding: 20px;
}

.custompopup .modal-header {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #c3ccd9;
}

.custompopup .modal-body {
	padding: 15px 0 28px 0;
}

.custompopup .modal-footer {
	padding: 25px 0 0 0;
	border-top: 1px solid #c3ccd9;
}
.custompopup .close{
	opacity: 1;
}

.alertOkButton {
    width: 45.7px;
    height: 30px;
    border-radius: 5px;
    font-weight: 600;
    color: white;
    border: 0;
    background-color: #3385ff;
    margin-left: 0;
    margin-bottom: 3px;
}
