/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 févr. 2015, 16:11:31
*/
body {
    background: #ededed no-repeat;
    /*background-image: url("card_payment.jpg");*/
    font-family: "PT Sans", sans-serif;
    position: relative;
}

.main {
    margin: auto;
    width: 780px;
}

#form-pay .left {
    width: 220px;
    height: 330px;
    float: left;
    border-radius: 20px 20px 20px 20px; 
    margin-right: 20px;
    background: #fff;
    margin-top: 94px;
}

#form-pay .left .cont {
    width: 188px;
    height: 238px;
    padding: 20px 15px 5px;
    border: solid 2px #e7e7e7;
    border-radius: 20px 20px 0px 0px; 
    border-bottom: none;
}

#form-pay .left .cont .title {
    font-size: 18px;
    margin-bottom: 16px;
}

#form-pay .left .cont .text {
    font-size: 16px;
    color: #ccc;
}

#form-pay .left .foot {
    width: 198px;
    height: 65px;
    padding: 0px 10px;
    border: solid 2px #e7e7e7;
    border-top: none;
    border-radius: 0 0 20px 20px;
}

#form-pay .left .foot .total {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
    color: #3b3b3b;
}

#form-pay .left .foot .mini-hr {
    margin: 0;
    border-color: #e7e7e7;
}

#form-pay .left .foot .prix {
    font-size: 24px;
    font-weight: bold;
    color: #027fc1;
    float: right;
    margin-top: 5px;
}

#form-pay .right {
    width: 540px;
    float: left;
    
}

#form-pay .right .top {
    width: 500px;
    height: 40px;
    border: solid 2px #e7e7e7;
    border-radius: 20px 20px 20px 20px; 
    padding: 20px;
    margin-bottom: 10px;
    background: #ffffc1;
}

#form-pay .right .top img {
    width: 40px;
    float: left;
    margin-right: 20px;
}

#form-pay .right .top p {
    width: 440px;
    float: left;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    color: #6d6767;
}

#form-pay .right .bot {
    width: 425px;
    height: auto;
    border-radius: 20px 20px 20px 20px; 
}

#form-pay .right .bot .head {
    height: 35px;
    padding: 20px 20px 5px;
    border: solid 2px #e7e7e7;
    border-radius: 20px 20px 0px 0px; 
    border-bottom: solid 1px #e5e5e5;
    background: #f6f6f6
}

#form-pay .right .bot .head .easy {
    margin-bottom: 4px;
    margin-right: 5px;
}

#form-pay .right .bot .head .security {
    float: right;
}

#form-pay .right .bot .cont {
    padding: 10px 25px;
    border: solid 2px #e7e7e7;
    border-bottom: none;
    border-top: none;
    background: #fff;
} 

#form-pay .right .bot .cont .card {
    float: right;
    margin: 3px 7px 10px 0px;
}

#form-pay .right .bot .cont form {
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

#form-pay .right .bot .cont form input {
    height: 40px;
    width: 150px;
    font-size: 16px;
    padding: 0 10px;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-left: none;
    border-radius: 0 4px 4px 0;
    -webkit-appearance: none;
}

#form-pay .right .bot .cont form .long {
    width: 450px;
    font-weight: normal;
}

#form-pay .right .bot .cont form .min {
    width: 35px;
    font-weight: normal;
}

#form-pay .right .bot .cont form .min2 {
    width: 88px;
    font-weight: normal;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

#form-pay .right .bot .cont form select {
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
    margin: 7px 12px;
    color: #666;
}

#form-pay .right .bot .cont form .view {
    color: #c7c7c7;
}

#form-pay .right .bot .foot {
    padding: 0 30px 8px;
    border: solid 2px #e7e7e7;
    border-top: none;
    border-radius: 0 0 20px 20px;
    background: #fff;
}

#form-pay .right .bot .foot span {
    font-family: "PS Sans", sans-serif;
    font-size: 13px;
    color: #a0a0a0;
}

#form-pay .right .bot .foot span a {
    text-decoration: none;
    color: #0cabdf;
}

#form-pay .right .valid {
    width: 540px;
    height: 59px;
    border-radius: 22px 22px 22px 22px;
    border: solid 1px #e7e7e7;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    background: url(../images/sprite-btn-payer.png) 0px 0px no-repeat;
    text-transform: uppercase;
    
}   

#form-pay .right .valid:hover {
    background-position: 0px -59px;
}

#form-pay .right .valid:active {
    background-position: 0px -118px;
}


#form-pay option.view {
    color: #333;
}

#form-pay #wt-payment-form { width: 600px; margin: 0 auto; text-align: center; }

#form-pay #wt-payment-form h1 {font-size: 25px; margin-bottom: 25px;}

#form-pay .alert.alert-error ul { padding-left: 80px; list-style-type: asterisks; }
#form-pay .alert.alert-error ul li { color: #ff0000; line-height: 1.2em; }

#overlay tr td {
    color: white;
    font-size: 40px;
    text-align: center;
    width: 100%;
    padding: 20% 0px;
}


#form-pay .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 15px;
}

#form-pay .input-group-addon {
    padding: 6px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    display: table-cell;
    vertical-align: middle;
    width: 25px
}

#form-pay .date-cont {
    float: left; 
    margin-right: 15px;
}

#form-pay .aide {
    float: right; 
    cursor: help;
    margin: 16px 0 0 5px;
    font-size: 10px
}

