.ewb-popup-container{
	display:none;
	position:fixed;
	z-index:1000000;
	width:300px;
	height: 400px;
	border:1px solid #ccc;
	box-sizing: border-box;
	box-shadow:4px 4px 4px rgba(0,0,0,0.2);
}
@media (max-width: 1024px) {
  .ewb-popup-container {
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
  }
}

.ewb-popup-container > .ewb-popup-header{
	display: block;
	font-size:16px;
	background-color: #222;
	color:#fff;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding:0px 5px;
}
.ewb-popup-container > .ewb-popup-body{
	height: calc(100% - 60px);
	background-color: #fff;
	padding:10px;
}
.ewb-popup-container > .ewb-popup-body p{
    display: block !important;
    border:none !important;
    margin:0px !important;
    padding:0.4rem 0rem !important;
    font-weight: normal !important;
}

.ewb-popup-container > .ewb-popup-body iframe{
	max-width:100% !important;
	max-height: 100% !important;
	height: auto !important;
}
.ewb-popup-container > .ewb-popup-body strong{
	font-weight: 600 !important;
}
.ewb-popup-container > .ewb-popup-footer{
	background-color: #6d6d6d;
	color:#fff;
	height: 30px;
}
.ewb-popup-container > .ewb-popup-footer > label{
	vertical-align: middle;
	line-height: 30px;
	font-size:0.9rem;
	cursor:pointer;
	display: inline-block;
	width: auto;
	cursor:pointer;
}
.ewb-popup-container > .ewb-popup-footer > label span{
	font-weight: 400 !important;
}
.ewb-popup-container > .ewb-popup-footer > button{
	float:right;
	width:100px;
	height: 24px;
	margin:3px 5px;
	text-align: center;
	color:#fff;
	background-color: #8c8c8c;
}
.ewb-popup-container > .ewb-popup-footer > label > input[type=checkbox]{
}