.hv-modal-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: rgba(0,0,0,.54);
	height: auto;
}
.hv-modal {
	z-index: 99999;
    background: #fcfcfc;
    background-color:#FFF;
    border:5px solid #CCC;
    margin: 5% auto;
    left: 0;
    right: 0;   top: -15px!important;
}
.hv-modal-header {
	  padding: 0px;
      position: relative;
      padding-left: 12px;
      height: 40px;
      border-bottom: 2px solid rgb(242, 247, 251);
      color: #000;
      cursor: move;
      font-size: 14px;
      font-weight: 700;
      line-height: 40px;
}
.hv-modal-header:before {
  content: "\f07c";
  font-family: FontAwesome;
}
.hv-modal-close {
	position: absolute;
    top: 6px;
    right: 10px;
    display: block;
    width: 26px;
    height: 26px;
    background: transparent url(/Content/Standard/assets/hvinterface/hvmodal/close.png?7200) no-repeat 7px;
    cursor: pointer;
    background-size: 12px;
    border: 1px solid rgb(244, 242, 242);
}
    .hv-modal-close:hover {
       opacity: 0.5;
    }
.hv-modal-content {
	background: #fff;
    text-align: left;
    overflow-x: hidden;
    padding: 6px 4px;
}
    .hv-modal-content iframe {
       border: none;
    }
.hv-pupop-main {
	position: absolute;
	z-index: 999999999; background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 3px;
}
.hv-pupop-content {
	
}
