/**
 * Gestpay for WooCommerce
 *
 * Copyright: © 2013-2016 MAURO MASCIA (info@mauromascia.com)
 * Copyright: © 2017 Easy Nolo s.p.a. - Gruppo Banca Sella (www.easynolo.it - info@easynolo.it)
 *
 * License: GNU General Public License v3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 */

div.gestpay-admin-main {
    min-width: 500px;
    max-width: 80%;
    background: #fff;
    padding: 20px 40px;
}

div.gestpay-admin-main h4 {
    border-bottom: 1px solid #999;
    font-size: 14px;
}

div.gestpay-message {
    position: relative;
    z-index: 100;
    overflow: hidden;
    padding: 25px 0!important;
}

div.gestpay-form .form-table th,
div.gestpay-form .form-wrap label {
    text-shadow: none;
    font-weight: 700;
}

/* iframe stuff */

.gestpay-off {
    display: none;
    visibility: hidden;
}
.gestpay-on {
    display: block;
    visibility: visible;
}

.gestpay-cc-form-field {
    margin: 10px 0;
}

.gestpay-field-wrapper {
    display: inline;
    vertical-align: middle;
}

#gestpay-submit {
    width: 200px;
}

.gestpay-cc-form-field label {
    display: inline-block;
    max-width: 110px;
    text-align: left;
    vertical-align: middle;
    width: 110px;
    font-size: 0.85em;
    line-height: 1em;
}

.gestpay-freeze-pane-on {
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    background-attachment:scroll;
    background-color:#D4D4D4;
    background-image:none;
    background-position:0 0;
    background-repeat:repeat;
    opacity:0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    overflow-x:hidden;
    overflow-y:hidden;
    z-index:1001;
    width: 100%;
    min-width: 250px;
    height: 100%;
    min-height:100%;
    overflow:hidden;
}

#gestpay-inner-freeze-pane {
    -moz-background-clip:border;
    -moz-background-origin:padding;
    -moz-background-size:auto auto;
    border-radius:2.5px;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 2.5px;
    color: white;
    font-family: helvetica neue,helvetica,arial,serif;
    font-size: 1.5em;
    font-weight: 300;
    left: 50%;
    line-height: 60px;
    margin-left: -125px;
    opacity: 0.8;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 40%;
    visibility: visible;
    min-width: 250px;
    z-index: 10002;
}

#gestpay-inner-freeze-pane div {
    font-size:.75em;
    font-weight:300;
}

#gestpay-error-box {
    width:100%;
    margin:0;
    background-color:#FFEC8B;
    text-align:center;
    font-weight:blod;
    color:red;
    padding: 20px;
}

#s2s-loadingbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: none;
    background-attachment: scroll;
    background: rgba(0,0,0,0.8);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 99999999 !Important;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}

#s2s-loadingbox #canvasbox {
    display: block;
    height: 100px;
    left: 50%;
    margin-left: -60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 100px;
}
