/*
 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 : 23/06/2016, 12:59:15
 Author     : Robson V. Leite <robsonvleite.com>
*/



.wc_pix_modal_content{
    display: block;
    width: 600px;
    max-width: 90%;
    margin: 20px auto 0 auto;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    padding: 20px;
    min-height: 200px;
}


.sended_modal{position:fixed;background: rgba(0,0,0,0.5);top:0;bottom:0;right:0;left:0;display:flex;justify-content:center;align-items:flex-start;text-align:center;}
.wc_pix_sended{width:50%;text-align:center;padding:40px 9% 40px 9%;background:#FFF;position:relative;top:0;margin-top:40px;color:#202020;}
.wc_pix_sended .pix_code{color:#FFF;background:#9fcb5c;padding:15px 0;font-weight:600;font-size:1.1em;}

@media(max-width: 64em){
    .wc_pix_sended{width:60%;margin-top:20px;padding:30px 9% 50px 9%;}
}
@media(max-width: 50em){
    .wc_pix_sended{width:70%;}
}
@media(max-width: 40em){
    .wc_pix_sended{width:80%;}
}
@media(max-width: 32em){
    .wc_pix_sended{width:90%;}
}
@media(max-width: 26.563em){
    .wc_pix_sended{margin-top:20px;padding:20px 7% 40px 7%;}
    .wc_pix_sended .btn{padding:20px 0;}
}
@media(max-width: 23.438em){
    .wc_pix_sended{margin-top:20px;padding:20px 7% 40px 7%;}
    .wc_pix_sended .btn{font-size:1.3em;}
    .wc_pix_sended p{padding-top:0;}
}
@media(max-width: 20em){
    .wc_pix_sended p{font-size:0.9em;}
}





.wc_pix_close{
    position: absolute;
    right: -12px;
    top: -12px;
    padding: 7px 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #cf7171;
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 0.875em;
}

.wc_pix_close:hover{
    background: #F45563;
}

.wc_pix_modal_content header{
    margin-bottom: 20px;
    color: #555;
}

.wc_pix_modal_content h1{
    font-size: 1.5em;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.wc_pix_modal_content h1 span{
    border-bottom: 5px solid #ccc;
    padding-bottom: 6px;
}

.wc_pix_form{
    padding-bottom: 5px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.wc_pix_form label{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.wc_pix_form .htmlchars{padding:0;}

.wc_pix_form .btn{width:100%;}

@media(max-width: 64em){
    .wc_pix_modal_form label{
        display: block;
        width: 100%;
        margin-bottom: 15px;}
}

.wc_pix_modal_legend{
    font-size: 0.875em;
    color: #888;
    font-variant: small-caps;
    display: block;
    margin-bottom: 5px;
}

.wc_pix_modal_form input,
.wc_pix_modal_form textarea,
.wc_pix_modal_form select{border-radius:23px;border:none;background:#DBDBDB;margin-bottom:10px;padding:16px 17px;font-size:1em;color:#282828}

.wc_pix_modal_button{
    width:100%;
    text-align: center;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.wc_pix_modal_button .btn,
.wc_pix_modal_button img{
    display: inline-block;
    vertical-align: middle;
}

.wc_pix_modal_button .btn{border-radius:23px;font-size:1em;font-weight:600;padding:20px 0;width:100%;}

.wc_pix_modal_button img{
    margin-left: 10px;
    display: none;
}

.wc_pix_error{
    padding: 12px;
    background: #cf7171;
    margin-bottom: 20px;
    color: #fff;
    font-size: 0.875em;
    font-weight: 400;
    display: none;
    text-align: center;
    text-shadow: 1px 1px 0 #713B3B;
}


.wc_pix_sended .h2{
    font-size: 1.2em;
    font-weight: bold;
    color: #008B6F;
}

.wc_pix_sended .h2 span{
    display: inline-block;
    background: #008B6F;
    margin-bottom: 10px;
    font-size: 1em;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50%;
}

.wc_pix_sended p{
    margin-top: 15px;
}

        .checkbox-container {
            display: flex;
            align-items: center;
            margin-bottom: 1em;
        }

        .checkbox-container input[type="checkbox"] {
            margin-right: 10px;
            width:initial;
        }

        .checkbox-container label {
            margin: 0;
            font-size: 14px;
            color: #333;
            padding-bottom:10px;
            font-size: 1.2em;
            color: #282828;
        }

        .checkbox-container a {
            color: #1c426b;
            text-decoration: none;
        }

        .checkbox-container a:hover {
            text-decoration: underline;
        }