#form-pay .carte {
    position: absolute;
    width: 220px;
    display: none;
    left: 260px;
    top: -135px;
}

#form-pay .aide:hover .carte {
    display: block;
}


#form-pay .right .bot .cont form input.ui-state-error {
    border: 1px solid #e00000;
}

input[type='number'] {
    -moz-appearance:textfield;
}

#form-pay .bottom-text { text-align: justify; padding-top: 20px; line-height: 1.2em; font-size: 10px;  }


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
@media all and (min-width: 768px) {
    .mobile-product-sum{
        display: none;
    } 
    .left{
        display: block;
    }
}
@media all and (max-width: 991px) {
    
       
    .main{
       width: 680px;
    }
    #form-pay .left{
        width: 160px;
    }
    #form-pay .left .cont{
        width: 128px;
    }
    #form-pay .left .cont .title{
        max-width: 100%;
    }
    #form-pay .left .foot{
        width: 138px;
    }
    #form-pay .right,#form-pay .right .top{
        width: 470px;
    }
    #form-pay .right .bot{
        width: 515px;
        height: auto;
    }
    #form-pay .right .bot .cont{
     padding: 10px 20px;   
    }
    #form-pay .right .bot .cont form .long{
       width: 430px;
    }
    #form-pay .right .valid{
        width: 515px;
        margin-bottom: 20px;
    }
      .carte{
        z-index: 99999;
        left: 35px;
        top: 35px;
    }
     .left{
        display: block;
    }
    #form-pay .carte {
        left: 0px;
    }
}
@media all and (max-width: 768px) {
     .mobile-product-sum{
        display: block;
    } 
    .main{
        overflow-x: hidden;
    }
    .left{
        display: none;
    }
    #form-pay .right{
        width: 460px;
    }
    #form-pay .right .top{
        width: 420px;
    }
    #form-pay .right .bot{
        width: 465px;
        height: auto;
    }
    #form-pay .right .top{
        padding: 15px 20px;
    }
    #form-pay .right .bot .cont form .long{
        width: 380px;

    }
    #form-pay .date-cont{
        width: 100%;
        margin: 0 25% 15px;
    }
    .ccv-number{
        width: 100%;
        margin: 0px 25% 15px;  
    }
    .wtpayment_cvc{
        float: left;
        margin-right: 10px;
    }
    #form-pay .aide{
        float: none;
    }
    #form-pay .right .valid{
        width: 465px;
        margin-bottom: 20px;
    }
       #form-pay .mobile-product-sum{
        width: 465px;
        height: 100%;
        float: left;
        border-radius: 20px 20px 20px 20px;
        margin-right: 20px;
        background: #fff;
       margin-bottom: 10px;
    }
    #form-pay .mobile-product-sum .cont{
        width: 433px;
        height: 100%;
        padding: 20px 15px 5px;
        border: solid 2px #e7e7e7;
        border-radius: 20px 20px 0px 0px;
        border-bottom: none;
    }
    #form-pay .mobile-product-sum .foot{
        width: 443px;
        height: 85px;
        padding: 0px 10px;
        border: solid 2px #e7e7e7;
        border-radius: 0 0 20px 20px;
        border-top: none;
    }
    .main {
        margin: auto;
        width: 480px;
    }
     #form-pay .mobile-product-sum .cont .title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    #form-pay .mobile-product-sum .cont .text {
        font-size: 16px;
        color: #ccc;
    }

        #form-pay .mobile-product-sum .foot .total {
            font-size: 22px;
            font-weight: bold;
            text-transform: uppercase;
            margin-left: 10px;
            color: #3b3b3b;
        }

        #form-pay .mobile-product-sum .foot .mini-hr {
            margin: 0;
            border-color: #e7e7e7;
        }

        #form-pay .mobile-product-sum .foot .prix {
            font-size: 24px;
            font-weight: bold;
            color: #027fc1;
            float: right;
            margin-top: 0px;
        }

    }
@media all and (max-width: 480px) {
    .main, #form-pay .right,#form-pay .right .bot{
            width: 300px;
    }
  
    #form-pay .right .bot .head .easy{
        max-width: 20px;
        margin-bottom: 15px;
    }
    #form-pay .right .bot .cont{
        padding: 10px;
    }
    .easypay-logo{
        max-width: 80px;
        margin-bottom: 10px; 
    }
    .security{
        max-width: 130px;
    }
    #form-pay .right .bot .cont .card{
        text-align: center;
        margin: 10px auto;
        display: block;
        max-width: 150px;
        float: none;
    }
    #form-pay .right .top{
        width: 255px;
    }
    #form-pay .right .bot .cont form .long{
        width: 230px;
    }
    #form-pay .date-cont{
       margin: 0 8% 15px; 
    }
    #form-pay .alert.alert-error ul{
        margin-top: 0;
    }
      .ccv-number{
        width: 100%;
        margin: 0px 10% 15px;  
    }
    #form-pay .right .bot .foot{
        padding: 0 15px 8px;
    }
    #form-pay .right .valid{
        width: 300px;
        margin-bottom: 20px;
    }
    #form-pay .right .bot{
        height: auto;
    }
    #form-pay .mobile-product-sum{
        width: 280px;
    }
    #form-pay .mobile-product-sum .cont{
        width: 247px;
    }
    #form-pay .mobile-product-sum .foot{
        width: 257px;
    }

    
}