/* Popups */ #overlay { display: none; z-index: 20000; width: 100%; height: 100%; position: absolute; overflow: auto; background: rgba(200, 200, 200, .6); } #overlay .modalwindow { margin: auto; } .overlay-loading { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2); height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 1000; } .overlay-loading:after { background-image: url("/images/ajax-loader-big.gif"); content: ""; display: block; height: 100px; margin: -50px auto auto; position: relative; top: 50%; width: 100px; } .modalwindow { position:relative; display:none; border:0.8rem solid #fff; border-radius:5.0rem; background:#fff; box-shadow:inset 0 0 6.0rem #e6e5e5; font-size:4.8rem; color:#69b9f2; z-index: 1003; .windowcontent { padding:2.0rem; } .closebutton { position:absolute; top:0rem; right:2.2rem; } } .popups{ display: none; } .cardswipe { width:65rem; display: none; } .cardswipe .windowcontent { background-image:url(/images/swipeicon.png); background-repeat:no-repeat; width: 45.0rem; height:16.0rem; text-align:center; border:0rem solid; padding:6.0rem 0 0 17.0rem; } .cardswipe p { color:#666666; font-size:3.0rem; } .checkcard { position:absolute; right:0; top:0; margin:1rem; color:#fff; padding:.6rem 1rem .7rem; font-size:2rem; border-radius:1rem; border:.4rem solid #7EB8DF; background-color:#337BAD; cursor:pointer; box-shadow:.2rem .2rem 0 #06527F } .checkcard:hover { background-color:#fff; color:#01598B; }