/*popup start*/
.new-popup-under {
	display:none;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#111;
	opacity:0.4;
}
.new-popup {
	display:table-cell;
	overflow-y: scroll;
    overflow-x: auto;
	height:auto;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	background: rgba(0, 0, 0, 0.4);
}
.new-popup-header {
	background-color: #e9e9e9;
    position: relative;
    height: 64px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.new-popup-header-title, .prom-title {
	height: 25px;
	position: absolute;
	left: 20px;
	top: 20px;
}
.new-popup-header-icon, .prom-icon {
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
	display: block;
	float: left;
	padding: 5px;
	background-color: #ff8400;
}
.new-popup-header-title p, .prom-title p {
	float: left;
	margin-left: 10px;
	height: 25px;
	line-height: 28px;
	font-size: 15px;
	color: #ff7109;
	font-family: BPGMrgvlovaniCaps;
}
.new-popup-container-block {
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
.new-popup-container {
	width: 100%;
	display:inline-block;
	position:relative;
	text-align:center;
}
.new-popup-content {
	position:relative;
	min-height:150px;
	min-width:305px;
	display:inline-block;
	background-color:#FFF;
	box-shadow: 0 0 20px #666;
	text-align:left;
	/*border:2px solid #466b8e;*/
	margin:30px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    overflow: hidden; /* News Add Mi */
}

.new-popup_title {
	background-color: #466b8e;
	padding: 0 10px;
	margin: 0;
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	border-bottom: none;
	line-height: 8px;
	height: 30px;
	line-height: 25px;
}
.new-popup-body {
	margin:0;
}
.new-popup-close {
	background-color: #e7e7e7;
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 10px;
    right: 10px;
    padding: 4px;
	cursor: pointer;
	border: 1px solid #ababab;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.new-popup-close:hover i {
	background-position: -16px -832px;
}
.new-popup-close i {
	display: block;
    float: left;
    width: 16px;
    height: 16px;
    background-image: url('../images/icons_16.png?v=0.2');
    background-position: 0 -832px;
}
.new-popup-loader {
	display:block;
	margin:50px auto;
	text-align:center;
}
.new-popup-loader-img {
	width: 31px;
	height: 31px;
	background: transparent url('../images/ajax-loader.gif');
	text-align:center;
	display:inline-block;
}
.new-popup-loader-text {
	font-size:12px;
	margin:8px 0 0 0;
	text-align:center;
}
.new-popup-active-body {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.new-popup-scrollbar-width {
	display:none;
	visibility:hidden;
	opacity:0;
	width:20px;
	height:20px;
	overflow:scroll;
}
.new-popup .notification_messages {
    margin: 0;
    line-height: 21px;
    font-size: 13px;
    padding: 10px 10px;
    display: block;
    background: #f3f4ff;
    border-top: 1px solid #bec3f9;
}
/*popup end*/