/*******************************************************************************
 * Copyright (c) 2014 Trustpay Global Ltd. All rights reserved.
 *******************************************************************************/
@CHARSET "ISO-8859-1";
.trustpay-blanket {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: .5;
    background-color: #000;
    z-index: 9999990;
}

.trustpay-iframe-form {
    display: none;
}

.trustpay-iframe {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: transparent;
    border: none;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
}

@media (max-height: 479px) {
    .trustpay-iframe {
        overflow-y: scroll;
        max-width: 320px;
    }
}
