﻿
.sparkling-modal-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.sparkling-modal-frame {
    background: #fff;
    border: 0px solid #000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    border-radius: 18px;

}

.sparkling-modal-title {
  background: #ffffff;
    position: absolute;
    top: 4px;
    font-weight: bolder;
    right: -900px;
    z-index: 999999;
}

.sparkling-modal-title span {
	font-size: 20px;
	padding: 20px;
	float: left;
	line-height: 20px;
}

.sparkling-modal-close {
    padding: 20px 19px;
	line-height: 20px;
	float: right;
    font-size: 20px;
    cursor: pointer;
    height: 100%;
    width: 41px;
    position: absolute;
    right: 0px;
    
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.sparkling-modal-close:hover { background: #e0ddd6; }

.sparkling-modal-content { 
    padding: 0px; 
    height: 98% !important; 
    position: fixed;}

.i-close {
    width: 100%;
    height: 100%;
    position: relative;
    transform: rotate(45deg);
}

.i-close-h {
    position: relative;
    height: 3px;
    width: 19px;
    background: #81797e;
    top: 50%;
    left: 50%;
    margin-left: -8px;
}


.i-close-v {
    position: relative;
    height: 19px;
    width: 3px;
    background: #81797e;
    top: 50%;
    margin-top: -11px;
    left: 50%;
}
.sparkling-modal-container {
    z-index: 99999;
}
#main-header {
	z-index:999 !important;
}
iframe#modal-frame {
	border-radius: 15px;
}