/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
	z-index: 9999;
}
.modalBg{
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
	z-index: 9999;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	
}

.modal-content {       
    margin: auto;
    width: 500px;
    position: relative;
    background-color: #fff;
    padding: 6px 7px 9px 9px;
    border-radius: 6px 6px 0 0;
	z-index: 999999;
}




.close {
   
    font-size: 33px;
    /* font-weight: bold; */
    position: absolute;
    right: 7px;
    color: #fff;
    /* border: 2px solid #fff; */
    padding: 0px 5px;
    border-radius: 6px;
    top: 8px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
 .popupHead {
    padding: 8px 12px;
    color: #fff;
    border-radius: 6px 6px 0 0;
}
 .popupBody {
	padding: 18px 12px;
    color: #fff;
    margin-top: 0px;
    border-top: 1px solid #fff;
	display:inline-block;
	width:100%;
}
.popupFooter{
    padding: 5px 12px;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.popupTitle{
	font-weight:bold;
	color:#fff;
	font-size:20px;
	height: 26px;
    display: inline-block;
	padding-left: 35px;
    line-height: 27px;
}
.popBtn{
	background-color:#fff;
	color:#000;
	float:right;
    margin: 5px;
    border-radius: 6px;
    border: 0;
    padding: 8px 15px;
    cursor: pointer;
    behavior: url(css/PIE.htc);
    font-weight: bold;
	min-width: 78px;
}
.popup2 .popupFooter,
.popup2 .popupHead ,
.popup2 .popupBody {
	background-color: #da9422;
}

.popup1 .popupFooter,
.popup1 .popupHead ,
.popup1 .popupBody {
	background-color: #5f9e16;
}

.popup3 .popupFooter,
.popup3 .popupHead ,
.popup3 .popupBody {
	background-color: #cf0602;
}
.popup1  .popupTitle{
	background:url(../images/succsIcon.png) no-repeat 0 0;	
}
.popup2  .popupTitle{
	background:url(../images/warningIcon.png) no-repeat 0 0;	
}
.popup3  .popupTitle{
	background:url(../images/failureIcon.png) no-repeat 0 0;	
}


@media (max-width:400px) {
    .modal-content {
		width: 80%;
	}
}