.ppsPopupShell {
position: fixed;
display: none;
z-index: 999999999; }
#ppsPopupBgOverlay {
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
z-index: 999999998;
background-color: #000;
opacity: 0.5;
}
.ppsSubFlexLoader {
position: fixed;
display: none;
z-index: 1000002;
width: 40px;
height: 8px;
}
.ppsPopupShell .ppsInputError {
border: 1px solid #fa4e7f !important;
color: #fa4e7f !important;
}
.ppsPopupShell .ppsErrorMsg {
color: #fa4e7f !important;
padding: 5px;
margin: 5px 0;
}
.ppsPopupShell .ppsSuccessMsg {
padding: 5px;
margin: 5px 0;
text-align: center;
color: #4ae8ea !important;;
}
.ppsPopupPreloadImg {
width: 1px !important;
height: 1px !important;
position: absolute !important;
top: -9999px !important;
left: -9999px !important;
opacity: 0 !important;
}
.ppsPopupShell .alignleft {
float: left;
margin: 7px 10px 10px 0;
}
.ppsPopupShell .alignright {
float: right;
margin: 7px 0 10px 10px;
} .ppsPopupShell .container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.ppsPopupShell .container {
width: 540px;
}
}
@media (min-width: 992px) {
.ppsPopupShell .container {
width: 750px;
}
}
@media (min-width: 1200px) {
.ppsPopupShell .container {
width: 960px;
}
}